// JavaScript Document
// Use this page to load whatever needs to happen at window load time....
window.onload = function() { 

// This stuff is for the slideshow
//myShow = new Slideshow('slideshow', {hu: 'slideshow/', images: ['front.jpg','front2.jpg', 'front3.jpg', 'front4.jpg']});
myShow = new Slideshow('slideshow', {hu: '/slideshow/', images: ['student-books-lorez.jpg','Maxwell-Building-lorez.jpg',  'bridge-lorez.jpg','student_celebrates-lorez.jpg', 'Entering-the-Think-Lab-lorez.jpg', 'student_magnifier-lorez.jpg','Allerton-restaurant-lorez.jpg', 'student_celebrates2-lorez.jpg','Peel-Park-in-Autumn-lorez.jpg']});
}