	if($("pager")!=null)
	{
	var DivChild=$("pager").childNodes;
	var n;
	
	
		for(var i=0;i<DivChild.length;i++)
		{
			if(DivChild[i].nodeName=="B")
			{
				n=i;
				break;
			}
			
		}
		var objcontent;
		objcontent=$("newscontent")||$("Content");
		if(objcontent.getElementsByTagName("IMG")!=null)
			{
				var obj=objcontent.getElementsByTagName("IMG")
				for (var j=0;j<obj.length ;j++ )
				{
					obj[j].style.cursor="hand";
					if(DivChild[n+2].nodeName=="A")
					{
						obj[j].onclick=function (){
							//window.location=DivChild[n+2].attributes["href"].value;
						}
					}
					else
					{
						//obj[j].onclick=function (){
						//	window.location="http://www.hbqnb.com/news/html/HqPicture/HqPicture.html";
						}
					}
					//obj[j].insertAdjacentHTML("afterEnd","<span id='download' style='display:block'><a target='_blank' href='" + obj[j].attributes["src"].value + "'>µã»÷ÏÂÔØ</a></span>");
				}	
			}
	
	//<br><a target='_blank' href='/news/huarongdao.asp?url=" + obj[j].attributes["src"].value + "'>Play Game</a>




