$(document).ready(function(){
$('#content a[href^="http:"], #content a[href^="https:"]').click( function() {
window.open( $(this).attr('href') );
return false;
});
});
$(document).ready(function(){
$('#content a[href^="http:"], #content a[href^="https:"]').click( function() {
window.open( $(this).attr('href') );
return false;
});
});