// JavaScript Document
function writeDocument(mytext){
	document.write(mytext);
}


