function myprintln(s) 
{ 
	//alert(s)
	document.writeln(s); 
}
