
if (top.location.href.lastIndexOf("index2.htm")==-1){



document.write('<table border="0" cellpadding="0" width="437">');
document.write('<tr>');
document.write('<td width="435" bgcolor="#FF0000"><font size="1" color="#000000"><strong>Sie haben eine Unterseite von enduroteam.de aufgerufen.<br>');
document.write('Um diese Seite incl. Navigation  zu öffnen, klicken Sie ');
document.write("<a href=\"http://www.enduroteam.de/index2.htm?"+location.href+"\">>hier<</a>");
document.write('</strong></font></td>');
document.write('</tr>');
document.write('</table>');

}
