if(typeof sIFR == "function") {
	
	var baseUrl = "/pokerblog.4a.com";
	var pathUrl = "/wp-content/themes/4AThePokerSuite/";
	var siteUrl = window.location.href;
	
	if(siteUrl.indexOf('http://pokerblog.4a.com')>=0 || siteUrl.indexOf('https://pokerblog.4a.com')>=0){
		baseUrl = "";
		pathUrl = "/wp-content/themes/4AThePokerSuite/";
	}
	else if(siteUrl.indexOf('http://poker.4a.com')>=0){
			baseUrl = "/blog"
			pathUrl = "/wp-content/themes/4AThePokerSuite/";
	}
		
	var headlines = named({sFlashSrc : baseUrl+ pathUrl + "rockwell.swf", sColor : "#ed1b24", sWmode: "transparent", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left" });

    sIFR.replaceElement("#content h1", headlines);
	
};


