var GSC = {
	flash : function() {
		//differnet flash on the homepage
		if ($('div.flashhead').get(0)) {
		   var so = new SWFObject("/images/head.swf", "hmovie", "710", "142", "7", "#32190F");
		   so.addParam("quality", "high");
		   so.addParam("wmode","transparent");
		   so.write("headimg");
		}
	},
	sifr : function() {
		if(typeof sIFR == "function"){
			sIFR.replaceElement("#content h1", "/images/myriadprolight.swf", "#5c5c5c", "#5c5c5c", "#FFFFFF", "#FFFFFF", 0, 0, 0, 0);
		}
	}
}
$(document).ready(function(){
	/* do not replace content in a text only version of the page */ 	
	if (typeof SWFObject == "function") {
		GSC.flash();
	}
	
	if(typeof sIFR == "function"){
		GSC.sifr();
	}
});