function insert_banner() {
	var rn=Math.floor(Math.random()*11)


	if (rn>=0 && rn<=2) {
		document.write('<img id="promo-img" src="../res/img/banners/banner_01_fr.jpg" alt="As many of the homeless people in our large urban areas come from neighbouring and distant small towns." width="830" height="106" usemap="#banareas"/>');
		var area1coords="655,86,696,98";
		var area2coords="701,86,799,98";
	}
	else if (rn>=3 && rn<=5) {
		document.write('<img id="promo-img" src="../res/img/banners/banner_02_fr.jpg" alt="Statistics don\'t matter to an individual who is 100% homeless." width="830" height="106" usemap="#banareas"/>');
		var area1coords="656,78,696,90";
		var area2coords="701,78,799,90";
	}
	else if (rn>=6 && rn<=8) {
		document.write('<img id="promo-img" src="../res/img/banners/banner_03_fr.jpg" alt="The greatest tragedy regarding homelessness in Canada is not the poverty of resources, but the poverty of relationships." width="830" height="106" usemap="#banareas"/>');
		var area1coords="656,84,697,95";
		var area2coords="701,84,799,95";
	}
	else {
		document.write('<img id="promo-img" src="../res/img/banners/banner_04_fr.jpg" alt="The majority of young people I have known on the street were &quot;homeless&quot; long before they were &quot;houseless&quot;." width="830" height="106" usemap="#banareas"/>');
		var area1coords="655,77,696,88";
		var area2coords="701,77,799,88";
	}

	
	document.write('<map name="banareas" id="banareas">');
	document.write('<area hreflang="en" shape="rect" coords="'+area1coords+'" href="http://signpostvillage.com/timhuff/" alt="Tim Huff" />');
	document.write('<area shape="rect" coords="'+area2coords+'" href="/francais/cause/" alt="Pour en savior plus" />');
	document.write('</map>');

}

