window.addEvent('domready', function() {

	if ($$("a[href='http://www.firstroi.com']")) {
		$$("a[href='http://www.firstroi.com']").setProperty("target","_blank");	
	}
	
	if ($$("a[href='http://www.fdic.gov']")) {
		$$("a[href='http://www.fdic.gov']").setProperty("target","_blank");	
	}
	
	if ($$("a[href='http://www.hud.gov']")) {
		$$("a[href='http://www.hud.gov']").setProperty("target","_blank");	
	}
	
	if ($$("a[href='http://calc.bankofstanly.com']")) {
		$$("a[href='http://calc.bankofstanly.com']").setProperty("target","_blank");	
	}
	
	if ($$("a[href='http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000898171&owner=include&count=40']")) {
		$$("a[href='http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000898171&owner=include&count=40']").setProperty("target","_blank");	
	}
	
	if ($$("a[href='https://www.deluxe-check-order.com/ProductCatalog.jsp']")) {
		$$("a[href='https://www.deluxe-check-order.com/ProductCatalog.jsp']").setProperty("target","_blank");
	}
	
	if ($$("a[href='http://www.stanly2.com/onlineserv/HB/STDReg.cgi']")) {
		$$("a[href='http://www.stanly2.com/onlineserv/HB/STDReg.cgi']").setProperty("target","_blank");
	}
	
	if ($$("a[href='http://www.stanly2.com/onlineserv/HB/demo.html']")) {
		$$("a[href='http://www.stanly2.com/onlineserv/HB/demo.html']").setProperty("target","_blank");
	}
	
	if ($$("a[href='https://www.mycardstatement.com/']")) {
		$$("a[href='https://www.mycardstatement.com/']").setProperty("target","_blank");
	}
	
	if ($$("a[href='https://www.stanly2.com/onlineserv/HB/ForgottenPW.html']")) {
		$$("a[href='https://www.stanly2.com/onlineserv/HB/ForgottenPW.html']").setProperty("target","_blank");
	}
	
	if ($$("a[href='https://www.scorecardrewards.com/']")) {
		$$("a[href='https://www.scorecardrewards.com/']").setProperty("target","_blank");
	}
	
	if ($$("a[href='https://bankofstanly.ficslpo.com/index.cfm/event/ShowRegistrationForm']")) {
		$$("a[href='https://bankofstanly.ficslpo.com/index.cfm/event/ShowRegistrationForm']").setProperty("target","_blank");
	}

});