/*if (top.location.href.indexOf("ddasolutions.com") > 0)
{
	//hide nothing
}
else
{
	//suppress the error message
	window.onerror=myErrorHandler
}

function myErrorHandler()
{
	//alert('A customized error message');
	return true;
}
*/