//function random_img() {
//		var random_image = new Array();
//		random_image[1] = "http://www.sfu.ca/~tungocl/rotatePhotos/1.jpg";
//		random_image[2] = "http://www.sfu.ca/~tungocl/rotatePhotos/1.jpg/2.jpg";
//		random_image[3] = "http://www.sfu.ca/~tungocl/rotatePhotos/1.jpg/3.jpg";
//		random_image[4] = "http://www.sfu.ca/~tungocl/rotatePhotos/1.jpg/4.jpg";
//		random_image[5] = "http://www.sfu.ca/~tungocl/rotatePhotos/1.jpg/5.jpg";
//		//captions = ['This is the intro to Advising','','','',''];
//		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>');
//		
//		 document.write('<img src="'+random_image[num]+'" border=0 align=left>');
//		 
//		
//		}
//		random_img();


function random_img() {
		var random_image = new Array();
		random_image[1] = "http://students.sfu.ca/forparents/images/rotatePhotos/1.jpg";
		random_image[2] = "http://students.sfu.ca/forparents/images/rotatePhotos/2.jpg";
		random_image[3] = "http://students.sfu.ca/forparents/images/rotatePhotos/3.jpg";
		random_image[4] = "http://students.sfu.ca/forparents/images/rotatePhotos/4.jpg";
		random_image[5] = "http://students.sfu.ca/forparents/images/rotatePhotos/5.jpg";
		welcome =['<strong>Welcome to the SFU community! </strong> <br/><br/>Student Development works with other SFU departments to provide programs and services to support parents of our students.   <br/>']
		var num = Math.floor(Math.random()*random_image.length);
		if (num==0) num=1;
		document.write('<img src="'+random_image[num]+'" border=0 align="left">'+'<div id="welcome" style="padding: 5px; padding-top: 10px; padding-left: 420px;">'+welcome+'</div>');
		//document.write('<img src="'+random_image[num]+'" border=0>'+'<div class="caption">'+captions[num-1]+'</div>');
		//document.write('<img src="'+random_image[num]+'" border=0>');
		}
		random_img();

//<div> Welcome to Academic Advising &amp; Students Success.   We are here to help SFU students at all three campuses with advice on course planning, choosing a major, and academic difficulties.</div>

