// JavaScript Document

function noborderPlease(txt){
	document.write(txt);
}