


var mygallery = new simpleGallery({
    wrapperid: "simplegallery1", //ID of main gallery container,
    dimensions: [125, 214], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
    imagearray: [
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner1_Image1.jpg", "http://showbiznz.co.nz/tickets/ticketing.aspx?en=The+Nutcracker+On+Ice", "", ""],
    //["images/Flash/showBannerBlack.jpg", "", "", ""],
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner1_Image2.jpg", "http://showbiznz.co.nz/tickets/ticketing.aspx?en=Riverdance+-+The+Farewell+Tour", "", ""],
    //["images/Flash/showBannerBlack.jpg", "", "", ""],
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner1_Image3.jpg", "http://showbiznz.co.nz/jerseyboys/tickets.html", "", ""]
    //["images/Flash/showBannerBlack.jpg", "", "", ""]
	],
    autoplay: [true, 3500, 20000], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
    persist: false,
    fadeduration: 3500, //transition duration (milliseconds)
    oninit: function() { //event that fires when gallery has initialized/ ready to run
    },
    onslide: function(curslide, i) { //event that fires after each slide is shown
        //curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
        //i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
    }
})


var mygallery = new simpleGallery({
    wrapperid: "simplegallery2", //ID of main gallery container,
    dimensions: [125, 214], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
    imagearray: [
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner2_Image1.jpg", "http://showbiznz.co.nz/stay-see-detail.aspx?hid=545", "", ""],
    //["images/Flash/showBannerBlack.jpg", "", "", ""],
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner2_Image2.jpg", "http://showbiznz.co.nz/stay-see-detail.aspx?hid=548", "", ""],
    //["images/Flash/showBannerBlack.jpg", "", "", ""],
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner2_Image3.jpg", "http://showbiznz.co.nz/stay-see-detail.aspx?hid=550", "", ""]
    //["images/Flash/showBannerBlack.jpg", "", "", ""]
	],
    autoplay: [true, 2200, 20000], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
    persist: false,
    fadeduration: 2200, //transition duration (milliseconds)
    oninit: function() { //event that fires when gallery has initialized/ ready to run
    },
    onslide: function(curslide, i) { //event that fires after each slide is shown
        //curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
        //i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
    }
})

var mygallery = new simpleGallery({
    wrapperid: "simplegallery3", //ID of main gallery container,
    dimensions: [125, 214], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
    imagearray: [
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner3_Image1.jpg", "http://showbiznz.co.nz/tickets/ticketing.aspx?en=Frankie+Valli+and+The+Four+Seasons", "", ""],
    //["images/Flash/showBannerBlack.jpg", "", "", ""],
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner3_Image2.jpg", "http://showbiznz.co.nz/Tickets/GiftVoucher.aspx", "", ""],
    //["images/Flash/showBannerBlack.jpg", "", "", ""],
		["http://www.mediaxpress.com.au/images/showbizNZFlash/showBanner3_Image3.jpg", "http://showbiznz.co.nz/tickets/subscribe.aspx", "", ""]
    //["images/Flash/showBannerBlack.jpg", "", "", ""]
	],
    autoplay: [true, 2800, 20000], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
    persist: false,
    fadeduration: 2800, //transition duration (milliseconds)
    oninit: function() { //event that fires when gallery has initialized/ ready to run
    },
    onslide: function(curslide, i) { //event that fires after each slide is shown
        //curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
        //i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
    }
})
