$(document).ready(function(){
	$("#teaser").dynamicSlideshow({duration: 5000});
	$("#sub_teaser").dynamicSlideshow({duration: 5000});
	$('#discography_toggle a').click(function(){
		$('#posts').attr('class', $(this).attr('id'));
		return false;
	})
	var weekender = new Date();
	weekender = new Date(2010,9-1,17);
	$('#countdown').countdown({until: weekender, timezone: +2});
});