$(document).ready(function() {
    // Paste your Flickr API key here
    var apiKey = '85f50fb07cc0252331b8992029e058a4';

    // Creating a flickr slider. This is
    // how you would probably use the plugin.

    $('#flickrSlider').jqFlick({
    	photosetID: '72422186@N04',
    	width:580,
    	height:370,
    	autoAdvance:true,
    	apiKey:apiKey,
		maxFetch:50
    });
});
