	var tradegothic = {
		src: 'tradegothic.swf'
	};


	sIFR.debugMode = true;
	// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
	sIFR.prefetch(tradegothic);
	sIFR.activate();
	
  
	sIFR.replace(tradegothic, {
		selector: '#lefthead h1',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color: #FFFFFF; float: center;text-align:center;}',
			'a { text-decoration: none }',
			'a:link { color: #FFFFFF; }',
			'a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	
		sIFR.replace(tradegothic, {
		selector: '#righthead h1',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color: #FFFFFF; float: center;text-align:center;}',
			'a { text-decoration: none }',
			'a:link { color: #FFFFFF; }',
			'a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
		sIFR.replace(tradegothic, {
		selector: '#top h1',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color: #FFFFFF;}',
			'a { text-decoration: none }',
			'a:link { color: #FFFFFF; }',
			'a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	sIFR.replace(tradegothic, {
		selector: '#leftcontent h1, #rightcontent h1, #content_right3 h2',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color: #000000;}',
			'a { text-decoration: none; }',
			'a:link { color: #000000; }',
			'a:hover { color: #000000; text-decoration: none; }'
		]
	});
	
	sIFR.replace(tradegothic, {
		selector: '#content_right2 h1, #content_right3 h1',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color: #e60004;}',
			'a { text-decoration: none; }',
			'a:link { color: #e60004; }',
			'a:hover { color: #e60004; text-decoration: none; }'
		]
	});
	sIFR.replace(tradegothic, {
		selector: '#content_right2 h2',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color: #000000;}',
			'a { text-decoration: none; }',
			'a:link { color: #000000; }',
			'a:hover { color: #000000; text-decoration: none; }'
		]
	});
	
		sIFR.replace(tradegothic, {
		selector: '.bottom_uudis h2',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color: #000000;}',
			'a { text-decoration: none; }',
			'a:link { color: #000000; }',
			'a:hover { color: #000000; text-decoration: none; }'
		]
	});