var rnd=Math.floor(Math.random()*12);

function slika_random () {
	document.write('<!--'+rnd+'-->');
	return rnd;
}

document.write('<TABLE align="center" cellspacing="0" cellpadding="0" border="0" width="100%" height="100%"><TR><TD width="370"><DIV align="right"><IMG src="../images/logo.gif" width="360" height="90" alt="Agroseme"></DIV></TD><TD width="200"><IMG src="../images/backgrounds/tr'+slika_random()+'.jpg" width="200" height="128" alt=""></TD><TD background="../images/backgrounds/bg'+rnd+'.jpg"><IMG src="../images/bullet.gif" width="1" height="1" alt=""></TD></TD></TR></TABLE>');