var tmpSource,tmpID;
function swap(id,source){
 tmpSource = document.images[id].src ; tmpID = id
 document.images[id].src = source;
}
function reset(){ document.images[tmpID].src = tmpSource; }


document.write('    <div>   ');
document.write('    <p align="center"><img src="images/green1.gif" width="550" height="3" alt> <br>   ');
document.write('    <a href="http://www.oldsum-auf-foehr.de/a/" target="_top">Aktuelles</a>   ');
document.write('    &nbsp;&nbsp;<img src="images/green1.gif" width="2" height="15" alt>&nbsp;&nbsp;<a href="http://www.jswis.de/seminare/sem_anzeigen.php?kdnr=323" onmouseover="status=\'Veranstaltungskalender\';return true;" onmouseout="status=\'\' ;return true;">Veranstaltungen</a>   ');
document.write('     &nbsp;&nbsp;<img src="images/green1.gif" width="2" height="15" alt>&nbsp;&nbsp;<a href="http://www.jswdb.de/cam/oldsum.php" onmouseover="status=\'WebCam Oldsum auf Föhr\';return true;" onmouseout="status=\'\' ;return true;">WebCam</a>   ');
document.write('      &nbsp;&nbsp;<img src="images/green1.gif" width="2" height="15" alt>&nbsp;&nbsp;<a href="http://www.jswdb.de/postkarte/postkarte.php?kdnr=101011" onmouseover="status=\'Elektronischer Gruß\';return true;" onmouseout="status=\'\' ;return true;">E-Grusskarte</a>   ');
document.write('      &nbsp;&nbsp;<img src="images/green1.gif" width="2" height="15" alt>&nbsp;&nbsp;<a href="impressum.htm" onmouseover="status=\'Impressum\';return true;" onmouseout="status=\'\' ;return true;">Impressum</a>   ');
document.write('      &nbsp;&nbsp;<img src="images/green1.gif" width="2" height="15" alt>&nbsp;&nbsp;<a href="http://www.jswdb.de/Oldsum1/old_nachricht.php" onmouseover="status=\'Nachricht an Oldsum-auf-Foehr.de\';return true;" onmouseout="status=\'\' ;return true;">Kontakt</a>   ');
if (!parent.frames[0]){
document.write('      &nbsp;<img src="images/green1.gif" width=2 height=15 alt>&nbsp;&nbsp;<a href="index.html">Hauptseite</a><br>   ');
}
  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) { 
    var url="http://www.oldsum-auf-foehr.de";
    var title="Oldsum auf der Nordseeinsel Föhr";
    document.write('      &nbsp;&nbsp;<img src="images/green1.gif" width="2" height="15" alt>&nbsp;&nbsp;');
    document.write('<A HREF="javascript:window.external.AddFavorite(url,title);" ');
    document.write('onMouseOver=" ');
    document.write(" swap('Image1','images/favorit_a.gif');");
    document.write('window.status=');
    document.write("'Zu den Favoriten hinzuf&uuml;gen'; return true ");
    document.write('" onMouseOut=" reset(); window.status=');
    document.write("' '; return true ");
    document.write('">');
    document.write('<img src="images/favorit.gif" width="17" height="14" border="0" name="Image1" alt="Zu den Favoriten hinzuf&uuml;gen">');
    document.write('</a>&nbsp;&nbsp;');
   }

document.write('    </p>   ');
document.write('    </div>   ');
document.write('    <br>   ');



