$(document).ready(function(){

    var myOptions = {
        noImages: 6,
        path: "../images/",
        links: { 
            1:"http://www.factorie.com.au/top-model-portal.html",
            2:"http://www.factorie.com.au/top-model-portal.html",
            3:"http://www.factorie.com.au/top-model-portal.html",
            4:"http://www.factorie.com.au/top-model-portal.html",
			5:"http://www.factorie.com.au/top-model-portal.html",
            6:"http://www.factorie.com.au/top-model-portal.html"
        },
        timerInterval: 2500,
	randomise: true
    };

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

})
