//定义新闻的今日导读,精彩推荐按，输出类
function PutongAdver_Class(){
	this.ShowPutongAds=function(){
		document.write('<li><a title="潘石屹：房价将跌至去年水平" href="/gznews/201008/1283151083343.html">·潘石屹：房价将跌至去年水平</a> </li>');
		document.write('<li><a title="2010广州房博会新闻发布会" href="/gznews/201008/1282887840970.html">·2010广州房博会新闻发布会</a> </li>');
		document.write('<li><a title="余丰慧：闲置土地长达十多年，谁之过？" href="/gznews/201008/1282640776092.html">·余丰慧:关于闲置十几年的土地</a> </li>');
		document.write('<li><a title="黎文江:8月广州一二手交易呈量升价稳趋势" href="/gznews/201008/1282553597993.html">·黎文江：8月一二手房量升价稳</a> </li>');
		document.write('<li><a title="公租房监管不到位会否变味？" href="/gznews/201008/1282121943358.html">·公租房监管不到位会否变味？</a> </li>');
		document.write('<li><a title="二手房提取额度按税单核定" href="/gznews/201008/1282121714471.html">·二手房提取额度按税单核定</a> </li>');
	}
}
var PutongAdver=new PutongAdver_Class();
PutongAdver.ShowPutongAds();
