function echocontents(theContent){
	document.write(theContent);
}