jQuery(document).ready(function() {
	jQuery("a[href^='http:']").not("[href*='pleasurehorse.com']").attr('target','_blank');
});
