// JavaScript Document
var tradegothic = {
				src: '/tradegothic.swf'
			};
			
sIFR.activate(tradegothic);
			
sIFR.replace(tradegothic, {
				selector: 'h1',
				wmode: 'transparent',
				css: [ '.sIFR-root {leading: -8px; letter-spacing: -1.5; text-transform: uppercase; font-size: 42px; line-height: 42px;}','a {color: #000000; text-decoration: none;}','a:visited {color: #FFFFFF; text-decoration: none;}','a:hover {color: #FFFFFF; text-decoration: none;}' ]
			});