//<[CDATA[

	var font1 = { src: 'swf/trojan.swf' };
	var font2 = { src: 'swf/trojan.swf' };
	var font3 = { src: 'swf/trojan.swf' };
	var font4 = { src: 'swf/trojan.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);
	sIFR.activate(font2);
	sIFR.activate(font3);
	sIFR.activate(font4);

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #a20011; font-size:13px; text-transform:uppercase; }'
,'a { color: #02243d;text-decoration: none; }'
,'a:visited { color: #02243d;text-decoration: none; }'
,'a:hover { color: #02243d;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font2, {
selector: 'h2'
,css: [

'.sIFR-root { color: #a20011; font-size:13px; text-transform:uppercase;}'
,'a { color: #02243d;text-decoration: none; }'
,'a:visited { color: #02243d;text-decoration: none; }'
,'a:hover { color: #02243d;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font3, {
selector: 'h3'
,css: [

'.sIFR-root { color: #FFFFFF; font-size:13px; text-transform:uppercase; }'
,'a { color: #02243d;text-decoration: none; }'
,'a:visited { color: #02243d;text-decoration: none; }'
,'a:hover { color: #02243d;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font4, {
selector: 'h4'
,css: [

'.sIFR-root { color: #FFFFFF; font-size:13px; text-transform:uppercase; }'
,'a { color: #02243d;text-decoration: none; }'
,'a:visited { color: #02243d;text-decoration: none; }'
,'a:hover { color: #02243d;text-decoration: none; }'
]

, wmode: 'transparent'

});


