document.write('<center>');

document.write('<div id="anhaenge" style="position:relative; ">');
document.write('<table border="0" cellpadding="5" cellspacing="0">');

document.write("<tr><td align='center' class='anhangOben' colspan='3'>");
document.write("<span class='schriftklein'>Möchtest Du meine Homepage verlinken? ");
document.write("Dann freue ich mich über einen konstruktiven Textlinks wie z.Bsp.:<br>");
document.write("<b>&lt;a href=&quot;http://www.kneller-gifs.de&quot;&gt;Kneller GIFs: Animationen, Backgrounds, Cliparts&lt;/a&gt;</b></span>");
document.write('</td></tr>');

document.write('<tr valign="top">');
document.write('<td class="anhangLinks">');
document.write('<a href="http://www.ranking-hits.de/" title="WEBMASTER SERVICES" target="_blank"><img src="http://www.ranking-hits.de/?ref=www.kneller-gifs.de&style=23" alt="PAGERANK-SERVICE" border="0" /></a><br>');
document.write('<a href="http://www.trendcounter.com/live/y9pd7s7i.htm" target="_blank"><img src="http://www.trendcounter.com/w/blog/ff0000_ffffff/y9pd7s7i.png" border="0" alt="counter" /></a><br>');
document.write('<a href="http://www.database-search.com/sys/pre-check.php" target="_top"><img src="http://database.webstart-service.de/img/prv2.gif" border="0" alt="PageRank Verifizierung www.kneller-gifs.de"></a><br>');

document.write('</td>');

document.write('<td align="center" class="anhangMitte" >');
document.write('<A HREF="http://www.top100.gifarchiv.net/cgi-bin/lspro/lspro.cgi?click=1246393137" target="_blank"><IMG SRC="http://www.michzett.claranet.de/top100.gif" HEIGHT="31" WIDTH="88" BORDER="0"></A>');
document.write('<a href="http://www.besttoplists.com/cgi-bin/topliste6/topsites.cgi?klick=34" target="_blank"><img src="http://www.besttoplists.com/cgi-bin/topliste6/topsites.cgi?button=show" alt="Gifs & Cliparts Top 100" border="0"></a>');
document.write('<a href="http://www.gif-star.com/cgi-bin/topliste/topsites.cgi?klick=796" target="_blank"><img src="http://www.gif-star.com/cgi-bin/topliste/topsites.cgi?button=show" alt="Gif-Star TOP 100" border="0"></a>');
document.write('<a href="http://www.gifsworld-top99.de/cgi-bin/topliste/in.cgi?id=kneller" target="_blank"><img src="http://www.gifsworld-top99.de/gifsworld-top99-but.gif" alt="Gifs und Cliparts" height="31" width="88" border="0"></a>');

document.write('<br>');
document.write('<a href="http://www.cliparttop100.com/in.php?id=kneller" target="_blank">Free ClipArt Top 100</a>');
document.write('</td>');

document.write("<td class='anhangRechts'>");
document.write('<a href="http://www.pagerank-server7.de" title="Pagerank - Server7" target="_blank"><img src="http://www.pagerank-server7.de/pr.php?style=1&ref=kneller-gifs.de" alt="Pagerank - Server7" border="0"></a><br>');
document.write('<a href="http://www.euroranking.de" title="Euroranking - PR Service" target="_blank"><img src="http://www.euroranking.de/pr.php?style=1&ref=kneller-gifs.de" alt="Euroranking - PR Service" border="0"></a><br>');
document.write('<a href="http://www.gpr.hu/" target="_blank"><img src="http://www.gpr.hu/pr.pr?type=3&amp;url=http://www.kneller-gifs.de" border="0" width="77" height="14" alt="Google PageRank" title="Google PageRank"></a><br>');
document.write("<a href='http://www.Trigadon.de/' title='Kostenlose counter und Statistik' target='_blank'><img src='http://www.trigadon.de/pr.php?id=3335&bild=prg' border='0' alt='Kostenlose counter und Statistik' /></a><br>");

document.write('</td>');
document.write('</tr>');

document.write("<tr><td align='center' colspan='3'>");
document.write("<SCRIPT type=\'text/javascript\' language=\'JavaScript\' src=\'http://xslt.alexa.com/site_stats/js/t/a?url=www.kneller-gifs.de\'></SCRIPT>");
document.write("</td></tr>");

document.write('</table></div>');

document.write('</center>');


// Div "anhaenge" nach unten schieben
hoeheBody 	= 0;
  if (window.innerHeight) { // Netscape
    hoeheBody = window.innerHeight;
  } else if (document.body && document.body.offsetHeight) { // IE
    hoeheBody = document.body.offsetHeight;
  }
hoeheUeberDiv	= document.getElementById("anhaenge").offsetTop;
hoeheDiv	= document.getElementById('anhaenge').offsetHeight;
//alert("Höhe über Div: "+hoeheUeberDiv +", Höhe des DIVs: "+hoeheDiv + ", Höhe Body: "+hoeheBody);
if (hoeheUeberDiv+hoeheDiv < hoeheBody) {
  //alert("verschieben");
  if (document.getElementById)	// DOM1
    document.getElementById("anhaenge").style.top= -hoeheUeberDiv + hoeheBody-hoeheDiv +"px";
  else if (document.all)		// ie
    document.all[anhaenge].style.top= -hoeheUeberDiv + hoeheBody-hoeheDiv +"px";
  else if (document.layers)	// ns
    document.layers[anhaenge].top= -hoeheUeberDiv + hoeheBody-hoeheDiv +"px";
}

