﻿// 随即广告
var strUrl="http://juhaojj.tmall.com/shop/view_shop.htm?prt=1319683262428&prc=1";
var strImg="images/ad.jpg";
var strImg2="images/ad.jpg";
document.write("<span id=\"tmpMsgDiv\"></span>");
var randoms=Math.floor(Math.random()*5+1);
if(randoms%2==0){
	
	str="<a href=\""+strUrl+"\" target=\"_blank\"><img src=\""+strImg+"\" border=\"0\"\/><\/a><br><span style='position:absolute; z-index: 105;display:block;width:35px;height:20px;line-height:20px;left:5px;bottom:2px;cursor: pointer;text-align:center;'><a href='###' onclick='Closeyxj()' style='color:#111817'>关闭</a></span>";
}else{
	str="<a href=\""+strUrl+"\" target=\"_blank\"><img src=\""+strImg2+"\" border=\"0\"\/><\/a><br><span style='position:absolute; z-index: 105;display:block;width:35px;height:20px;line-height:20px;right:5px;top:0px;cursor: pointer;text-align:center;'><a href='###' onclick='Closeyxj()' style='color:#111817;float:left'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></span>";
}
showMsg(str);
function showMsg(str) {
	var s="";
	var _width="240";_height="160";
	try{
		if(document.compatMode && document.compatMode != 'BackCompat'){
			s+=('<div style="z-index:9;right:2px;bottom:1px;height:'+_height+'px;width:'+_width+'px;overflow:hidden;position:fixed;'+(/MSIE 7/.test(navigator.appVersion)?'':'_position:absolute; _margin-top:expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop);')+'" id="BottomMsg">');
		}else {
			s+=('<div style="z-index:9;right:2px;bottom:1px;height:'+_height+'px;width:'+_width+'px;overflow:hidden;position:fixed;*position:absolute;*top:expression(eval(document.body.scrollTop)+eval(document.body.clientHeight)-this.style.pixelHeight);" id="BottomMsg" >');
		}
		s+=(str);
		s+=('</div>');
		document.getElementById('tmpMsgDiv').innerHTML = s;
	}catch(err){}
}
function Closeyxj(){
document.getElementById("BottomMsg").style.display='none';
//setADCookie("yxjok","ok",10);
}
