// pop-unders
function ub_pop() {
var w_ub; 
if ( !w_ub || w_ub.closed ) w_ub=window.open("pop.html","_ub_","WIDTH=468,HEIGHT=60");
if (w_ub) w_ub.blur();
}

if ( !getCookie('place') ) {
	ub_pop();
	timeCookie( 'place', 1, 600 );
}
if ( !getCookie('alrt') ) {
	var _url = 'http://ukrbanner.net/b.p?s=169&tp=sc&r='+rndv;
	var _size = ' width=1 height=1 ';
	document.write('<iframe src="'+_url+'" '+_size+' frameborder=0 vspace=0 hspace=0 marginwidth=0 marginheight=0><ilayer '+_size+' src="'+_url+'"></ilayer></iframe>');
	timeCookie( 'alrt',1, 24*3600 );
}
