﻿<!-- Begin
var rnumb = "";
var img = "";
															
rnumb += Math.floor(Math.random()*6);
img = rnumb;
																										
if (img == "0") {
document.write('<a href="http://www.panc.nl">');
document.write('<img src="_components/site/logo/01.png">');
document.write('</a>');
}															
if (img == "1") {
document.write('<a href="http://www.panc.nl">');
document.write('<img src="_components/site/logo/02.png">');
document.write('</a>');
}								
if (img == "2") {
document.write('<a href="http://www.panc.nl">');
document.write('<img src="_components/site/logo/03.png">');
document.write('</a>');
}															
if (img == "3") {
document.write('<a href="http://www.panc.nl">');
document.write('<img src="_components/site/logo/04.png">');
document.write('</a>');
}								
if (img == "4") {
document.write('<a href="http://www.panc.nl">');
document.write('<img src="_components/site/logo/05.png">');
document.write('</a>');
}														
if (img == "5") {
document.write('<a href="http://www.panc.nl">');
document.write('<img src="_components/site/logo/06.png">');
document.write('</a>');
}															
// -->