Welcome to Etherpad!
This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
Get involved with Etherpad at
http://etherpad.org
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "
http://www.w3.org/TR/html4/frameset.dtd
">
<html>
<head>
<title>
?-taal-?
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
margin: 20px auto 20px auto;
background: white;
font-family: Times, Georgia, serif;
font-size: 14px;
width: 762px;}
#columnA, #columnB, #columnC, #columnD {float: left; width: 190px; z-index: 25}
a {color: black; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
#foreground {position: absolute; z-index: 500; font-size: 60px; font-weight: bold; font-style: italic; margin: 150px 130px 0 130px; width: 500px;}
#foreground a {text-align: center}
#background {position: absolute; z-index: 10;}
-->
</style>
</head>
<body>
<div id="background">
<?php
function pc_array_shuffle($array) { $i = count($array);
while(--$i) {
$j = mt_rand(0, $i);
if ($i != $j) {
$tmp = $array[$j];
$array[$j] = $array[$i];
$array[$i] = $tmp;
}
}
return $array;
}
$first = array("ver", "ille", "kauka", "islam", "gast", "in", "resi", "tijde", "be", "in", "mede", "anders", "multi", "nieuw", "oud", "pas", "anders", "niet", "er", "eerste", "tweede", "derde", "alloch", "vreemde", "buiten", "arab", "turk", "marokkaan", "neder", "buiten", "zwar", "immi", "geluks", "mede", "autoch", "geboren", "euro", "debu", "ver", "ver", "locatie", "economische", "vluchte", "asiel", "aan", "uit", "inte", "geinte", "uitge", "ex", "geallo", "uitge", "uitge", "mede", "ex", "gene", "inwijke", "ille");
$second = array("toon", "ling", "lander", "ische", "se", "se", "landse", "landse", "te", "grant", "zoeker", "lander", "toon", "rotterdammer", "peaan", "tant", "gunning", "blijver", "hopper", "vluchteling", "ling", "zoeker", "gepaste", "geprocedeerde", "grant", "greerde", "burgerde", "pat", "ceerde", "wezen", "zette", "neger", "cuus", "ratie", "ling", "gale", "blijver", "gaal", "sische", "ietsche", "arbeider", "burger", "dent", "lijke", "zoeker", "woner", "woner", "gekleurde", "culturele", "komer", "komer", "sant");
$words = pc_array_shuffle(range(1, 125));
print "<div id=\"columnA\">";
while (($slogan = array_pop($words)) !=NULL) {
print "<a href=\"index.php\">".$first[$slogan % 58]."taal".$second[$slogan % 52]."</a><br>\n";
}
print "</div>";
?>
</div>
<div id="foreground"><a href="index.php">De Taalpolitie</a></div>
</body>
</html>