function switch_IndexImg(){
var r
r = Math.floor(Math.random()*3);
document.write('<img src="../who/support_admin/web_cont/img/index/index_title_img'+r+'.jpg" alt="" width="414" height="192" />');
document.close();
}
