/*
Popup Window Script
By Website Abstraction (http://wsabstract.com)
Over 200+ free scripts here
*/

/*var onoff="off"
function openpopup(){
var popurl="http://www.neurolinguistic.com/pnl/it-indexdx.htm"
winpops=window.open(popurl,"","toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=250,height=1,,,,,,,,")
}

function loadpopup(){
if (onoff=="on"){
if (get_cookie('alreadypopped')==''){
openpopup()
document.cookie="alreadypopped=yes"
}
}
else
openpopup()
}

loadpopup()*/