var width_r1   = "110";        // Width of Advertisements
var height_r1  = "77";         // Height of Advertisements 
var target_r1  = "_blank";     // Target window to open the ads

var ad_r1      = new Array()
 // Write down the source urls of ad images
 ad_r1[0]='images/partners/logo/Allco.gif';
 ad_r1[1]='images/partners/logo/vlimpt.gif';
 ad_r1[2]='images/partners/logo/fyeo.gif';
 
var links_r1   = new Array()
 //Write link to ads respectively
 links_r1[0]='http://www.allco.be/';
 links_r1[1]='http://www.vanlimpt.nl/';
 links_r1[2]='http://www.fyeovision.nl/';
 
var s       = Math.floor(Math.random()*ad_r1.length);
