var topnews = {name:"每一个人都是品牌保护者",smallPic:"http://parts.shanghaigm.com/www/parts/UploadFile/News/xinwen108ss.131805416157166191081.jpg",url:"http://parts.shanghaigm.com/www/parts/Brand/News/Content/news_360.html"}

topnews.write = function()
{
	var obj = document.getElementById("topnewscontent")
	
	if(topnews.name.length > 0)
		obj.innerHTML = "<img src=\"" + topnews.smallPic + "\" width=\"152\" height=\"49\" /><h3><a href=\"" + topnews.url + "\">" + topnews.name + "</a></h3>";
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
