

$(document).ready(function(){
	$('.post').each(function(){
		var temp_id = $(this).attr('id');
		var temp_h = $('#'+temp_id+' .post-header').height();
		$('#'+temp_id+' .post-header .color-mark').css('height',temp_h+30);
	});
	GetTime();
	
	$('#recently-on-last-fm .txt-color').text("Currently listening to");
	$('#recently-on-last-fm').append('<br /><a href="http://www.last.fm/user/Frameworks_" target="_blank">View our Last.fm profile</a>');
	
	$('.slideshow').cycle({
		fx		: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed	: 50
	});

});
