


<!--

//Javascript Created by Isinet

//store the quotations in arrays

images = new Array(6);

images[0] = "<a href = 'http://www.aprintex.be/contact1.php' rel = 'nofollow' target = '_blank'><img src='http://www.aprintex.be/button/button1.jpg'></a>";

images[1] = "<a href = 'http://www.aprintex.be/contact2.php' rel = 'nofollow' target = '_blank'><img src='http://www.aprintex.be/button/button2.jpg'></a>";

images[2] = "<a href = 'http://www.aprintex.be/contact3.php' rel = 'nofollow' target = '_blank'><img src='http://www.aprintex.be/button/button3.jpg'></a>";

images[3] = "<a href = 'http://www.aprintex.be/contact4.php' rel = 'nofollow' target = '_blank'><img src='http://www.aprintex.be/button/button4.jpg'></a>";

images[4] = "<a href = 'http://www.aprintex.be/contact5.php' rel = 'nofollow' target = '_blank'><img src='http://www.aprintex.be/button/button5.jpg'></a>";

images[5] = "<a href = 'http://www.aprintex.be/contact6.php' rel = 'nofollow' target = '_blank'><img src='http://www.aprintex.be/button/button6.jpg'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

