	var cText = '';
	cText += '		<br/> ';
	cText += '		<hr noshade> ';
	cText += '		<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pagefooter"> ';
	cText += '		  <tr> ';
	cText += '		    <td>Povratak na: <a href="index.htm">Sadržaj</a></td> ';
	cText += '		    <td align="right"><a href="#">Vrh stranice</a></td> ';
	cText += '		  </tr> ';
	cText += '		</table> ';
	cText += '		<br> ';
	document.write(cText) 
