function WriteString(text)
{    
	document.write(text);
}
