function p1()	{
		window.open('http://www.vreme-si.com/povecaj-jutri.php','h1','width=660,height=560,resizable=0,status=0,scrollbars=0') ; 
		}
function p2()	{
		window.open('http://www.vreme-si.com/povecaj-pojutri.php','h1','width=660,height=560,resizable=0,status=0,scrollbars=0') ; 
		}
function bookmarkAdd() {
	if (window.sidebar) window.sidebar.addPanel(document.title, document.location.href,"");  // Mozilla Firefox Bookmark
	else if( window.external ) window.external.AddFavorite(document.location.href, document.title); // IE Favorite
	else if(window.opera && window.print) return true; // Opera Hotlist
}

function bookmarkCreateLink() {
	if (window.external) document.write('<a href="javascript:bookmarkAdd()");">dodaj med priljubljene</a>');
	else  if (window.sidebar) document.write('<a href="javascript:bookmarkAdd()");">dodaj med priljubljene</a>'); 
	else if (window.opera && window.print) document.write('<a href="javascript:bookmarkAdd()");">dodaj med priljubljene</a>');
}