function hidden_div(){
 document.getElementById("yincang").style.display='none';
}
function GetRandomNum(Min,Max){
        var Range = Max - Min;
        var Rand = Math.random();
        return(Min + Math.round(Rand * Range));
} 
var temp=GetRandomNum(1,4);
if(temp==1){
document.write("<div id=\"yincang\" align=center><span style=position:absolute;z-index:1;top:149px;left:350px;>");
document.write("<embed src=\"http://www.psychcn.com/pbn/images/50-1.swf\"  width=570 height=300 quality=high wmode=transparent ></embed></span></div>");
}else if(temp==2){
document.write("<div id=\"yincang\" align=center><span style=position:absolute;z-index:1;top:149px;left:350px;>");
document.write("<embed src=\"http://www.psychcn.com/pbn/images/84.7.swf\"  width=570 height=300 quality=high wmode=transparent ></embed></span></div>");
}else if(temp==3){
document.write("<div id=\"yincang\" align=center><span style=position:absolute;z-index:1;top:149px;left:350px;>");
document.write("<embed src=\"http://www.psychcn.com/pbn/images/10.swf\"  width=570 height=300 quality=high wmode=transparent ></embed></span></div>");
}else{
document.write("<div id=\"yincang\" align=center><span style=position:absolute;z-index:1;top:149px;left:350px;>");
document.write("<embed src=\"http://www.psychcn.com/pbn/images/dujia.swf\"  width=570 height=300 quality=high wmode=transparent ></embed></span></div>");
}
