if(top && top != this){
	u = '/globinc/promo.php';
	p = window.open(u,'showit','width=500,height=300,alwaysRaised=1,toolbar=0,location=0,menubar=0,directories=0,status=0,resizable=0,scrollbars=0');
	if(p){p.blur();}
	self.focus();
	top.location.href = this.location.href;
}
function trim(s){s=s.replace(/^\s+/,'');return s.replace(/\s+$/,'');}
function str_collapse(s){return trim(s.replace(/\s+/g,' '));}
