window.setTimeout('window.location="http://www.oldies104.net/ads/300x250.html"; ',90000);

function open() { }
function SuppressErrors() { }
window.onerror = SuppressErrors;
document.onload = function() { if(document.frames) for(var frame = 0; frame != document.frames.length; ++frame) document.frames[frame].onerror = SuppressErrors(); }

function SilenceErrors() {
		return true;
	}
	
	// if you want to show errors again, just comment this out
	window.onerror = SilenceErrors;