<!--	
stamp = new Date();
var year = stamp.getYear();
if (year < 2000) year = 1900 + year;
document.write('<TABLE cellpadding="0" cellspacing="6" border="0">');

document.write('<tr><form action="dance.htm" target="ftr"><td>');
if (document.title == '1'){
document.write('<input type="submit" value=" 1 " class="buttonon"><br>');
}else{
document.write('<input type="submit" value=" 1 " onmouseover=\"this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
}

document.write('</td></form><form action="river.htm" target="ftr"><td>');
if (document.title == '2'){
document.write('<input type="submit" value=" 2 " class="buttonon"><br>');
}else{
document.write('<input type="submit" value=" 2 " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
}

document.write('</td></form><form action="friends.htm" target="ftr"><td>');
if (document.title == '3'){
document.write('<input type="submit" value=" 3 " class="buttonon"><br>');
}else{
document.write('<input type="submit" value=" 3 " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
}

document.write('</td></form><form action="cowboy.htm" target="ftr"><td>');
if (document.title == '4'){
document.write('<input type="submit" value=" 4 " class="buttonon"><br>');
}else{
document.write('<input type="submit" value=" 4 " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
}

document.write('</td></form><form action="fly.htm" target="ftr"><td>');
if (document.title == '5'){
document.write('<input type="submit" value=" 5 " class="buttonon"><br>');
}else{
document.write('<input type="submit" value=" 5 " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
}

document.write('</td></form><form action="nomusic.php" target="ftr"><td>');
if (document.title == '0'){
document.write('<input type="submit" value=" x " class="buttonon"><br>');
}else{
document.write('<input type="submit" value=" x " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button" name="endid"><br>');
}
document.write('</td></form><td class="small">');
document.write('&copy; '+ year +' <a href="http://www.westernstable.nl">WSW</a><br>');
document.write('</td></tr></table>');
// -->

