// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================
var Quotation=new Array() // do not change this!

Quotation[0] = "<a href=\"http://www.rijschooldonkmeer.be/\" target=\"_blank\"><img src=\"rijschooldonkmeer.jpg\" width=\"93\" height=\"110\" border=\"0\"/></a>";
Quotation[1] = "<a href=\"http://www.bo-decorations.be\" target=\"_blank\"><img src=\"bo-co.jpg\" width=\"95\" height=\"95\" border=\"0\"/></a>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
