var timer = null;
var counter = 0;

function rotate_event() {
	if (document.images.rand_photo) {
		
		counter++;
		
		if (counter == 1) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 2) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 3) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 4) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 5) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 6) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 7) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 8) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 9) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 10) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 11) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 12) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 13) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 14) {
			timer = setTimeout("rotate_event()", 7000);
        }
		else if (counter == 15) {
			timer = setTimeout("rotate_event()", 7000);
        }
		else if (counter == 16) {
			timer = setTimeout("rotate_event()", 7000);
		}
		else if (counter == 17) {
			timer = setTimeout("rotate_event()", 7000);
        }
		if (counter >= 17) {
			counter = 1;
		}
		document.getElementById("photo_caption").innerHTML=photos_caption[counter];
		document.images.rand_photo.src = photos[counter].src;
		
	}
}

function loaded() {
	rotate_event();
}

if (document.images) {

	var photos = new Array();
	var photos_caption = new Array();
	
	photos[1] = new Image();
	photos[1].src = "/coba/images/random/homepage/0.jpg";
	photos_caption.push("Our student-focused faculty, takes pride in developing the leadership potential of every student.");

	photos[2] = new Image();
	photos[2].src = "/coba/images/random/homepage/1.jpg";
	photos_caption.push("Our student-focused faculty, takes pride in developing the leadership potential of every student.");
	
    photos[3] = new Image();
	photos[3].src = "/coba/images/random/homepage/2.jpg";
	photos_caption.push("The sky's the limit with a degree from the Raj Soin College of Business. Alumni enjoy the view of Dayton's skyline during the 40th Alumni Reunion.");
	
	photos[4] = new Image();
	photos[4].src = "/coba/images/random/homepage/3.jpg";
	photos_caption.push("The new state-of-the-art Soin Trading Center replicates an actual stock market trading environment.");
	
	photos[5] = new Image();
	photos[5].src = "/coba/images/random/homepage/4.jpg";
	photos_caption.push("The annual International Student Welcome, greets students from around the world.");
	
	photos[6] = new Image();
	photos[6].src = "/coba/images/random/homepage/5.jpg";
	photos_caption.push("South Dayton Weekend MBA students benefit from unsurpassed quality, value, and convenience.<br>Program details at <a href='/rscob/grad/mba/'>www.wright.edu/rscob/grad/mba/</a>");
	
	photos[7] = new Image();
	photos[7].src = "/coba/images/random/homepage/6.jpg";
	photos_caption.push("Leading-edge learning environment and technology offered in Rike Hall, home of the Raj Soin College of Business.");
	
	photos[8] = new Image();
	photos[8].src = "/coba/images/random/homepage/7.jpg";
	photos_caption.push("Accounting students qualify for unprecedented eleventh time.");

    photos[9] = new Image();
	photos[9].src = "/coba/images/random/homepage/8.jpg";
	photos_caption.push("Accounting students qualify for unprecedented eleventh time.");

	photos[10] = new Image();
	photos[10].src = "/coba/images/random/homepage/9.jpg";
	photos_caption.push("Over forty employers attended this years annual Top Talent networking event.<br><br><br>");

	photos[11] = new Image();
	photos[11].src = "/coba/images/random/homepage/10.jpg";
	photos_caption.push("Students and employers network at the Top Talent Career event.<br><br><br>");

    photos[12] = new Image();
	photos[12].src = "/coba/images/random/homepage/11.jpg";
	photos_caption.push("Finance students tour the Chicago Board of Trade on the annual faculty-guided trip to Chicago.<br><br><br>");

    photos[13] = new Image();
	photos[13].src = "/coba/images/random/homepage/12.jpg";
	photos_caption.push("WSU's financial planning students make history at national invitational.<br><br><br>");
    
	photos[14] = new Image();
	photos[14].src = "/coba/images/random/homepage/13.jpg";
	photos_caption.push("2008 Ethics Bowl Team scores second in nation.<br><br><br>");

    photos[15] = new Image();
	photos[15].src = "/coba/images/random/homepage/14.jpg";
	photos_caption.push("Students bring home national honors for six years running from the Society for the Advancement of Management Case Competition, Spring 2008.<br><br><br>");

 	photos[16] = new Image();
	photos[16].src = "/coba/images/random/homepage/15.jpg";
	photos_caption.push("Full-time MBA graduates celebrate at August 2008 ceremony, apply by March 31 for the Fall 2009 full-time MBA program.<br><br><br>");
	photos[17] = new Image();
	photos[17].src = "/coba/images/random/homepage/15.jpg";
	photos_caption.push(" Convenient evening classes are offered on Main Campus for graduate and undergraduate students.<br><br><br>");

}

