function console_log (msg)
{
	try
	{
		console.log(msg);
	}
	catch (event)
	{
	}
}


$
(
	function()
	{
	}

);
