<!--
//##############################################################//
//	random 1-4													//
//##############################################################//
rand	=	5;
while ((rand > 4) || (rand == 0))
	{
	rand	=	Math.floor(Math.random()*10);
	}
	
//##############################################################//
//	base path to image directory								//
//##############################################################//
var Imagepath	=	"/bibliothek/assets/nav_main/";


//##############################################################//
//	link and path to logo image file							//
//##############################################################//
var Logos	=	new Array( '', 'yellow', 'green', 'orange', 'blue' );
//var Logo	=	'<A HREF="/bibliothek/index2.shtml" target="_top"><IMG SRC="/bibliothek/assets/logo'+rand+'.gif" WIDTH="148" HEIGHT="78" BORDER="0"><\/A>';
var Logo	=	'<a href="/bibliothek/index2.shmlt" target="_top"><img src="/assets/'+Logos[rand]+'.png" style="width: 163px; height: 95px; margin-right: 35px; border: none; outline: none; "></a>';

//##############################################################//
//	color for menu table										//
//##############################################################//
var Color = new Array();
Color[0] = "";
Color[1] = "#FFC340";
Color[2] = "#D6CD3D";
Color[3] = "#FC7F43";
Color[4] = "#48A9DB";

//##############################################################//
//	link and path to home image file							//
//##############################################################//
var Home	=	'<A HREF="/bibliothek/index2.shtml" target="_top"><IMG SRC="'+Imagepath+'b_home_'+rand+'.gif" WIDTH="45" HEIGHT="20" BORDER="0"><\/A>';

//##############################################################//
//	link and path to news image file							//
//##############################################################//
var Ueberuns	=	'<A HREF="/bibliothek/pages/ueberuns/" target="_top"><IMG SRC="'+Imagepath+'b_ueberuns_'+rand+'.gif" WIDTH="79" HEIGHT="20" BORDER="0"><\/A>';

//##############################################################//
//	link and path to adressen image file						//
//##############################################################//
var Angebot	=	'<A HREF="/bibliothek/pages/angebot/" target="_top"><IMG SRC="'+Imagepath+'b_angebot_'+rand+'.gif" WIDTH="78" HEIGHT="20" BORDER="0"><\/A>';

//##############################################################//
//	link and path to adressen image file						//
//##############################################################//
var Webkatalog	=	'<A HREF="http://opac.winmedio.net/Steinhausen/" target="_blank"><IMG SRC="'+Imagepath+'b_webkatalog_'+rand+'.gif" WIDTH="104" HEIGHT="20" BORDER="0"><\/A>';

//##############################################################//
//	link and path to veranstaltungen image file					//
//##############################################################//
var Links	=	'<A HREF="/bibliothek/pages/links/" target="_top"><IMG SRC="'+Imagepath+'b_links_'+rand+'.gif" WIDTH="56" HEIGHT="20" BORDER="0"><\/A>';

//##############################################################//
//	link and path to kontakt image file							//
//##############################################################//
var Kontakt	=	'<A HREF="/bibliothek/pages/kontakt/" target="_top"><IMG SRC="'+Imagepath+'b_kontakt_'+rand+'.gif" WIDTH="73" HEIGHT="20" BORDER="0"><\/A>';

//-->
