function XPUpdateWrite(str)
{
	document.write(str);
}

