// JavaScript Document

//<![CDATA[
	  window.addEvent('domready', function(){
	    var data = {
	      'up001.jpg': { caption: 'Grace Kennedy Netball Team wins Business House uniform parade ' }, 
	      'up005.jpg': { caption: 'Netball teams queueing up in uniform parade' }, 
	      'up006.jpg': { caption: 'Trophy presented to Grace Kennedy Netball Team' }
		 };
	    var myShow = new Slideshow('show', data, {captions: true, controller: true, height: 300, hu: 'images/frontpage_slide2', overlap: true, resize: true, thumbnails: true, width: 485});
	  });
	  //]]>