function preload(){

var imagefiles = preload.arguments;
		
		  document.rolloverimages = new Array(imagefiles.length);
		    for(var i=0; i<imagefiles.length; i++){
		        document.rolloverimages[i] = new Image();
		        document.rolloverimages[i].src = imagefiles[i];
    }
}

if(document.images){

preload(
"images/headlines/artformdevelopment.png",
"images/headlines/bosfest.png",
"images/headlines/ontour.png",
"images/headlines/strategicdevelopment.png",
"images/headlines/welecome.png",
"images/headlines/contactus.png",
"images/headlines/developmentevents.png",
"images/headlines/events.png",
"images/headlines/furtherinfo.png",
"images/headlines/ouraim.png",
"images/headlines/professionaldevelopment.png",
"images/headlines/resources.png",
"images/headlines/summary.png",
"images/headlines/touringequipment.png",
"images/buttons/gray/aboutus_r.png",
"images/buttons/gray/artform_r.png",
"images/buttons/gray/contactus_r.png",
"images/buttons/gray/ents_r.png",
"images/buttons/gray/home_r.png",
"images/buttons/gray/learn_r.png",
"images/buttons/gray/links_r.png",
"images/buttons/gray/perf_r.png",
"images/buttons/gray/resources_r.png",
"images/buttons/gray/strat_r.png",
"images/buttons/gray/iml_r.png"
);
}