(function($){
    $(function() { 						   
        
        /* Twitter Tweet */
        
        getTwitters('tweet', { 
          id: 'TheTroutHotel', 
          count: 1, 
          enableLinks: true, 
          ignoreReplies: true, 
          clearContents: true,
          template: '%text% <br /> <span class="dates">%time%</span>'
        });
        
        
        /* Flickr Images */
        
        $('ul#flickrphotos').jflickrfeed({
        	limit: 8,
        	qstrings: {
        	        id: '62004427@N07'
        	},
        	itemTemplate:
        	'<li><a rel="colorbox" href="{{image}}"><img alt="{{title}}" src="{{image_s}}" /></a></li>'
        }, function(data) {
        	
        	
        
        /* Colorbox imgs */
        
        $('ul#flickrphotos a, #content a.colorbox').colorbox();
        });
        
        
        
    });
})(jQuery);
