(function($){ $.fn.jqFlick = function(options){ // Default options: options = $.extend({ width:500, height:500, maxFetch:20, captions:false, autoAdvance:false, advancePeriod:5000, apiKey:'' },options); // Template for building Flickr's image URLs: var flickrSRC = '../farm%7bfarm%7d.static.flickr.com/%7bSERVER%7d/%7bID%7d_%7bSECRET%7d.jpg', flickrSlider = this; flickrSlider.trigger('jqFlickRemove'); // Fetching the images using Flickr's API: $.getJSON('flickrphotoscfcc.aspx?jsoncallback=?',function(r){ if(!r || !r.photos.photo || !r.photos.photo.length){ throw "There is no such photoset!"; } var currentPos = 1, cnt = r.photos.photo.length; var caption = $('',{ className: 'caption' }).appendTo(flickrSlider); var ul = $('