<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="desno">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="165"><tr><td>');


document.write('</td></tr><tr><td align="left">');
var d=new Date()
var weekday=new Array("nedjelja","ponedjeljak","utorak","srijeda","&#269;etvrtak","petak","subota")
var monthname=new Array("sije&#269;nja","velja&#269;e","o&#380;ujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenog","prosinca")
document.write("<p><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><br></span></p>")

//document.write('<script language=JavaScript src="date.js" type=text/javascript></script>');

   if (linkstop == "yes") {
document.write('</td></tr><tr><td nowrap>');
document.write('<p style="margin-bottom: 12px"><SPAN class=sidebartitle>Najave/Obavijesti:</SPAN></p>');
}

// START LINKS //

//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="kateheza.htm" class="vmenu">kateheza</a>');


// END LINKS //


// START scroll
   if (showimage1 == "yes") {
document.write('</td></tr><tr><td bgcolor="#ffffff"><SCRIPT LANGUAGE="JavaScript">Tscroll_init (0)</SCRIPT></td></tr>');
}

// END


// START IMAGES
   if (showimage2 == "yes") {
document.write('</td></tr><tr><td align="left">');
document.write('<p><br><br>');
document.write('<a target="_blank" href="http://www.katolici.org/kalendar.php">');
document.write('<img border="0" src="picts/kalendar.jpg" width="155" height="53"></a>');
document.write('<p></p>');


document.write('<p>');
document.write('<a target="_blank" href="show-crkva09.htm">');
document.write('<img border="0" src="picts/crkva-nova-m.jpg" width="155" height="160" ></a>');
document.write('<p></p>');


document.write('<a target="_blank" href="http://www.isusovci.hr/prostorduha/">');
document.write('<img border="0" src="picts/molitva.jpg" width="155" height="116" ></a>');
document.write('<p></p>');

document.write('<a target="_blank" href="http://www.glas-koncila.hr/docs/1243933463-30-100.pdf">');
document.write('<img border="0" src="picts/sinoda-glasnik.jpg" width="120" height="389" ></a>');
document.write('<p></p>');

document.write('<p>');
document.write('<a target="_top" href="toolbar.htm">');
document.write('<img border="0" src="picts/toolbar.jpg" width="155" height="86" ></a>');
document.write('<p></p>');

document.write('<p>');
document.write('<a  target="_blank" href="http://www.ika.hr/">');
document.write('<img border="0" src="picts/ika.jpg" width="125" height="125"></a></p>');
document.write('<p>');

document.write('<p>');
document.write('<a target="_blank" href="http://www.glas-koncila.hr/">');
document.write('<img border="0" src="picts/gk.jpg" width="125" height="125"></a></p>');
document.write('<p>');

}



document.write('</td></tr></table></DIV>');

//  End -->