var GothamBook = { src: siteSubFolder + '/sifr/swf/GothamBook.swf' };
sIFR.useDomLoaded = false;
sIFR.activate(GothamBook);
var iAmIe6 = $.browser.msie && parseInt($.browser.version) == 6 && typeof window['XMLHttpRequest'] != "object";
if (!iAmIe6) {
	sIFR.replace(GothamBook, {
		selector: 'h1',
		wmode: "transparent",
		forceSingleLine: false,
		selectable: false,
		offsetTop: 3,
		css: '.sIFR-root { font-size: 24px; color: #333333 }'
	});	
	sIFR.replace(GothamBook, {
		selector: 'h3.gotham',
		wmode: "transparent",
		forceSingleLine: false,
		selectable: false,
		offsetTop: 3,
		css: '.sIFR-root { font-size: 19px; color: #ffffff }'
	});	
}
