//WRITE STRING
function writestring(stringsent)
{
	document.write(stringsent);
}