<!-- Header new

var showdate		= "yes"		// show date at the top

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr>');

//  cell 3
document.write('<td width="1000" height="152">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">');

document.write('<tr><td width="1000" height="35">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr><td width="1000"  align="right" valign="middle" background="pic/topstrbar_bgrd.jpg"><a href="index.htm" target="_top"><img src="pic/flag-en.jpg" width="30" height="35" border="0" alt="English version"></a></td></tr>');
document.write('</table>');
document.write('</td></tr>');

document.write('<tr><td width="1000" height="110">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0">');

document.write('<tr>');
document.write('<td width="480" background="pic/header_l.jpg"><img src="pic/spacer.gif" width="480" height="110" border="0"></td>');
document.write('<td width="520"  height="110" background="pic/header_swish.jpg">');

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="header" width="520" height="110">');
document.write('<param name="movie" value="header.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#FFFFFF">');
document.write('<embed name="header" src="header.swf" quality="high" bgcolor="#FFFFFF" width="520" height="110" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'); 
document.write('</embed>');
document.write('</object>');


document.write('</td>');
document.write('</tr>');

document.write('</table>');
document.write('</td></tr>');


document.write('<tr><td width="1000" background="pic/headerstrbar_bgrd.jpg"><img src="pic/spacer.gif" width="1000" height="7" border="0" alt="spacer"></td></tr>');
document.write('</table>');
document.write('</td>');

//  end cell 3

//  cell 4
document.write('<td width="100%" height="152">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">');
document.write('<tr><td width="100%" background="pic/topstrbar_bgrd.jpg"><img src="pic/spacer.gif" height="35" width="100%" border="0" alt="spacer"></td></tr>');
document.write('<tr><td width="100%" background="pic/header_bgrd.jpg"><img src="pic/spacer.gif" width="100%" height="110" border="0" alt="spacer"></td></tr>');
document.write('<tr><td width="100%" background="pic/headerstrbar_bgrd.jpg"><img src="pic/spacer.gif" height="7" width="100%" border="0" alt="spacer"></td></tr>');
document.write('</table>');
document.write('</td>');

//  end cell 4

document.write('</tr></table>');

// date script 

   if (showdate == "yes") {
document.write('<div id="date_location">');
var d=new Date()
var weekday=new Array("Nedelja","Ponedeljak","Utorak","Sreda","Cetvrtak","Petak","Subota")
var monthname=new Array("Januar","Februar","Mart","April","Maj","Jun","Juli","Avgust","Septembar","Oktobar","Novembar","Decembar")
document.write("<span class=\"date_font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}


//  end -->
