Modula-2 ring placeholder for non-functional member sites

The ring navigator on these URLs:
www.fruttenboel.tomaatnet.nl/modula-2/
is not functional or missing or the page does not exist. The owner of the site was notified but did not yet correct the error.

Please continue to navigate to other sites of the Modula-2 ring:

List all | Random | << Prev | Next >> | Join '; // adapt first website ring name: IF ($ring == "modula2"){ IF ($m == "hub") include ("list.php"); ELSEIF ($m == "addsite") include ("hub.php"); ELSEIF (($m == "random")|| ($m == "prev") || ($m == "next")){ // adapt number of websites in ring: $maxsite = 19; IF ($m == "random"){ srand ((double) microtime() * 1000000); $id = rand(1, $maxsite); }ELSE{ IF ($m == "prev") $id = $id - 1; IF ($m == "next") $id = $id + 1; IF ($id == 0) $id = $maxsite; IF ($id == ($maxsite+1)) $id = 1; } // adapt or add website URLs: IF ($id == 1) { header ("Location: http://www.modulaware.com/"); exit; } ELSEIF ($id == 2) { header ("Location: http://sc22wg13.twi.tudelft.nl/"); exit; } ELSEIF ($id == 3) { header ("Location: http://www.mathematik.uni-ulm.de/modula/"); exit; } ELSEIF ($id == 4) { header ("Location: http://www.info.uni-karlsruhe.de/~modula/index.php"); exit; } ELSEIF ($id == 5) { header ("Location: http://www.arjay.bc.ca/Modula-2/m2faq.html"); exit; } ELSEIF ($id == 6) { header ("Location: http://www.designtools.co.nz/mod51.htm"); exit; } ELSEIF ($id == 7) { header ("Location: http://fruttenboel.verhoeven272.nl/"); exit; } // echo $nogood; // onlyy for dead links or sites without navigator // exit; } ELSEIF ($id == 8) { header ("Location: http://www.uranus.ru/links.html"); exit; } ELSEIF ($id == 9) { header ("Location: http://www.mhccorp.com/modjava.shtml"); exit; } ELSEIF ($id == 10) { header ("Location: http://freepages.modula2.org"); exit; } ELSEIF ($id == 11) { header ("Location: http://www.arjay.bc.ca/Modula-2/index.htm"); exit; } ELSEIF ($id == 12) { header ("Location: http://www.scifac.ru.ac.za/cspt/modula2.htm"); exit; } ELSEIF ($id == 13) { header ("Location: http://www.excelsior-usa.com/xds.html"); exit; } ELSEIF ($id == 14) { header ("Location: http://www.modula2.org"); exit; } ELSEIF ($id == 15) { header ("Location: http://www.cfbsoftware.com/modula2/"); exit; } ELSEIF ($id == 16) { header ("Location: http://linux.aliboom.com:8000/index.html"); exit; } ELSEIF ($id == 17) { header ("Location: http://www.sysecol.ethz.ch/RAMSES/"); exit; } ELSEIF ($id == 18) { header ("Location: http://objective.modula2.net"); exit; } ELSEIF ($id == 19) { header ("Location: http://home.ntelos.net/~tbreeden/"); exit; } ELSE { include ("hub.php"); } } } // END first website ring // adapt second website name ring name if any: ELSEIF ($ring == "another_website_ring"){ /* use above code as template */ } // END second website ring ELSE { include ("hub.php"); } ?>