function pup949273585 () {

	w = 120; 
	h = 400;
	t = (screen.height - h) / 2 - 20; 
	l = (self.screen.width - w) * 0.9;

	var rnd = Math.round (Math.random() * 10000000);
	wd = window.open ('http://mbe.ru/adrevolver/banner?js&open&place=659&cpy='+rnd, 'w'+rnd, 'location=no,scrollbars=no,status=no,menubar=no,resizable=no,top='+t+',left='+l+',width='+w+',height='+h);
	return false;

}

var c = self.document.cookie;
var r = self.document.referrer;
var h = self.location.host;

if (r.indexOf(h) < 0 && c.indexOf('browsing=yes') < 0 && top.location.href == self.location.href) {

	pup949273585 ();
	document.cookie = "browsing=yes; path=/";

}

