function stopError() 
             {
                  return true;
             }
window.onerror = stopError;

function topTest()
{
	if (!top.onlinereserveren && !top.countryside)
		{
			var newURL="http://www.countryside-vacation-rentals.com?"+self.location.href;
			if ( document.images ) 
				top.location.replace(newURL);
			else  top.location.href=newURL;
		}
}
topTest();