$(document).ready(function(){
	
	// Creating a flickr slider. This is 
	// how you would probably use the plugin.
	
	$('#flickrSlider').jqFlick({
		photosetID: '72157626479136802',
		width:437,
		height:258,
		captions:false,
		autoAdvance:true
	});

	// Creating different flickr sliders,
	// depending on the select element value.

	

		$('#flickrSlider').jqFlick(options);
	});
	

