function RandomReplace(){
    ImageCount = 12;		//@ζΜΕε

    txt = "";


	img = Math.floor(Math.random() * ImageCount) + 1 ;
    document.getElementById("top_img").innerHTML = "<div style=\"margin-top:10px;width:540px;float:left;background-image:url(top_img//"+img+".jpg);height:260px;background-repeat:no-repeat;margin-left:3px;color:#FFFFFF;font-size:19px;line-height:1.5em;padding-top:160px;font-weight:bold;text-align:center;font-family:\"lroSVbN\",Osaka,\"qMmpSProW3\";\">"+txt+"</div>";
    
    //document.write("<img src='New_img/top/"+img+".jpg'>");
}
