$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
    noImages: 7,
        path: "Examples/Example 1/slideshow_images/",  // Relative path with trailing slash.
         // captions: {                 
            //  1:'<b>Welcome to My next Promo Canada!</b> <div style="font-size:11px;margin-top:5px;">Canadian Company, Canadian Pricing, Canadian Friendly.</div>',
            //  2:'<b>Bright Ideas 2010 E-Catatogue</b> <div style="font-size:11px;margin-top:5px;"> Browse More Ideas here</div>',
            //  3:'<b>My Next Promo is your USB drive central!</b> <div style="font-size:14px;margin-top:5px;">See more USB\'s!</div>',
            //  4:'<b>Incredable selection of casual and business attire imprinted with your logo.</b> <div style="font-size:14px;margin-top:5px;">See it here!</div>',
            //  5:'<b>So for now I\'ll say goodbye!</b<div style="font-size:11px;margin-top:5px;">Although there is still one caption left to fill...</div>',
            //  6:'<b>Thank you for reading this nonsense!</b> <div style="font-size:11px;margin-top:5px;">I realise it is just nonsense, but at least you can see how captions can look with some text in them.</div>'
        //  },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"http://www.mynextpromo.ca/subcat.php?cat_id=119",
            2:"http://www.mynextpromo.ca/subcat.php?cat_id=108",
            3:"http://www.mynextpromo.ca/testimonials.php",
			4:"http://www.mynextpromo.ca/detail.php?id=9375",
			5:"http://www.mynextpromo.ca/searchresults.php?sf=sub_cat_id_pk&vl=800",
			6:"http://www.mynextpromo.ca/subcat.php?cat_id=4",
			7:"",

        },
        //linksOpen:'newWindow',
        timerInterval: 5500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#example_1_container').easySlides(myOptions);

})

