$(document).ready (function () {
	$("#id_privacyPolicy").bind ("click", function () {
		LinkAppend.location ({"url": rc.urlLookup ("PrivacyPolicy"), "location": "no", "target": "_blank"});
		return false;
	});

	$("#id_termsAndConditions").bind ("click", function () {
		LinkAppend.location ({"url": rc.urlLookup ("TermsAndConditions"), "location": "no", "target": "_blank"});
		return false;
	});

	$("#id_fraudProtectionTips").bind ("click", function () {
		LinkAppend.location ({"url": rc.urlLookup ("FraudProtectionTips"), "location": "no", "target": "_blank"});
		return false;
	});

	$("#id_amBest").bind ("click", function () {
		LinkAppend.location ({"url": rc.urlLookup ("AMBest"), "target": "_blank"});
		return false;
	});

	$("#id_cyberTrust").bind ("click", function () {
		LinkAppend.location ({"url": rc.urlLookup ("CyberTrust"), "target": "_blank"});
		return false;
	});

	$("#id_bbbOnline").bind ("click", function () {
		LinkAppend.location ({"url": rc.urlLookup ("BBBOnline"), "target": "_blank"});
		return false;
	});

	$("#id_veriSign").bind ("click", function () {
		LinkAppend.location ({"url": rc.urlLookup ("VeriSign"), "target": "_blank"});
		return false;
	});
});
