$(document).ready(function() {
	$("a[href^='http://www.xgoprobusinesstools.com']").click( function() {
		window.open(this.href);
		return false;
	});
	$("a[href^='http://xgoprobusinesstools.com']").click( function() {
		window.open(this.href);
		return false;
	});
	$("a[href^='http://xgopro.com/featured/insiders-edge/']").click( function() {
		window.open(this.href);
		return false;
	});
	$("a[href^='http://xgopro.com/featured/xgopro-success-club/']").click( function() {
		window.open(this.href);
		return false;
	});
});
