
document.write("<STYLE>");
document.write("#reStyle.hover{background-position:-18px 0;}");
document.write(".RedStyle{");
document.write("background:url(images/33d.jpg) no-repeat top;}");
document.write("<\/STYLE>");


soufun.$("reStyle").onclick = function(){
document.body.className = "";
this.style.display = "none";
if(soufun.$("2008TopBar")){soufun.$("2008TopBar").style.display="none";}

};
soufun.$("reStyle").onmouseover = function(){this.className = "hover"};
soufun.$("reStyle").onmouseout = function(){this.className = ""};




