﻿var mygallery = new simpleGallery({
    wrapperid: "simplegallery1",
    dimensions: [252, 458],
    imagearray: [
		["/images/alaune-compchinoise.jpg", "/novastro-fun/compatibilite-chinoise.html", "sdfsdfsdf", ""],
		["/images/alaune-Ghoroscope2010.jpg", "/2010/horoscope-2010.html", "", ""],
		["/images/alaune-carriere2010.jpg", "/2010/carriere-2010.html", "", ""]

	],
    autoplay: [true, 2500, 50000],
    persist: false,
    fadeduration: 500,
    oninit: function() {
    },
    onslide: function(curslide, i) {

    }
})
