<!-- header_top

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%">');

document.write('<tr>');
document.write('<td width="300" height="43" background="pic/bgrd_header_top.jpg"><img src="pic/spacer.gif" width="300" height="43" border="0"></td>');
document.write('<td width="530" height="43" background="pic/bgrd_header_top.jpg"><img src="pic/spacer.gif" width="530" height="43" border="0"></td>');
document.write('<td width="20" height="43" background="pic/bgrd_header_top.jpg"><img src="pic/spacer.gif" width="20" height="43" border="0"></td>');
document.write('</tr>');


document.write('<tr>');
document.write('<td width="300" height="25" background="pic/top_www.jpg"><img src="pic/spacer.gif" width="300" height="25" border="0"></td>');
document.write('<td width="530" height="25"  align="right" valign="middle" background="pic/top_bgrd.jpg"><span id="clock"></span></td>');
document.write('<td width="20" height="25" background="pic/top_bgrd.jpg"><img src="pic/spacer.gif" width="20" height="25" border="0"></td>');
document.write('</tr>');

document.write('</table>');

<!-- script that displays the live day, date and time

var dayarray=new Array("Nedelja","Ponedeljak","Utorak","Sreda","Cetvrtak","Petak","Subota")
var montharray=new Array("Januar","Februar","Mart","April","Maj","Jun","Juli","Avgust","Septembar","Oktobar","Novembar","Decembar")

function getcurrentdate(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym

var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn=""
if (hours>=12)
dn=""
if (hours>12){
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds

var cdate="<font size='1' color='2F8601' face='Arial'>"+dayarray[day]+", "+daym+" , "+montharray[month]+" , "+year+"  "+hours+":"+minutes+":"+seconds+" "+dn+"</font>"
if (document.all)
document.all.clock.innerHTML=cdate
else
document.write(cdate)
}
if (!document.all)
getthedate()
function showdate(){
if (document.all)
setInterval("getcurrentdate()",1000)
}


//  end -->
