<center>
<table border=1><tr>
<form name="hang"><td align="center" colspan=13>
<font size="4">Galgje</font></td></tr>
<input type="hidden" name="word" value="">
<script language="javascript">
// HIERONDER KUN JE NET ZOVEEL NAMEN / WOORDEN TOEVOEGEN ALS JE WILT
words[0] = "GEIRGINA VERBAAN";
words[1] = "KATJA SCHUURMAN";
words[2] = "TRIJNTJE OOSTERHUIS";
words[3] = "MARCO BORSATO";
words[4] = "DEF RHYMZ";
words[5] = "KANE";
words[6] = "DOMINIQUE VAN HULST";
words[7] = "ANITA MEIJER";
words[8] = "GORDON";
words[9] = "JAN SMIT";
words[10] = "MARLAYNE";
words[11] = "JODY BERNAL";
words[12] = "TIMELESS";
words[13] = "XANDER DE BUISONJE";
words[14] = "ANDRE VAN DUIN";
words[15] = "TATJANA";
words[16] = "PATTY BRARD";
words[17] = "CLOSE TO YOU";
words[18] = "RUTH JACCOT";
words[19] = "PAUL DE LEEUW";
words[20] = "ELLEN TEN DAMME";
words[21] = "JIM";
words[22] = "JAMAI";
words[23] = "DE ZWARE JONGENS";
words[24] = "BLOF";
words[25] = "MARIANNE WEBER";
words[26] = "FRANS BAUER";
words[27] = "BZN";
words[28] = "DJ JEAN";
words[29] = "DJ TIESTO";
words[30] = "KOOS ALBERTS";
words[31] = "ANDRE HAZES";
words[32] = "K OTIC";
words[33] = "SITA";
words[34] = "ZOOM";
words[35] = "BOYBAND";
words[36] = "ANOUK";
words[37] = "CLOUSEAU";
words[38] = "LOIS LANE";
words[39] = "ILSE DELANGE";
words[40] = "DE KAST";
words[41] = "VAN DIK HOUT";
alpha="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
ltr=0; ltc=0;
for (i=0;i<2;i++)
{ document.write("<tr>");
for (j=0;j<13;j++)
{ a='<td><tt><input type="button" value=" ';
a+=alpha.substring(ltr,ltr+1)+' " onclick="';
document.write(a+'letter(this);"></tt></td>'); ltr++; };
document.write("</tr>"); };
var rnd
=Math
.floor(Math
.random
()*words
.length
); document.hang.word.value=words[rnd].toUpperCase();
document.write('<tr><td colspan=13 align="center"><tt><font size=+2>');
for (i=0;i<words[rnd].length;i++)
{ a=words[rnd].substring(i,i+1);
if (alpha.indexOf(a,0)>-1) { a="*"; ltc++; };
document.write('<input type="button" value="'+a+'">'); };
document.write('</font></tt></td></tr>');
function letter(l)
{ a=l.value.substring(1,2); l.value=" "; dh=document.hang;
if (a!=" ")
{ w=dh.word.value;
b=w.indexOf(a,0); f=1; dhl=dh.left;
while (b>-1)
{ dh.elements[b+27].value=a;
b=w.indexOf(a,b+1); f=0; ltc--; };
dhl.value-=f;
if (dhl.value==0)
for (j=0;j<26;j++)
dh.elements[j+1].click();
}; };
{ dh=document.hang; dhc=dh.clock; dhl=dh.left;
dhc.value-=1; v=dhl.value*ltc*dhc.value
if (v>0)
setTimeout("count();",1000);
else
{ msg="GEFELICISLAGROOMTAART!";
if (dhl.value<0)
msg="JE HEBT GEEN POGINGEN MEER HELAAS!";
if (ltc>0)
msg="Time Out! Answer:\n"+dh.word.value;
dhl.value="0";
alert(msg);
}; };
</script>
<tr><td align="center" colspan=5>Aantal Pogingen: <input type="button" value="10" name="left"></td>
<td colspan=5 align="center">Overgebleven Tijd: <input type="button" value="60" name="clock"></td>
<td colspan=3 align="center"><input type="button" value="Nogmaals" onclick="location='galgje.htm';">
</td></form></tr></table>
</center>