x=new Date()
danUned=x.getDay()


if (danUned==0){
document.write('Our next class is tomorrow!')}
else if (danUned==1){
document.write('Our next class is tonight, 8:30PM, "Sveti Sava" high school!')}
else if (danUned==2){
document.write('Our next class is scheduled for tomorrow.')}
else if (danUned==3){
document.write('Tonight is the night! A class, 8:30 PM, "Sveti Sava" high school!')}
else if (danUned==4){
document.write('Our next class is day after tomorrew')}
else if (danUned==5){
document.write('Our next class is tomorrow!')}
else if (danUned==6){
document.write('Our next class is today, 5 PM! Don`t be late:)')}
/*0 je nedelja, 1 je ponedeljak, 2 je utorak, 3 je sreda, 4 je cetvrtak, 5 petak, 6 subota*/
