﻿//左侧浮动广告
document.write('<div id="leftBar" class="floatClass">');
document.write('<a href="#" title="广告为招租"><img src="images/ad/ggw80.gif" width="70" height="70"/></a>');
document.write('<a href="#" title="广告为招租"><img src="images/ad/ggw80.gif" width="70" height="70"/></a>');
document.write('<p onclick=ShowHideSubMen("leftBar",1) title="关闭">关闭</p>');
document.write('</div>');

//右侧浮动广告
document.write('<div id="rightBar" class="floatClass">');
document.write('<a href="#" title="广告为招租"><img src="images/ad/ggw80.gif" width="70" height="70"/></a>');
document.write('<a href="#" title="广告为招租"><img src="images/ad/ggw80.gif" width="70" height="70"/></a>');
document.write('<p onclick=ShowHideSubMen("rightBar",1) title="关闭">关闭</p>');
document.write('</div>');

