IndexPortalLaatste afbeeldingenZoekenRegistrerenInloggen

/* Random Image Link Script */ function random_imglink(){ var myimages=new Array() //specify random images below. You can have as many as you wish myimages[1]="https://2img.net/h/oi39.tinypic.com/14aez37.jpg" myimages[2]="https://2img.net/h/oi44.tinypic.com/33y6iwk.gif" //specify corresponding links below var imagelinks=new Array() imagelinks[1]="https://fanterria.actieforum.com/forum" imagelinks[2]="https://fanterria.actieforum.com/forum" var ry=Math.floor(Math.random()*myimages.length) if (ry==0) ry=1 document.write('') } random_imglink() //-->