Cufon.replace('.GothamLight', { fontFamily: 'Gotham Light' });
$(document).ready(function(){
	if ($("#menu").outerHeight() > $("#content").outerHeight())
	{
		//$(".gs_footer").css("top", $("#menu").outerHeight()-$(".gs_footer").outerHeight());
	}
	$('.BoxBlip').flash({
		src: 'http://blip.pl/widget.swf',
		width: 180,
		height: 500,
		flashvars: { blip_user: 'goldensubmarine', color_scheme: 'dark', corner_radius: '0'}
	});
	$(".storytitle").hover(
		function () {
			$(this).addClass("hover");
		},
		function () {
			$(this).removeClass("hover");
		}
	);
	setTimeout(
		function() {
			$('.gs_footer').css('top', $('div.BoxPageContent').height()-$('.gs_footer').height()+'px')
		}, 1000);
});
