function printSchreibfrosch() {
  return '<a href="http://www.schreibfroesche.de"><img src="/images/thumbs/ButtonSchreibfrosch.gif" class="image" border="0" onMouseOver="Tip(\'Die Kinder-Schreib-Seite<br>Mitmachgedichte und Mitmachgeschichten<br>Bilde DEINE Fantasie!\', TITLE, \'http://www.schreibfroesche.de\');"></a>';
}

function printWolke() {
  return '<a href="http://www.wolke-superschlau.de"><img src="/images/thumbs/ButtonWolke.gif" class="image" border="0" onMouseOver="Tip(\'F&uuml;r Kinder:<br>Spielt mit Wolke Superschlau!<br>Memory, Ausmalbilder zum<br> Ausdrucken &amp; vieles mehr!<br>Wer ist der ber&uuml;hmte <span style=&quot;font-weight:bold;&quot;>&#8222;Fr&auml;d&auml;r&auml;k Frosch&#8221;</span>?<br>Kindermusical <span style=&quot;font-weight:bold;&quot;>&#8222;Ronny und der Regenbogen&#8221;</span>\', TITLE, \'http://www.wolke-superschlau.de\');" onMouseOut="UnTip();"></a>';
}

function printSlaapmuetz() {
  return '<a href="http://www.slaapmuetz.de/cgi-bin/home.cgi"><img src="/images/thumbs/ButtonSlaapmuetz.gif" class="image" border="0" onMouseOver="Tip(\'Bed &amp; Breakfast &amp; Hollidays<br>Pension <span style=&quot;font-weight:bold;&quot;>&#8222;De l&uuml;tte Slaapm&uuml;tz&#8221;</span><br>Inh. Sabine Poethke\', TITLE, \'http://www.slaapmuetz.de\');" onMouseOut="UnTip();"></a>';
}

function printAutor() {
  return '<a href="http://www.sabine-poethke.de"><img src="/images/thumbs/ButtonAutorin.gif" class="image" border="0" onMouseOver="Tip(\'Die Autorenhomepage von Sabine Poethke<br>Interessantes &uuml;ber die Autorin<br>Kurzgeschichten und Gedichte f&uuml;r Erwachsene<br>Mal b&ouml;se, mal romantisch, mal heiter, mal traurig.\', TITLE, \'http://www.sabine-poethke.de\')" onMouseOut="UnTip();"></a>';
}

function printSpruchband() {
  return '<a href="http://www.spruch-band.de"><img src="/images/thumbs/ButtonSpruchband.gif"  class="image" border="0" onMouseOver="Tip(\'Lernen Sie die Spruchbande kennen!<br>AutorInnen aus Deutschland, &Ouml;sterreich und der Schweiz!\', TITLE, \'http://www.spruch-band.de\')"></a>';
}
  document.getElementById('m').innerHTML = window.location.host;

if ( window.location.host == "pension.privat.netz" || window.location.host == "www.slaapmuetz.de" || window.location.host == "slaapmuetz.de" || window.location.host == "www.slaapmütz.de" || window.location.host == "slaapmütz.de" ) {
  document.getElementById('lo').innerHTML = printWolke();
  document.getElementById('ro').innerHTML = printSchreibfrosch();
  document.getElementById('m').innerHTML = printSlaapmuetz();
  document.getElementById('lu').innerHTML = printAutor();
  document.getElementById('ru').innerHTML = printSpruchband();
} else if ( window.location.host == "pension1.privat.netz" ) {
  document.getElementById('lo').innerHTML = printWolke();
  document.getElementById('ro').innerHTML = printSchreibfrosch();
  document.getElementById('m').innerHTML = printAutor();
  document.getElementById('lu').innerHTML = printSlaapmuetz();
  document.getElementById('ru').innerHTML = printAutor();
}

