$(document).ready(function(){
	if($('a[@href="http://www.reprintbuyer.com/mags/response/reprints.html"]')){
		$('a[@href="http://www.reprintbuyer.com/mags/response/reprints.html"]').attr('target', '_blank');
	}
	if($('a[@href="http://directory.responsemag.com/"]')){
		$('a[@href="http://directory.responsemag.com/"]').attr('target', '_blank');
	}
	if($('a[@href="http://www.responseexpo.com"]')){
		$('a[@href="http://www.responseexpo.com"]').attr('target', '_blank');
	}
	if($('a[@href="http://www.jobtarget.com/home/index.cfm?site_id=6075"]')){
		$('a[@href="http://www.jobtarget.com/home/index.cfm?site_id=6075"]').attr('target', '_blank');
	}
	if($('a[@href="http://www.response-digital.com/response/200910/"]')){
		$('a[@href="http://www.response-digital.com/response/200910/"]').attr('target', '_blank');
	}
});