// JavaScript Document
$(function() {	
	$(".template_teaserRight_350w").click(function(){
    	window.location=$(this).find("a").attr("href");
     	return false;
	});
	
	$(".template_teaserRight_350w_topOverflow").click(function(){
    	window.location=$(this).find("a").attr("href");
     	return false;
	});
	
		
});




