function ExternalWrite(s)
{
	if ( s )
	{
		document.writeln( s );
	}
}
