Shadowbox.init();

$(document).ready(function() {
	$('.kwicks').kwicks({
		max : 260,
		spacing : 5
	});
});


$(document).ready(function() {
	$('#tabArea >ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});


// This is to correct lack of support for nth child in css
$(document).ready(function() {
	$('#randomPhotoThumbs ul li:nth-child(3)').css('padding', '0 0 20px 0');
	$('#randomPhotoThumbs ul li:last-child').css('padding', '0 0 20px 0');
});

getTwitters('tweet', { 
  id: 'shawncope', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/" class="tweetTime">%time%</a>'
});