/*
	helper file for loading the php config file with out having clients change to point to the PHP page
*/

(function(){	
					
	var ceShopPath = "https://shopsixflags.accesso.com/ceShop/store/sixflags/SF-NC.php";

	ceAddScript(ceShopPath);
	
	///////////////////////////////////////////////////////
	function ceAddScript(file){document.write('<sc'+'ript src="'+file+'"></script>');}function ceAddCSS(file){document.write('<link href="'+file+'" rel="stylesheet" type="text/css" />');}
	
})();
