$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 8,
        path: "images/slideshow/",  // Relative path with trailing slash.
        //captions: {                 
          //  1:'<b>Eye Catching Designs (www.eyecatchingdesigns.net)</b> <div><em>Custom WordPress Design, 2010</em></div>',
          //  2:'<b>Atlantic Charters (www.atlantic-charters.com)</b> <em>Custom Website Design, 2010</em></div>',
          //   3:'<b>Helly Hansen, Newport (www.hellynewengland.com)</b> <em>Magento Online Storefront, 2010</em></div>',
           //  4:'<b>Pinder Bags (www.pinderbags.com)</b> <em>Magento Online Storefront, 2009</em></div>',
           //  5:'<b>Daoist Gate (www.daoistgate.com)</b> <em>Joomla CMS Website and Storefront, 2009</em></div>',
         //    6:'<b>Amergent (www.amergent.com)</b> <em>Drupal CMS Website, 2010</em></div>',
		 //	7:'<b>Chef Bill (www.chefbill.com)</b> <em>WordPress Website and Blog, 2010</em></div>',
		 //	8:'<b>Fiddlehead Theatre (www.fiddleheadtheatre.com)</b> <em>WordPress Website and Blog, 2010</em></div>',
		 //	9:'<b>Ruff Toy Reviews (www.rufftoyreviews.com)</b> <em>WordPress Blog, 2010</em></div>',
        //},
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"/webdesign.php",
            2:"/webdesign.php",
            3:"/ecommerce.php",
            4:"/ecommerce.php",
            5:"/cms.php",
            6:"/cms.php",
			7:"/blogs.php",
			8:"/blogs.php"
        },
        linksOpen:'newWindow',
        timerInterval: 6500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

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

})
