function getHits(id)
{
	try{
		var option={
				parameters:"newsID="+id,
				method:"post",
				onSuccess:function(transport)
					{
						
						
						
							result = transport.responseText.split('|');
							//$("spView").innerHTML = result[1];
							//$("spReview1").innerHTML = result[2];
							$("spView").innerHTML = result[0];
							
							

							//$("liDing").innerHTML = result[1];
						
					},
					onFailure:function(transport)
					{
					   
						return ;
					}
				};
			var request=new Ajax.Request("/ajaxPage/News.aspx?Type=gethits&",option);
			return ;
			
			}
			
			catch(e)
			{
			
				alert(e);
				return ;
			}
	
}
function GetPage(typeID,cuPage)
{
	try{
		var option={
				parameters:"typeID="+typeID+"&cuPage="+cuPage,
				method:"post",
				onSuccess:function(transport)
					{
						
						
						
							result = transport.responseText.split('|');
							$("pageDiv").innerHTML = result;
							//$("liDing").innerHTML = result[1];
						
					},
					onFailure:function(transport)
					{
					
						return ;
					}
				};
			var request=new Ajax.Request("/ajaxPage/News.aspx?Type=getpage&",option);
			return ;
			
			}
			catch(e)
			{
				alert(e);
				return ;
			}
}
function WritegoogleAddetail()
{
	document.write("<div style=\"float:right;margin-top:25px;margin-right:3px\">")
	document.write("<img width=\"170\" height=\"110\" src=\"http://img.ifeng.com/hres/200802/29/15/25c36c5c4ec82f4bc956d91c320fa8d6.jpg\" style=\"margin-bottom:2px\" /><br />");
	document.write("<img width=\"170\" height=\"110\" src=\"http://www.fqspace.com//bbsUpload/admin/b16706c1-8f0d-4be2-ab6e-b0dde2c4d4c0.jpg\" style=\"margin-bottom:2px\" /><br />");
	document.write("<img width=\"170\" height=\"110\" src=\"http://www.fqspace.com/bbsUpload/admin/b83cbe7b-384a-4bad-96f5-149ed7ca306e.jpg\" style=\"margin-bottom:2px\" /><br />");
	document.write("<img width=\"170\" height=\"110\" src=\"http://img.ifeng.com/tres/18x/02231402.jpg\" style=\"margin-bottom:2px\" /><br />");
	document.write("<img width=\"170\" height=\"110\" src=\"http://img.ifeng.com/tres/18x/03041403.jpg\" style=\"margin-bottom:2px\" /><br />");
	document.write("</DIV>");
}
function WriteAdList()
{

}
