
  bannerPath = 'http://www.altamura.co.uk/images/gallery_rotator/';

  var cutouts = new Array()
  
  cutouts.push(new banner('gallerylink01.jpg', 'Altamura Gallery'));
    cutouts.push(new banner('gallerylink02.jpg', 'Altamura Gallery'));
	  cutouts.push(new banner('gallerylink03.jpg', 'Altamura Gallery'));
	    cutouts.push(new banner('gallerylink04.jpg', 'Altamura Gallery'));
		  cutouts.push(new banner('gallerylink05.jpg', 'Altamura Gallery'));
		    cutouts.push(new banner('gallerylink06.jpg', 'Altamura Gallery'));

  var theCutout = cutouts[randomNumber(cutouts.length)];


