// JavaScript Document<!--
if(top.location != self.location){top.location = self.location;}

function shown(hot,num,totl)
{var id,div;for(var i=1;i<=totl;i++){	if(i!=num){id = hot + i.toString();div = document.getElementById(id);div.style.display = "none";}}id = hot + num.toString();div = document.getElementById(id);div.style.display = "block";
}

function g(formname){
event.returnValue=false;
var url0 = "http://www.baidu.com/s?tn=baiduadv&q1="+ formname.wd.value +"&rn=10&lm=0&ct=0&q6=liuxuehome.com";
var url1 = "sosuo.asp?s=2&wd="+ formname.wd.value +"&tn=hrstudy&cl=3&ct=2097152&pn=10&si=www.pre-mbaclub.com";
if (formname.D1.value=="0")
{window.open(url0,"_blank");}
else
{window.open(url1,"_blank");}
return true;
}
-->

