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