function printHTML(str) { var strHTML=str; document.write(strHTML); }

