// JavaScript Document

function RunFoo(code)
{
	try
	{
		document.write(code);
	}
	catch(e)
	{
	}
}