// Is used by the v12 flash object
function writeFlashObj(str) 
{
	document.write(str); 
}
