";
article=document.getElementById('article').innerHTML;
str +=article.substr(0,article.indexOf(strAdBegin));
strTmp=article.substr(article.indexOf(strAdEnd)+strAdEnd.length, article.length);
str +=strTmp.substr(0,strTmp.toLowerCase().indexOf(strFontSize));
strTmp=strTmp.substr(strTmp.toLowerCase().indexOf(strFontSize)+strFontSize.length, strTmp.length);
str +=strTmp.substr(0,strTmp.indexOf(strdoPrint));
str +="window.print()";
str +=strTmp.substr(strTmp.indexOf(strdoPrint)+strdoPrint.length, strTmp.length);
str +=document.getElementById('links').innerHTML;
str += " |