$(document).ready(function(){
	$('#Content').corner();
        $('a.external').click(function(){
            window.open(this.href);
            return false;
        })
});