function DocumentWriter(strHTML) {
 document.write(strHTML);
}