|
(function(){ function impForWindow(imp){ if(typeof imp != 'undefined' && imp){ var impTag = document.createElement("img"); impTag.style.width = '1px'; impTag.style.height = '1px'; impTag.src = imp; document.body.insertBefore(impTag,document.body.childNodes[0]); } document.write(''+''); } if(typeof isGameSlide != 'undefined' && isGameSlide == true){ //game impForWindow(""); }else if (typeof iNiceBrowser != 'undefined' && iNiceBrowser.IPAD == true){ //pad impForWindow(""); }else if(location.search.indexOf("f=hao123") !== -1){ //hao123 impForWindow(""); }else if(location.href.indexOf("#_zbs_2345_bd") !== -1){ //bd impForWindow(" |
|