window.onerror=function(m,u,l)
{
	window.status = "Java Script Error: "+m;
	return true;
}
