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