function randomImage()
{
	var b1dis = "<a href=\"";
	var bdis = "\"><img src=\"";
	var edis = " width=\"219\" height=\"184\" alt=\"Programme d’accès Communautaire\" border=\"0\"></a>";
	var rnumb = "";
	var img = "";
	
	rnumb += Math.floor(Math.random()*5);
	img = rnumb;
	
	if (img == "0") {
	document.write(b1dis+ "../jobs/index.php" +bdis+ "../img/random_image/fr_r_youth_initiative.jpg\"" +edis);
	}
	
	/*if (img == "1") {
	document.write(b1dis+ "../news/fr_funding_application_1.php" +bdis+ "../img/random_image/fr_r_funding_application.jpg\"" +edis);
	}

	if (img == "2") {
	document.write(b1dis+ "../news/fr_youth_application_1.php" +bdis+ "../img/random_image/fr_r_youth_application.jpg\"" +edis);
	}*/
	
	if (img == "1") {
	document.write(b1dis+ "../locations/index.php" +bdis+ "../img/random_image/fr_r_locations.jpg\"" +edis);
	}
	
	if (img == "2") {
	document.write(b1dis+ "../newsletter/current/index.php" +bdis+ "../img/random_image/fr_r_newsletter.jpg\"" +edis);
	}
}

//-->