// -- randomauswahl logo -- //
		
maxlogos=5

multiplikator=maxlogos-1

logonr=Math.round((Math.random()*multiplikator)+1)

document.write('<a href="index.php" target="_top"><img src="fileadmin/img/logo_'+logonr+'.gif" alt="" width="242" height="174" border="0"></a>')