$(document).ready(function (){
	stylesheet = document.createElement('link');stylesheet.rel = 'stylesheet';stylesheet.type = 'text/css';stylesheet.media = 'all';stylesheet.href='/styles.css';head = document.getElementsByTagName('head').item(0);head.appendChild(stylesheet);
	$("#slideshow").empty();
	$("<img>").attr('src','/conf/glearn/slideshow//forest-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//Hotel-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000000175153Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000001019557Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000001285641Medium.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000002214791Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000002279386Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000002755810Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000003525237Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000003940672Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000005382204Large.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000005793169Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000010085808Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000011141483Large.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000013540892Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//iStock_000013675737Medium_sm.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//melbourne-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//RoyalBotanical-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//StKildaPier-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//street-car-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//xClarinet-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//xCruiseBoat-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');$("<img>").attr('src','/conf/glearn/slideshow//xFederation-Square-Atrium-375.jpg').attr('width',375).attr('height',250).appendTo('#slideshow');
	$("#slideshow IMG:first").addClass('active');
	function slideSwitch() {
		var $active = $('#slideshow IMG.active');
	
		if ( $active.length == 0 ) $active = $('#slideshow IMG:last');
	
		// use this to pull the imgs in the order they appear in the markup
		var $next =  $active.next().length ? $active.next()
			: $('#slideshow IMG:first');

		$active.addClass('last-active');
	
		$next.css({opacity: 0.0})
			.addClass('active')
			.animate({opacity: 1.0}, 1500, function() {
				$active.removeClass('active last-active');
			});
	}
	
	setInterval(slideSwitch, 4500 );

});
