// JavaScript Document
function writeobj(str)
{
	document.write(str);	
}