
var blockedReferrer = 'blockedReferrer';
NS_ActualWrite=document.write;


var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=450,width=450,resizable=1,scrollbars=1');
	if (window.focus) {newwindow.focus()}
}


