function random_img() {
		var random_image = new Array();
		random_image[1] = "http://students.sfu.ca/images/600x243_main_apply1-2011.jpg";
		random_image[2] = "http://students.sfu.ca/images/600x243_nightline.png";
		random_image[3] = "http://students.sfu.ca/images/600x243_main_rec1.jpg";
		random_image[4] = "http://students.sfu.ca/images/600x243_main_apply2-2011.jpg";
		random_image[5] = "http://students.sfu.ca/images/600x243_main_apply3-2011.jpg";
	 
		random_image[6] = "http://students.sfu.ca/images/600x243_main_advising1.jpg";
		random_image[7] = "http://students.sfu.ca/images/600x243_main_audio.jpg";

	
		random_image[8] = "http://students.sfu.ca/images/600x243_main_faa.jpg";
			random_image[9] = "http://students.sfu.ca/images/600x243_SCfacebook.jpg";
			random_image[10] = "http://students.sfu.ca/images/600x243_degreeprogress.jpg";
		
			
			
		
				random_image[11] = "http://students.sfu.ca/images/600x243_ulife1.jpg";
			
		
		captions = ['APPLY FOR ADMISSION at <a href="http://students.sfu.ca/admission">students.sfu.ca/admission</a>.','CALLS ANSWERED by trained crisis volunteers. See <a href="http://students.sfu.ca/health/nightline.html">Nightline</a>.','REGISTER AT <a href="http://rec.sfu.ca/">rec.sfu.ca</a>.','APPLY FOR ADMISSION  at <a href="http://students.sfu.ca/admission">students.sfu.ca/admission</a>.','APPLY FOR ADMISSION  at <a href="http://students.sfu.ca/admission">students.sfu.ca/admission</a>.','For DROP-IN HOURS, see <a href="http://www.sfu.ca/studentcentral">www.sfu.ca/studentcentral</a>.','LISTEN TO our audio resources: see <a href="http://students.sfu.ca/wellness">students.sfu.ca/wellness</a>.','FIND DEADLINES for bursary, workstudy, and scholarship applications at   <a href="http://students.sfu.ca/deadlines/#finances">students.sfu.ca/deadlines</a>; more info at  <a href="http://students.sfu.ca/financialaid">students.sfu.ca/financialaid</a>.','LET US HELP YOU with all of your questions about SFU: see <a href="http://www.facebook.com/SFUstudentcentral/">www.facebook.com/SFUstudentcentral</a>.','VIEW YOUR DEGREE PROGRESS: see what you need to complete your program at <a href="http://students.sfu.ca/degreeprogress/">students.sfu.ca/degreeprogress</a>.','Post it on the ULIFE EVENTS CALENDAR at <a href="http://www.sfu.ca/ulife">www.sfu.ca/ulife</a>'];
		var num = Math.floor(Math.random()*random_image.length);
		if (num==0) num=1;
		 document.write('<img src="'+random_image[num]+'" border=0>'+'<br><div class="caption">'+captions[num-1]+'</div>');
		}
		random_img();

