function open_campus_tour_window() {
	urchinTracker('outboundlink/campus_tour');
	campus_tour_window = window.open('http://www.regent.edu/general/campus_tour/slideshow1.htm','campus_tour','width=649,height=333,resizable=yes');
	if (window.focus) {campus_tour_window.focus()}
	return false;
}
