

<!-- BLOCKS ALL JAVASCRIPT ERRORS

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


var newwindow;
function poptastic(url, name)
{
	newwindow=window.open(url,name);
	if (window.focus) {newwindow.focus()}
}





// -->
