$(document).ready(function() {
	$('#header').fadeIn('slow');
	$('#content').delay(1500).fadeIn('slow');

	// Get twitter status
	$('#tweet').twitterStatus('kwiky', 1);
	
	// Get flickr photos
	$('#flickr').flickrPhotosPublic('7264550@N03', 3);
});