// JavaScript Document
<!-- Afschermen voor oude browsers
document.write("<TABLE BORDER=\"0\" WIDTH=\"160\" CELLPADDING=\"2\" CELLSPACING=\"1\" class=\"forumline\">");
document.write("<TR>");
document.write("	<TD>");
document.write("	<TABLE BORDER=\"0\" WIDTH=\"100%\" CELLPADDING=\"4\" CELLSPACING=\"0\">");
document.write("	<TR>");
document.write("		<TD class=\"row2\">");
document.write("		<span  CLASS=\"cattitle\"><DIV ALIGN=\"center\">Nordic Walking Routes van:<br><img src=\"/images/logo_nordicwalkingnet.gif\" border=\"0\" alt=\"Nordicwalkingnet.nl\" /></DIV></span>");
document.write("		</TD>");
document.write("	</TR>");
document.write("	<TR>");
document.write("		<TD CLASS=\"row1\" align=\"center\">");
var myRoutes = new Array()
myRoutes[0] = "<P span class=\"genmed\"><a href=\"http://www.nordicwalkingnet.nl/gebiedskaart.php?gebied=geldermalsen\" target=\"_blank\"><strong>Omgeving Geldermalsen</strong><br>(Geldermalsen)</a></P>"
myRoutes[1] = "<P span class=\"genmed\"><a href=\"http://www.nordicwalkingnet.nl/gebiedskaart.php?gebied=twenterand\" target=\"_blank\"><strong>Omgeving Twenterand</strong><br>(Twenterand)</a></P>"
myRoutes[2] = "<P span class=\"genmed\"><a href=\"http://www.nordicwalkingnet.nl/gebiedskaart.php?gebied=salland_noord\" target=\"_blank\"><strong>Omgeving Salland Noord</strong><br>(Salland Noord)</a></P>"
myRoutes[3] = "<P span class=\"genmed\"><a href=\"http://www.nordicwalkingnet.nl/gebiedskaart.php?gebied=salland_zuid\" target=\"_blank\"><strong>Omgeving Salland Zuid</strong><br>(Salland Zuid)</a></P>"
myRoutes[4] = "<P span class=\"genmed\"><a href=\"http://www.nordicwalkingnet.nl/gebiedskaart.php?gebied=salland_midden\" target=\"_blank\"><strong>Omgeving Salland Midden</strong><br>(Salland Midden)</a></P>"
phraseCnt = myRoutes.length-5;
javascript: picPhrase();
function picPhrase() {
randomNum = Math.floor ((Math.random() * phraseCnt))
trashTalk = myRoutes[randomNum]
document.write (trashTalk)
trashTalk = myRoutes[randomNum+1]
document.write (trashTalk)
trashTalk = myRoutes[randomNum+2]
document.write (trashTalk)
trashTalk = myRoutes[randomNum+3]
document.write (trashTalk)
trashTalk = myRoutes[randomNum+4]
document.write (trashTalk)
}
document.write("		<P span class=\"genmed\"><A HREF=\"http://www.nordicwalkingnet.nl/\" target=\"_blank\">Meer routes op<br>Nordicwalkingnet.nl</A></P>");
document.write("		</TD>");
document.write("	</TR>");
document.write("	</TABLE>");
document.write("	</TD>");
document.write("</TR>");
document.write("</TABLE>");
document.write("<br>");
document.write("<TABLE BORDER=\"0\" WIDTH=\"160\" CELLPADDING=\"2\" CELLSPACING=\"1\" class=\"forumline\">");
document.write("<TR>");
document.write("	<TD>");
document.write("	<TABLE BORDER=\"0\" WIDTH=\"100%\" CELLPADDING=\"4\" CELLSPACING=\"0\">");
document.write("	<TR>");
document.write("		<TD class=\"row2\">");
document.write("		<span  CLASS=\"cattitle\"><DIV ALIGN=\"center\">Arrangementen:</DIV></SPAN>");
document.write("		</TD>");
document.write("	</TR>");
document.write("	<TR>");
document.write("		<TD CLASS=\"row1\" align=\"center\">");
document.write("		<P span class=\"genmed\">");
document.write("		<a href=\"http://www.ontspannu.nl/Walkaway/index.php?module=Sauerland\" target=\"_blank\"><strong>Gasthof Braun</strong><br>(Sauerland)</a>");
document.write("		</P>");
document.write("		<P span class=\"genmed\">");
document.write("		<a href=\"http://www.bilderberg.nl/arrangementen/actief.sportief/4/nordic.walking.arrangement/604/\" target=\"_blank\"><strong>Bilderberg Hotel </strong><br>(Klein Zwitserland)</a>");
document.write("		</P>");
document.write("		<P span class=\"genmed\">");
document.write("		<A HREF=\"mailto:webmaster@nordicwalkingforum.nl\">Uw arrangement hier?</A>");
document.write("		</P>");
document.write("		</TD>");
document.write("	</TR>");
document.write("	</TABLE>");
document.write("	</TD>");
document.write("</TR>");
document.write("</TABLE>");
// Einde afscherming -->