//定义新闻的今日导读,精彩推荐按，输出类
function PutongAdver_Class(){
	this.ShowPutongAds=function(){
		document.write('<li><a title="二手房挂牌价环比微降" href="/gznews/201112/1324599713838.html">·二手房挂牌价环比微降</a> </li>');
		document.write('<li><a title="房买了三年还不能收楼" href="/gznews/201112/1324511564628.html">·房买了三年还不能收楼</a> </li>');
		document.write('<li><a title="广深珠楼市集体“动摇”" href="/gznews/201112/1324344371143.html">·广深珠楼市集体“动摇”</a> </li>');
	}
}
var PutongAdver=new PutongAdver_Class();
PutongAdver.ShowPutongAds();

