$(document).ready(function() {
	$(".story, .review").corner();	
	
	$('a.ext').click(function(){
        window.open(this.href);
        return false;
    });
	
});