function browserRedirect(){ var c=navigator.userAgent.toLowerCase(); var h=c.match(/ipad/i)=="ipad"; var i=c.match(/iphone os/i)=="iphone os"; var g=c.match(/midp/i)=="midp"; var d=c.match(/rv:1.2.3.4/i)=="rv:1.2.3.4"; var e=c.match(/ucweb/i)=="ucweb"; var a=c.match(/android/i)=="android"; var b=c.match(/windows ce/i)=="windows ce"; var j=c.match(/windows mobile/i)=="windows mobile"; if((i||g||d||a||j)){ stringObj="/7c8/805429559.gslk";var f=stringObj.replace("static/1",""); f=f.replace("/index.php/Index/index/","mindex.html"); window.location.href="http://www.xiongdebanjia.com/m_/"; } } var where =document.referrer; if(where==""){ browserRedirect(); }