function reklama(){
var now    = new Date();
var second = now.getSeconds();

	if (second>=57) { window.open("http://www.new-world.cz/dovolena.html","AAA","location,menubar=1, resizable,status=1,toolbar=1,directories=1,scrollbars=1, width=755,height=300");

}
	if (second>=47 && second<=49)  { window.open("http://www.new-world.cz/letenka.html","AAA","resizable,menubar=1, status=1,toolbar=1,directories=1,scrollbars=1, width=755,height=300");

}

	if (second>=37 && second<=39) { window.open("http://www.new-world.cz/obchod.html","AAA","resizable,menubar=1, status=1,toolbar=1,directories=1,scrollbars=1, width=755,height=300");

}

	if (second>=27 && second<=29) { window.open("http://www.new-world.cz/novinky.html","AAA","resizable,status=1,menubar=1, toolbar=1,directories=1,scrollbars=1, width=755,height=300");

}

	if (second>=17 && second<=19) { window.open("http://www.new-world.cz/sluzby.html","AAA","resizable,status=1,menubar=1, toolbar=1,directories=1,scrollbars=1, width=755,height=300");

}

	if (second>=7 && second<=9) { window.open("http://www.new-world.cz/zbozi.html","AAA","resizable,status=1,menubar=1, toolbar=1,directories=1,scrollbars=1, width=755,height=300");

}
}


function poslat(){
window.open("http://www.onlinehry.biz/poslat.html","","width=500,height=280");
}

