$(document).ready(function() {


	// Konami
	konami.code = function() {
		scroll(0,0);
		
		$("#konami").hide();
		$("#konami").html('<div class="Kupla"><h3>Massilia sound system - Bouteille sur bouteille</h3><div style="padding:10px 0 30px 0; text-align: center;"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/z2y4gXoRsy0&color1=0xf89118&color2=0xbd6600&hl=fi&feature=player_embedded&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/z2y4gXoRsy0&color1=0xf89118&color2=0xbd6600&hl=fi&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></div></div><div class="KuplaBottom"> <small class="frontMeta"><a href="http://konamicodesites.com/">Konami!</a></small></div><hr />');
		alert("Salarijutska! \n\n Nyt seuraa musiikillinen päivän piristys!");
		$("#konami").show("fast");
	
		/*
		$("#RSSCollection").hide();
		$("#Footer ul").hide();
		$(".some").hide();
		$(".RightCol").hide("slow");
		$(".Contents").hide("slow");
		*/
		
	}
	konami.load();


	$("a[rel^='prettyPhoto']").prettyPhoto({
	    counter_separator_label: '/',
	    changepicturecallback: function(){pageTracker._trackPageview('/lightbox/');}, /* Called everytime an item is shown/changed */
	});

});