jQuery(document).ready(function($) {
	
  //$.fn.colorbox({width:"30%", inline:true, href:"#subscribe"});
 //$.fn.colorbox({href:'/wp-content/uploads/2011/07/shutterstock_382499201.jpg',overlayClose:'true'});
 //$.fn.colorbox({href:'http://www.harmonija.eu/lightbox-template',overlayClose:'true',innerWidth:'480px', innerHeight:'226px'});
 //$.fn.colorbox({href:'http://www.harmonija.eu/hotel/organizacija-dogodkov/konferencni-paket-harmonija',overlayClose:'true'});
 //alert('test');
/*var pathname = window.location.pathname;
alert(pathname);*/

 var date=new Date();
//alert(date);
minutes=date.getMinutes();
hours=date.getHours();
newMinutes=minutes+15;
if (newMinutes > 60)
{
    newMinutes=newMinutes-60;
    newHours=hours+1;
}
else
{
    newHours=hours;
}
//alert(newMinutes);
//alert(newHours);

date.setMinutes(newMinutes);
date.setHours(newHours);
//alert(date);
 if($.cookie("firstvisit") == null){
    //alert('not set');
    //$.fn.colorbox({href:'http://www.harmonija.eu/lightbox-template',overlayClose:'true',innerWidth:'820px', innerHeight:'720px'});
    //$.fn.colorbox({href:'http://www.harmonija.eu/lightbox-template',overlayClose:'true'});
    //$.cookie("firstvisit", 1, { expires: date, path : '/' });
 }
/*else if($.cookie("firstvisit") == 1){
    alert('set');
    
}*/

});
