function get_random()
{
var ranNum= Math.floor(Math.random()*16);
return ranNum;
}
var whichImg=get_random();
function show_image() {
var img=new Array(16)
img[0]="images/jpeg/1.jpg";
img[1]="images/jpeg/2.jpg";
img[2]="images/jpeg/3.jpg";
img[3]="images/jpeg/4.jpg";
img[4]="images/jpeg/5.jpg";
img[5]="images/jpeg/6.jpg";
img[6]="images/jpeg/7.jpg";
img[7]="images/jpeg/8.jpg";
img[8]="images/jpeg/9.jpg";
img[9]="images/jpeg/10.jpg";
img[10]="images/jpeg/11.jpg";
img[11]="images/jpeg/12.jpg";
img[12]="images/jpeg/13.jpg";
img[13]="images/jpeg/14.jpg";
img[14]="images/jpeg/17.jpg";
img[15]="images/jpeg/18.jpg";
document.write("<img src='");
document.write(img[whichImg]);
document.write("' border='0' width='726' height='160' />");
}

function bookmark(url, description)
{
netscape="First push OK and then hit CTRL+D to add a bookmark to this site."
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}

function hidestatus(){window.status='Gokkasten, fruitautomaten, bingo en online casino`s zonder download!'
return true} if (document.layers) document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus

function jumpbox(opt){
if(opt.options[opt.selectedIndex].value != '')
{
window.open(opt.options[opt.selectedIndex].value,'Gokkasten','width=800, height=619, resizable=yes, toolbar=no, location=no,   directories=no, status=no, menubar=no, scrollbars=no, copyhistory=no');
opt.selectedIndex=0;
return false;
}
else
{
}
}
