var tradeGothic = { src: '/templates/swf/TradeGothic20.swf' };

sIFR.prefetch(tradeGothic);
sIFR.activate(tradeGothic);

sIFR.do_sIFR = function() {
	sIFR.replace(tradeGothic, {
	  selector: '#location-headline h1',
	  css: [ '.sIFR-root { background-color:#000000; text-transform:uppercase; }',
	         'a { color:#FFFFFF; text-decoration:none; }',
	         'a:hover { color:#FFFFFF; }' ],
	  offsetLeft: '14',
	  tuneHeight: '-2',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h1.trade',
		css: ['.sIFR-root { background-color:#000000; color:#FFFFFF; }' ],
		fitExactly: 'true',
		forceWidth: 'true',
		tuneHeight: '-7',
		offsetTop: '-4',
		wmode: 'transparent'
	});
	sIFR.replace(tradeGothic, {
	  selector: 'h2.trade, #content-area h2',
	  css: [ '.sIFR-root { color:#FFFFFF; background-color:#000000; text-transform:uppercase; }' ],
	  tuneHeight: '-5',
	  tuneWidth: '10',
	  fitExactly: 'true',
	  hideElements: 'true',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
	  selector: 'h2.trade .smaller',
		css: ['.sIFR-root { font-size:0.7em; }'],
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h3.trade',
		css: ['.sIFR-root { background-color:#000000; color:#aaaaaa; }' ],
		forceWidth: 'true',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h3.reverse, #content-area h3, .call-out h3',
		css: ['.sIFR-root { background-color:#FFFFFF; color:#B99B65; text-transform:uppercase; }',
					'a { color:#000000; text-decoration: none; }',
					'a:hover { color:#000000; }'],
		tuneHeight: '-7',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'h4.reverse',
		css: ['.sIFR-root { background-color:#FFFFFF; color:#000000; }' ],
		tuneHeight: '-7',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'ul.sifr-nav li div',
		css: ['.sIFR-root { text-transform:upppercase; }',
					'a { color:#000000; text-decoration:none; }',
					'a:hover { color:#B99B65; }'],
		forceWidth: 'true',
		fitExactly: 'true',
		tuneHeight: '-5',
		tuneWidth: '8',
		wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
	  selector: '#secondary div.comingsoonish',
	  css: [ '.sIFR-root { font-size:47;;color:#b99b65;background-color:#000000; text-transform:uppercase; }',
	         'a { color:#FFFFFF; text-decoration:none; }',
	         'a:hover { color:#FFFFFF; }' ],
	  fitExactly: 'true',
	  offsetTop: '-7',
	  offsetLeft: '-3',
	  tuneHeight: '-18',
	  wmode: 'opaque'
	});
	sIFR.replace(tradeGothic, {
		selector: 'ul#sub-nav li div, #bump div.menu-opts p',
		css: ['.sIFR-root { background-color:#000000; text-transform:uppercase; }',
					'a { background-color:#000000; color:#FFFFFF; text-decoration:none; }',
					'a:hover { background-color:#000000; color:#C2A16C; }'],
		forceWidth: 'true',
		fitExactly: 'true',
		fixHover: 'true',
		tuneHeight: '-5',
		tuneWidth: '8',
		hideElements: 'true',
		wmode: 'transparent'
	});
};
window.onLoad = sIFR.do_sIFR();