";
//alert("2");
article=document.getElementById('article').innerHTML;
//alert("3");
if(article.indexOf(strAdBegin)!=-1){
str +=article.substr(0,article.indexOf(strAdBegin));
strTmp=article.substr(article.indexOf(strAdEnd)+strAdEnd.length, article.length);
}else{
strTmp=article
}
//alert("4");
//str +=strTmp.substr(0,strTmp.indexOf(strFontSize));
//strTmp=strTmp.substr(strTmp.indexOf(strFontSize)+strFontSize.length, strTmp.length);
str += strTmp;
//str +=strTmp.substr(0,strTmp.indexOf(strdoPrint));
//str +="window.print()";
//str +=strTmp.substr(strTmp.indexOf(strdoPrint)+strdoPrint.length, strTmp.length);
str += " |