function UrlEncode(cid,str)
{
if(cid ==4 || cid ==1 ||  cid ==2 || cid ==3 ||cid ==4 || cid ==6 || cid ==82) 
 {
Tianjin(cid,str);

}

else
{

var domain=undefined;
if(domain== undefined){
var ret="http://www2.foloda.com/?houseType=1&cityId="+cid+"&key=";
}
else
{
var ret=Seachbar+"/?houseType=1&cityId="+cid+"&key=";
}
ret+= escape(str);

//alert(ret);
window.open(ret);
}
}


function Tianjin(cid,str)
{

 var key =encodeURI(str);
 var JumpPage ="http://www.foloda.com/PagesFor/ToFoloda.aspx?CityId="+cid+"&foloda=foloda%e9%93%be%e6%8e%a5&ToPageUrl=http%3a%2f%2fwww.foloda.com%2fHouse%2fDefault.aspx%3f";
 var url ="ht=1&District=&Zone=&BuildTypeOfHouse=-1&Room=-1&UsedHouseBuildArea4Query=-1&UsedHousePrice=-1&Keyword=";
 var st =JumpPage+escape(url)+encodeURI(str);
window.open(st);
}