kontakt i prijave:
065 950 7950 MunjaDunja
//change the text below to reflect your own,
var before_15f4a5d61d8a48532d58502963b409d0 =”before!”;
var current_15f4a5d61d8a48532d58502963b409d0 =”current!”
var montharray=new Array(“Jan”,”Feb”,”Mar”,”Apr”,”May”,”Jun”,”Jul”,”Aug”,”Sep”,”Oct”,”Nov”,”Dec”)
function setCountDown_15f4a5d61d8a48532d58502963b409d0(text){
elem = document.getElementById(‘countdown_15f4a5d61d8a48532d58502963b409d0′);
elem.innerHTML = text;
return;
}
function countdown2_15f4a5d61d8a48532d58502963b409d0(yr,m,d,h,i,s){
theyear_15f4a5d61d8a48532d58502963b409d0=yr;
themonth_15f4a5d61d8a48532d58502963b409d0=m;
theday_15f4a5d61d8a48532d58502963b409d0=d;
thehour_15f4a5d61d8a48532d58502963b409d0=h;
theminut_15f4a5d61d8a48532d58502963b409d0=i;
thesecond_15f4a5d61d8a48532d58502963b409d0=s;
var today=new Date()
var todayy=today.getYear()
if (todayy 0){
dday=Math.floor(dd/(60*60*1000*24)*1) //cuantos dias de diferencia
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
}
else {
dday=0; //cuantos dias de diferencia
dhour=0;
dmin=0;
dsec=0;
}
//Normalize Numbers!!!
if (dday < 10){
dday = "0" + dday;
}
if (dhour < 10){
dhour = "0" + dhour;
}
if (dmin < 10){
dmin = "0" + dmin;
}
if (dsec < 10){
dsec = "0" + dsec;
}
text="
| “+dday+” | “+dhour+” | “+dmin+” | “+dsec+” |
| dana | sati | minuta | sekundi |
| “+”Ostalo do početka Ekonomijade 2013″+” | |||
“;
setCountDown_15f4a5d61d8a48532d58502963b409d0(text);
if (dd > 0){
setTimeout(“countdown2_15f4a5d61d8a48532d58502963b409d0(theyear_15f4a5d61d8a48532d58502963b409d0,themonth_15f4a5d61d8a48532d58502963b409d0,theday_15f4a5d61d8a48532d58502963b409d0,thehour_15f4a5d61d8a48532d58502963b409d0,theminut_15f4a5d61d8a48532d58502963b409d0,thesecond_15f4a5d61d8a48532d58502963b409d0)”,1000);
}
}
countdown2_15f4a5d61d8a48532d58502963b409d0(2013 , 05 , 08 ,00 , 00 ,00);
