function doPrint() {
var str = "<html>";
str +=	'<meta http-equiv="Content-Type" content="text/html; charset=gb2312">';
str +=	'<title>'+document.title+'</title>';
str +=	"<body bgcolor=#ffffff topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 onLoad='window.print()' style='font-size:12px'>";
str +=	"<table width=600 border=0 cellpadding=0 cellspacing=0 align=center>";
str +=	"<tr>";
str +=	"<td><a href=\"http://www.ce.cn\"><img src=\"http://www.ce.cn/images/logo.gif\" vspace=5 border=0></a></td>";
str +=	"</tr>";
str +=	"<tr bgcolor=#569DC9 height=20>";
str +=	"<td style='font-size:12px;'><font color=#FFFFFF>&nbsp;&nbsp;" + ShowDate() + "</font></td>";
str +=	"</tr>";
str +=	"</table>";
str +=  "<table width=600 border=0 cellpadding=0 cellspacing=10 align=center><tr><td>";
str +=	"<table width=100% border=0 cellpadding=0 cellspacing=0 align=center>";
str +=	"<tr><td style='font-size:26px;' height=50 align=center><strong>";
str +=	document.getElementById('articleTitle').innerHTML;
str +=	"</strong></td></tr>";
str +=	"<tr><td><hr size=1></td></tr>";
str +=	"<tr><td height=20 align=right style='font-size:12px;'>";
str +=	document.getElementById('articleTime').innerHTML;
str +=	"</td></tr>";
str +=	"<tr><td height=20 align=center style='font-size:12px;'>";
str +=	document.getElementById('articleAuthor').innerHTML;
str +=	"</td></tr>";
str +=	"<tr><td style='font-size:14px;line-height:20px'>";
str +=	document.getElementById('articleText').innerHTML;
str +=	"</td></tr>";
str +=	"<tr><td height=20 align=right style='font-size:12px;'>";
str +=	document.getElementById('articleSource').innerHTML;
str +=	"</td></tr>";
str +=	"</table>";
str +=	"</td></tr></table>";
str +=	"<table width=600 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=#569DC9>";
str +=	"<tr><td height=50 align=center style='font-size:12px;'><font color=#FFFFFF>";
str +=  "&copy; 版权所有 中国经济网&nbsp;&nbsp;<a href='http://www.ce.cn/' target='_blank'><font color=#FFFFFF>www.ce.cn</font></a>"
str +=	"</font></td>";
str +=	"</tr>";
str +=	"</table>";
str +=	"</body></html>";
document.write(str);
document.close();
}




function openfill(){
document.formarticle.allinfo.value = escape(article.outerHTML);
document.formarticle.caption.value = articleTitle.innerHTML;
document.formarticle.location.value = this.location;
document.formarticle.submit();
return true;
}

function ShowDate() {
var today = new Date();
var year;
var month;
var week;
var day;
var hour;
var minute;
var second;
year = today.getYear();
month = today.getMonth()+1;
day = today.getDate();
hour = today.getHours();
minute = today.getMinutes();
second = today.getSeconds();
if(minute<10) minute = "0" + minute;
if(second<10) second = "0" + second;
if(today.getDay()==0) week = "星期日"
if(today.getDay()==1) week = "星期一"
if(today.getDay()==2) week = "星期二"
if(today.getDay()==3) week = "星期三"
if(today.getDay()==4) week = "星期四"
if(today.getDay()==5) week = "星期五"
if(today.getDay()==6) week = "星期六"
return (year + "年" + month + "月" + day + "日 " + week + " " + hour + ":" + minute + ":" + second);
}

function checkword()
{
	 var strswd=document.searchform.word.value;

		if(searchstrFilter(strswd)==true)
		{
			}
		else
		{
			return false;
		}
		
	document.searchform.searchword1.value=document.searchform.word.value;
	if(document.all.searchform.searchword1.value!="")
	{
		//document.all.searchform.searchword.value="docstatus=10 and siteid=2 and  (doctype=10 or doctype=20)  and "+document.all.searchform.searchword1.value;
		document.all.searchform.searchword.value="siteid=2 and "+document.all.searchform.searchword1.value;
	}
	else
	{
		document.all.searchform.searchword.value="siteid=2"
	}
	document.searchform.action="http://search.ce.cn/search/search.jsp";
}

//add by zfly@trs:检索词过滤
function searchstrFilter(_searchstr)
{
	var wordsList = "色情,黄色,美女,做爱,裸体,强奸,高潮,性爱,脱衣,走光,露点,淫乱,口交,色情,淫妻, 浪女,成人,一夜激情,一夜情,激情,幼幼,幼交,UU,小穴,美穴,蜜穴,百家性,情色,色情,色 网,A片,毛片,XX,肛交,淫民,色淫,熟女,女优,AV,SM,兽交,TNT制作方法,出售 枪支 联系,出售54手枪,出售各种防自制枪支,出售军用枪支,出售枪支,出售枪支弹药,出售手枪13555700620,出售炸药,出售炸药 雷管,弹药制造方法,雷管 制作,雷管制造方法,雷管制作,起爆器 制作,燃烧弹制造 -警察 -报道 -警方,燃烧瓶 制作 方法,手把手教你做原子弹,原子弹 制作,原子弹材料 -警察 -报道 -警方,炸药 制 方法,炸药 制作,炸药制造方法,制造雷管,制造枪支弹药,自制雷管,自制燃烧弹 方法,手狗,气狗,汽狗";
	var array = wordsList.split(",");
	var tempwords = "";

	for(var i=0;i<array.length;i++)
	{
		if(_searchstr.indexOf(array[i])>=0)
		{
			tempwords +="【"+array[i]+"】";
		}
	}
	if(tempwords!="")
	{
		//alert("您输入了非法的检索词："+tempwords);
		alert("您输入了非法的检索词!");
	}
	else
		return true;
}
//add by zfly@trs:检索词过滤

