$(document).ready(function() { 
	
	getTwitters('tweet', { 
	  id: 'humebrophy', 
	  count: 2, 
	  enableLinks: true, 
	  ignoreReplies: true, 
	  clearContents: true,
	  template: '<div>%text% <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/" target="_blank" class="more">more &raquo;</a></div>'					
		
	});
	
	$('#flickr').jflickrfeed({
		limit: 4,
		qstrings: {
			id: '58871328@N08'
		},
		itemTemplate: '<a href="http://www.flickr.com/photos/humebrophy/" target="_blank"><img src="{{image_s}}" alt="{{title}}" title="{{title}}" /></a>'
	});



});
