var ic = 12; // Number of alternative images
var xoxo = new Array(ic); // Array to hold filenames
var yoyo = new Array(ic); // Array to hold filenames
var zozo = new Array(ic); // Array to hold filenames
xoxo[0] = "http://www.startze.nl/viewImage.php?id=9555";
xoxo[1] = "http://www.startze.nl/viewImage.php?id=9558";
xoxo[2] = "http://www.startze.nl/viewImage.php?id=9133";
xoxo[3] = "http://www.startze.nl/viewImage.php?id=9545";
xoxo[4] = "http://www.startze.nl/viewImage.php?id=9586";
xoxo[5] = "http://www.startze.nl/viewImage.php?id=9490";
xoxo[6] = "http://www.startze.nl/viewImage.php?id=9548";
xoxo[7] = "http://www.startze.nl/viewImage.php?id=9674";
xoxo[8] = "http://www.startze.nl/viewImage.php?id=9671";
xoxo[9] = "http://www.startze.nl/viewImage.php?id=9677";
xoxo[10] = "http://www.startze.nl/viewImage.php?id=9843";
xoxo[11] = "http://www.startze.nl/viewImage.php?id=10015";
yoyo[0] = "http://www.startze.nl/viewImage.php?id=9556";
yoyo[1] = "http://www.startze.nl/viewImage.php?id=9559";
yoyo[2] = "http://www.startze.nl/viewImage.php?id=9134";
yoyo[3] = "http://www.startze.nl/viewImage.php?id=9546";
yoyo[4] = "http://www.startze.nl/viewImage.php?id=9587";
yoyo[5] = "http://www.startze.nl/viewImage.php?id=9491";
yoyo[6] = "http://www.startze.nl/viewImage.php?id=9549";
yoyo[7] = "http://www.startze.nl/viewImage.php?id=9675";
yoyo[8] = "http://www.startze.nl/viewImage.php?id=9672";
yoyo[9] = "http://www.startze.nl/viewImage.php?id=9678";
yoyo[10] = "http://www.startze.nl/viewImage.php?id=9844";
yoyo[11] = "http://www.startze.nl/viewImage.php?id=10016";
zozo[0] = "http://www.startze.nl/viewImage.php?id=9557";
zozo[1] = "http://www.startze.nl/viewImage.php?id=9560";
zozo[2] = "http://www.startze.nl/viewImage.php?id=9135";
zozo[3] = "http://www.startze.nl/viewImage.php?id=9547";
zozo[4] = "http://www.startze.nl/viewImage.php?id=9588";
zozo[5] = "http://www.startze.nl/viewImage.php?id=9492";
zozo[6] = "http://www.startze.nl/viewImage.php?id=9550";
zozo[7] = "http://www.startze.nl/viewImage.php?id=9676";
zozo[8] = "http://www.startze.nl/viewImage.php?id=9673";
zozo[9] = "http://www.startze.nl/viewImage.php?id=9679";
zozo[10] = "http://www.startze.nl/viewImage.php?id=9845";
zozo[11] = "http://www.startze.nl/viewImage.php?id=10017";
function pickRandom(range)
{ if (Math.random) return Math.round(Math.random() * (range-1));
else { var now = new Date();
return (now.getTime() / 1000) % range; } }
var choice = pickRandom(ic);
document.writeln('');