if ( top.frames.length > 1 )
       top.location="http://www.local-pages.de/";

function getListText(list) {
   var listText = "";
   if (list.selectedIndex != -1) {
      listText = list.options[list.selectedIndex].text;
   }
   return (listText);
}

function getListValue(list) {
   var listValue = "";
   if (list.selectedIndex != -1) {
      listValue = list.options[list.selectedIndex].value;
   }
   return (listValue);
}

function onListChange(list) {
  parent.location.href = getListValue(document.TOC.LIST);
}

/* ======================================================================
FUNCTION:	greeting()
 
INPUT: 		none.

RETURN:		none.

DESC:		Bannerwerbung wir eingeblendet.
			Banner liegen im Unterverzeichnis banner/*.gif

USAGE:		document.write(greeting());

PLATFORMS:	Netscape Navigator 3.01 and higher,
			  	Microsoft Internet Explorer 3.02 and higher,
			  	Netscape Enterprise Server 3.0,
			  	Microsoft IIS/ASP 3.0.

CHANGES:	25.12.2001 -  target="_blank" ergänzt
====================================================================== */
function greeting()  {
	Now = new Date()
	Second = Now.getSeconds()
	if(Second < 5) 
	   msg = '<a href="http://www.local-pages.de/da/banner_localpages.htm" target="_blank"><img src="banner/local-pages.gif" border="0" width="468" height="60"></a>'  
	else
	if(Second < 10) 
           msg = '<A HREF="http://www.dacity.de" target="_blank"><IMG SRC="banner/dacitybanner.gif" ALIGN=bottom WIDTH=468 HEIGHT=60 BORDER=0 HSPACE=1 ALT="DAcity - Dein Internetmagazin!"></A>'
	else
	if(Second < 15) 
	   msg = '<a href="http://www.fritz-online.de" target="_blank"><img src="banner/fritz.gif" border="0" width="354" height="54"></a>'  
   	else
	if(Second < 20) 
	   msg = '<a href="http://www.local-pages.de/da/banner_localpages.htm" target="_blank"><img src="banner/local-pages.gif" border="0" width="468" height="60"></a>'  
	else
	if(Second < 25) 
	   msg = '<A HREF="http://www.zanox-affiliate.de/ppc/?327657C839145228T" target="_blank"><IMG SRC="http://www.zanox-affiliate.de/ppv/?327657C839145228" ALIGN=bottom WIDTH=468 HEIGHT=60 BORDER=0 HSPACE=1 ALT="STRATO Angebot - Hier klicken!"></A>'
   	else
	if(Second < 30) 
	   msg = '<a href="http://www.local-pages.de/da/banner_localpages.htm" target="_blank"><img src="banner/local-pages.gif" border="0" width="468" height="60"></a>'  
	else
	if(Second < 35) 
      	   msg = '<a href="http://www.greenpeace.de/darmstadt/" target="_blank"><img src="banner/greenpeace_darmstadt.gif" border="0" width="400" height="40"></a>'  
	else
   	if(Second < 40) 
	   msg = '<a href="http://donnerwetter.de/region.hts?64297" target="_blank"><img src="banner/donnerwetter.gif" border="0" width="468" height="60"></a>' 
   	else
	if(Second < 45) 
	   msg = '<a href="http://www.local-pages.de/banner/bannerwerbung.htm" target="_blank"><img src="banner/eigene_homepage.gif" border="0" width="468" height="60"></a>'  
	else
   	if(Second < 50) 
	   msg = '<a href="http://www.local-pages.de/da/index_jobboerse.htm" target="_blank"><img src="banner/k_serv_jb10.gif" border="0" width="468" height="60"></a>' 
	else
	if(Second < 55) 
	   msg = '<a href="http://www.babytreff-darmstadt.de/" target="_blank"><img src="banner/babytreff.gif" border="0" width="468" height="60"></a>'  
	else
	   msg = '<a href="http://www.maruhn.de" target="_blank"><img src="banner/maruhn.gif" border="0"></a>' 

return( msg )
}
