var ad_buy,ad_rent,ad_sale,ad_hire,ad_home,ad_buy_j,ad_rent_j,ad_sale_j,ad_hire_j,ad_home_j;
	title_str=self.location.toString();
	//alert( title_str );
	ad_buy_j=title_str.indexOf("/biz/browse_buy");
	ad_rent_j=title_str.indexOf("/biz/browse_rent");
	ad_sale_j=title_str.indexOf("/biz/browse_sale");
	ad_hire_j=title_str.indexOf("/biz/browse_hire");
	ad_home_j=title_str.indexOf("/home/home");
	
	ad_top='/images/an_top.gif'
	ad_buy='/images/an_buy_house.gif';
	ad_rent="/images/an_rent_house.gif";
	ad_sale="/images/an_qugou.gif";
	ad_hire="/images/an_quzu.gif";
	ad_home="/images/an_zhaofang.gif";

	if(ad_buy_j>0)
	{
	ad_buy="/images/an_buy_house_e.gif";
	}
	if(ad_rent_j>0)
	{
	ad_rent="/images/an_rent_house_e.gif";
	}
	if(ad_sale_j>0)
	{
	ad_sale="/images/an_qugou_e.gif";
	}
	if(ad_hire_j>0)
	{
	ad_hire="/images/an_quzu_e.gif";
	}
	if(ad_home_j>0)
	{
	ad_home="/images/an_zhaofang_e.gif";
	}

document.write('<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" height="55">');
document.write('      <tr> ');
document.write('        <td rowspan="2">&nbsp;&nbsp;&nbsp;<a href="http://www.9430.com"><img src="../images/logo_tb.gif" width="255" height="40" border="0"></a></td>');
document.write('        <td width="419" align="right" valign="bottom"><a href="http://www.9430.com">Ê×Ò³</a> ');
document.write('          <a href="/top/top_search.asp">ËÑË÷</a> <a href="/home/home_login.htm">µÇÂ¼</a> ');
document.write('          <a href="/member/reg.htm">Ãâ·Ñ×¢²á</a> <a href="/notebook.asp" target="_blank">°ïÖúÁôÑÔ</a>¡¡&nbsp;&nbsp;</td>');
document.write('      </tr>');
document.write('      <tr> ');
document.write('        <td width="419" valign="bottom" align="right"> ');

document.write('<a href="/" target=_top><img height=28 src="'+ad_top+'" width=78 ');
document.write('border=0></a><img height=28 src="/images/nav_shim.gif" width=4>');

document.write('<a href="/biz/browse_buy.htm" target=_top><img height=28 src="'+ad_buy+'" width=78 ');
document.write('border=0></a><img height=28 src="/images/nav_shim.gif" width=4>');

document.write('<a href="/biz/browse_rent.htm" target=_top><img height=28 ');
document.write('src="'+ad_rent+'" width=78 border=0></a>');

//document.write('<img height=28 src="/images/nav_shim.gif" width=4><a ');
//document.write('href="/biz/browse_sale.htm" target=_top><img ');
//document.write('height=28 src="'+ad_sale+'" width=78 border=0></a><img height=28 ');
//document.write('src="/images/nav_shim.gif" width=4><a href="/biz/browse_hire.htm" ');
//document.write('target=_top><img height=28 src="'+ad_hire+'" width=78 border=0></a>');

document.write('<img height=28 ');
document.write('src="/images/nav_shim.gif" width=4><a href="/home/home_login.htm" ');
document.write('target=_top><img height=28 src="'+ad_home+'" width=78 ');
document.write('border=0></a> </td>');
document.write('      </tr>');
document.write('    </table>');