
function get_banner()
{
	tmp = Math.round((Math.random()*20));
	document.banner_image.src="http://www.pec.on.ca/new_pec/images/banners/" +tmp+".jpg";
}
get_banner();
// change the name of the banner image to name=banner_image
//add a script tag to the end of the line after the image tag

