$(document).ready(function(){



$('#content a[href^="http://"]').attr({
    target: "_blank"
});



});
