$(document).ready(function() {
$('a').removeAttr('target');
$("a[href^=http://]").not($("a[href^=http://www.mens-v.com]")).click(function() {
window.open($(this).attr("href"));
return false;
});
});

