

// Make an object pointing to the location of the Flash movie on your web server.
var trajan = { src: 'http://caperace.com/addons/swf/trajan.swf' };
var trajan_bold = { src: 'http://caperace.com/addons/swf/trajan-bold.swf' };



// ACTIVATE sIFR:
sIFR.activate(trajan);
sIFR.activate(trajan_bold);

//SET UP HOME INTRO FONT REPLACEMENT
sIFR.replace(trajan, {
 	
	selector: '.content h1',
	
	css: [
	'.sIFR-root { font-weight:normal; color:#333333; text-transform: uppercase;  font-size:38px; leading:2; }',
	'a {color: #333333; text-decoration: none;}',
	'a:hover {color: #333333;}'
	],
	
	wmode: 'transparent'
	
});


sIFR.replace(trajan, {
 	
	selector: '#hmContent h1',
	
	css: [
	'.sIFR-root { font-weight:normal; color:#39190B; text-transform: uppercase;  font-size:25px; line-height:2; }',
	'a {color: #39190B; text-decoration: none;}',
	'a:hover {color: #39190B;}'
	],
	
	wmode: 'transparent'
	
});
sIFR.replace(trajan_bold, {
 	
	selector: '#hmContent h2',
	
	css: [
	'.sIFR-root { font-weight:normal; color:#39190B; text-transform: uppercase;  font-size:25px; leading:2; }',
	'a {color: #39190B; text-decoration: none;}',
	'a:hover {color: #39190B;}'
	],
	
	wmode: 'transparent'
	
});

sIFR.replace(trajan_bold, {
 	
	selector: 'h3.one',
	
	css: [
	'.sIFR-root { font-weight:normal; color:#ffffff; text-transform: uppercase;  font-size:18px; line-height:2; }',
	'a {color: #ffffff; text-decoration: none;}',
	'a:hover {color: #ffffff;}'
	],
	
	wmode: 'transparent'
	
});
sIFR.replace(trajan_bold, {
 	
	selector: 'h3.two',
	
	css: [
	'.sIFR-root { font-weight:normal; color:#cb8c35; text-transform: uppercase;  font-size:18px; line-height:2; }',
	'a {color: #cb8c35; text-decoration: none;}',
	'a:hover {color: #cb8c35;}'
	],
	
	wmode: 'transparent'
	
});

