// Club-Broadway JavaScript Document

//Banner script
function Banner() {
var m = 1; //laagste getal
var n = 5; //hoogte getal
var getal = Math.floor(Math.random( ) * n - m + 1) + m;

if (getal==1) {
txt		= ""; 
url		= "http://www.cordaid.nl/";
alt		= "Overkoepelende organisatie van Memisa, Mensen in Nood, Vastenactie.";
img		= "http://www.fiokids.nl/site2/images/Sponsoring/Cordaid.gif";
width	= "170";
height	= "";
target	= "_blank";
}

if (getal==2) {
txt		= ""; 
url		= "http://www.fioretticollege.nl/";
alt		= "Fioretti College Veghel";
img		= "http://www.fiokids.nl/site2/images/Sponsoring/fioretti.jpg";
width	= "170";
height	= "";
target	= "_blank";
}

if (getal==3) {
txt		= ""; 
url		= "http://www.gamsolar.gm/";
alt		= "GAM-Solar Energy";
img		= "http://www.fiokids.nl/site2/images/Sponsoring/gam_solar.jpg";
width	= "170";
height	= "";
target	= "_blank";
}

/*
if (getal==4) {
txt		= ""; 
url		= "http://www.gonzales.nl/nl/home_nederland_nl_/restaurant_zoeken/restaurant/vlijmen";
alt		= "Gonzales Barbeque Restaurants";
img		= "http://www.fiokids.nl/site2/images/Sponsoring/gonzales1.gif";
width	= "170";
height	= "";
target	= "_blank";
}
*/

if (getal==4) {
txt		= ""; 
url		= "http://www.goossens.nl/";
alt		= "Goossens Wonen &amp; Slapen";
img		= "http://www.fiokids.nl/site2/images/Sponsoring/goossens.jpg";
width	= "170";
height	= "";
target	= "_blank";
}

if (getal==5) {
txt		= ""; 
url		= "http://www.veghel.nl/";
alt		= "Gemeente Veghel";
img		= "http://www.fiokids.nl/site2/images/Sponsoring/Gem_Veghel.jpg";
width	= "170";
height	= "";
target	= "_blank";
}

/* OUDE adverts


*/
	//var BannerHTML = '<a href=\"' + url + '\" target=\"'+ target +'\"><img src=\"' + img + '\" width=' + width + ' height=' + height + ' alt=\"' + alt + '\"  border="1" style="border-color:#000000;"></a>';
	var BannerHTML = '<a href=\"' + url + '\" target=\"'+ target +'\"><img src=\"' + img + '\" width=' + width + ' alt=\"' + alt + '\"  border="1" style="border-color:#000000;"></a>';
	MM_setTextOfLayer('SponsorContainer','',BannerHTML);

}

