// trailer.js
// 02/06 by ulrich krispel
//
// um HTML-Text mittels Javascript auszugeben wird document.write('text'); verwendet. Der auszugebende Text
// wird mit Semikolonen ('') umschlossen. Wenn ein Semikolon im Text selbst enthalten ist muss es mit dem 
// Backslash (\') geschrieben werden!
//

function createTrailer(DocURL) {
    document.write('<div class="Pbrk">');
	document.write('    <a href="#top"><i>TOP</i></a><br><a href="Diskurs00.htm">DISKURS&Uuml;BERSICHT</a><br><a href="Inhalt.htm" target="_blank">STARTSEITE</a></div><br><br>');
    document.write('<div align="center">');
	document.write('    <table class="Verdana" cellspacing="0" cellpadding="0" border="0" width="99%" height="110"><tr><td><p class="Text" style="mso-line-height-alt:12.0px"><a href="http://www.theword.net/index.php?downloads.modules&amp;l=english" target="_blank"><img border="0" src="Inhalt-Dateien/image006.jpg" alt="kostenloser Bibel download" width="152" height="87"></a><br><b>DEUTSCHE BIBELN<br>ZUM FREIEN DOWNLOAD</b></td></tr></table></div><br><br>');
    document.write('<div align="left">');
	document.write('    <table class="Arial9" cellspacing="0" cellpadding="0" border="0" width="99%"><tr><td><hr size="3" width="99%"><b>HOME: <a href="http://www.Immanuel.at/" target="_blank">http://www.Immanuel.at</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="mailto:kontakt@immanuel.at">KONTAKT</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://search.freefind.com/find.html?id=91265479&amp;pid=r&amp;mode=ALL&amp;query=&amp;sitemap=Site+Map&amp;t=s">SITE MAP</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="Diskurs00.htm">DISKURS&Uuml;BERSICHT</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="Inhalt.htm#Verzeichnis">INHALT</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="Inhalt.htm#Impressum">IMPRESSUM</a></b></td></tr></table></div><br><br>');
    document.write('<script type="text/javascript" src="http://db8.net-filter.com/script/18037.js"></script><noscript><img src="http://db8.net-filter.com/db.php?id=18037&amp;page='+DocURL+'" alt="0" /></noscript>');      	
}


