
var images = new Array()

images[0] = "../sw/img/artists/artist_big_1.jpg";
images[1] = "../sw/img/artists/artist_big_2.jpg";
images[2] = "../sw/img/artists/artist_big_3.jpg";

var imagesHomePage = new Array()

imagesHomePage[0] = "sw/img/artists/artist_med_1.jpg";
imagesHomePage[1] = "sw/img/artists/artist_med_2.jpg";
imagesHomePage[2] = "sw/img/artists/artist_med_3.jpg";
imagesHomePage[3] = "sw/img/artists/artist_med_4.jpg";
imagesHomePage[4] = "sw/img/artists/artist_med_1.jpg";
imagesHomePage[5] = "sw/img/artists/artist_med_2.jpg";
imagesHomePage[6] = "sw/img/artists/artist_med_3.jpg";
imagesHomePage[7] = "sw/img/artists/artist_med_4.jpg";

var artistNameHomePage = new Array()

artistNameHomePage[0] = "Arcade Fire";
artistNameHomePage[1] = "Oasis";
artistNameHomePage[2] = "Kasabian";
artistNameHomePage[3] = "VHS or Beta";
artistNameHomePage[4] = "Arcade Fire";
artistNameHomePage[5] = "Oasis";
artistNameHomePage[6] = "Kasabian";
artistNameHomePage[7] = "VHS or Beta";

var dateHomePage = new Array()

dateHomePage[0] = "Wed 12-Oct-2007";
dateHomePage[1] = "Thur 13-Oct-2007";
dateHomePage[2] = "Mon 17-Oct-2007";
dateHomePage[3] = "Wed 19-Oct-2007";
dateHomePage[4] = "Fri 21-Oct-2007";
dateHomePage[5] = "Fri 28-Oct-2007";
dateHomePage[6] = "Wed 02-Nov-2007";
dateHomePage[7] = "Fri 04-Nov-2007";

var venueHomePage = new Array()

venueHomePage[0] = "Waterfront";
venueHomePage[1] = "UEA LCR";
venueHomePage[2] = "Norwich Arts Centre";
venueHomePage[3] = "Playhouse";
venueHomePage[4] = "Waterfront";
venueHomePage[5] = "UEA LCR";
venueHomePage[6] = "Norwich Arts Centre";
venueHomePage[7] = "Playhouse";

var textHomePage = new Array()

textHomePage[0] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";
textHomePage[1] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";
textHomePage[2] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";
textHomePage[3] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";
textHomePage[4] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";
textHomePage[5] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";
textHomePage[6] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";
textHomePage[7] = "Loreum ipsum dolorertyrsd sitamet,consectetur consectetu ipisicing elit, sed doeiusmod tempor incidiunt ut labore et dolore";

var imagesGallery = new Array()

imagesGallery[0] = "../sw/img/artists/gallery_pics/gallery_1.jpg";
imagesGallery[1] = "../sw/img/artists/gallery_pics/gallery_2.jpg";
imagesGallery[2] = "../sw/img/artists/gallery_pics/gallery_3.jpg";
imagesGallery[3] = "../sw/img/artists/gallery_pics/gallery_4.jpg";
imagesGallery[4] = "../sw/img/artists/gallery_pics/gallery_5.jpg";
imagesGallery[5] = "../sw/img/artists/gallery_pics/gallery_6.jpg";
imagesGallery[6] = "../sw/img/artists/gallery_pics/gallery_7.jpg";
imagesGallery[7] = "../sw/img/artists/gallery_pics/gallery_8.jpg";
imagesGallery[8] = "../sw/img/artists/gallery_pics/gallery_9.jpg";
imagesGallery[9] = "../sw/img/artists/gallery_pics/gallery_10.jpg";

function runSlideShow(){
}
/*var venue_ss;
function runSlideShow() {
	venue_ss = new SlideShow("venue_ss", images, "SlideShowBig");
	venue_ss.run();
}*/


/*
function imgLoad(venueID)
{
      alert("test");
      var venueImages;
      venueImages = new Array();
      
      venueImages[0] = "../sw/img/artists/gallery_pics/gallery_1.jpg";
      venueImages[1] = "../sw/img/artists/gallery_pics/gallery_2.jpg";
      venueImages[2] = "../sw/img/artists/gallery_pics/gallery_3.jpg";

      image = document.getElementById("venue_image");
      switch (venueID)
      {
      case 0:
        image.src = venueImages[0];
        image.alt = "Bright Eyes at UEA LCR";
      break;
      case 1:
        image.src = venueImages[1];
        image.alt = "Oasis at The Waterfront";
      break;
      case 2:
        image.src = venueImages[2];
        image.alt = "Arcade Fire at The Norwich Arts Centre";
      break;
      case 3:
        image.src = venueImages[3];
        image.alt = "CSS at The Playhouse";
      break;
      case 4:
        image.src = venueImages[4];
        image.alt = "Damien Rice at Lecture Theatre 1";
      break;
      case 5:
        image.src = venueImages[5];
        image.alt = "Manic Street Preachers at Venue 1";
      break;
      case 6:
        image.src = venueImages[6];
        image.alt = "Chemical Brothers at Venue 2";
      break;
      case 7:
        image.src = venueImages[7];
        image.alt = "Kings of Leon at Venue 3";
      break;
      }
}
*/
