<!--
window.status='&curren; ihumpthings.com';

function popWindow(URL,width,height) {

x = Math.round((screen.availWidth-width)/2);
y = Math.round((screen.availHeight-height)/2 - 10);

popWin = window.open(URL, 'disclaimer', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width='+width+',height='+height+',left='+x+',top='+y+',screenX='+x+',screenY='+y);
}
//-->