<!-- ################## random_image.js ################## -->


function randomImage()

{
	var b1dis = "<a href=\"";

	var bdis = "\"><img src=\"";

	var edis = " width=\"219\" height=\"184\" alt=\"CAP - Community Access Program\" border=\"0\"></a>";

	var rnumb = "";
	var img = "";

	
	rnumb += Math.floor(Math.random()*3);

	img = rnumb;

	
	if (img == "0") {

	document.write(b1dis+ "../jobs/index.php" +bdis+ "../img/random_image/r_youth_initiative.jpg\"" +edis);

	}

	
	if (img == "1") {

	document.write(b1dis+ "../locations/index.php" +bdis+ "../img/random_image/r_locations.jpg\"" +edis);

	}

	
	if (img == "2") {

	document.write(b1dis+ "../newsletter/current/index.php" +bdis+ "../img/random_image/r_newsletter.jpg\"" +edis);

	}

}

<!--

	
	if (img == "1") {

	document.write(b1dis+ "../news/funding_application_1.php" +bdis+ "../img/random_image/r_funding_application.jpg\"" +edis);

	}


		if (img == "2") {

	document.write(b1dis+ "../news/youth_application_1.php" +bdis+ "../img/random_image/r_youth_initiative.jpg\"" +edis);

	}

-->