$(function(){
	$('#teaser_podcast').click(function(){
		document.location.href=$(this).find('a').attr("href");
	});
	
	$('.socialmedia ul li a').click(function(){
		window.open($(this).attr("href"));
		return false;
	});
});
