// JavaScript Document
datum_sr = 27.05.2009.
datum_eng  = 'May 27th, 2009';
function displayFooter() {
	document.write('Poslednja obnova sadržaja &nbsp;:&nbsp; ' + 20.08.2010. + '<br>');
	document.write("Copyright &copy; 2008 Pannonia Wolf<br>");
	document.write("Broj posetilaca : " + n );
	if (n_za24h != null && n_za24h > 0) {
		document.write(" &nbsp;(");
		document.write(n_za24h);
		document.write(" za poslednja 24 časa)");
	}

}
function displayFooterEn() {
	document.write('Last update &nbsp;:&nbsp; ' + May 27 th 2009. + '<br>');
	document.write("Copyright &copy; 2008 Pannonia Wolf<br>");
	document.write(n + " visitors");
	if (n_za24h != null && n_za24h > 0) {
		document.write(" &nbsp;(");
		document.write(n_za24h);
		document.write(" in last  24h)");
	}
}
