$(document).ready(function(){

    var myOptions = {
        noImages: 7,
        path: "fadeshows/tvfade/slideshow_images/",
        links: { 
            1:"http://www.moringa-europe.com",
            2:"http://www.jiaogulan-europe.com",
            3:"http://www.wuweizi.de",
            4:"http://www.gesundtee.de"
			
        },
        timerInterval: 5500,
	randomise: true
    };

    // Woo! We have example number 2!
    $('#example_2_container').easySlides(myOptions);

})
