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

	if ($$("a[href*=.pdf]")) {
		$$("a[href*=.pdf]").setProperty("target","_blank");	
	}
	
	
	if ($$("a[href='http://www.cu24.com/ATMLocator/index.aspx']")) {
    	$$("a[href='http://www.cu24.com/ATMLocator/index.aspx']").setProperty("target","_blank"); 

	}
	if ($$("a[href='http://www.co-opfs.org/public/locators/atmlocator/index.cfm']")) {
    	$$("a[href='http://www.co-opfs.org/public/locators/atmlocator/index.cfm']").setProperty("target","_blank");
	}
	if ($$("a[href='http://www.ncua.gov/']")) {
    	$$("a[href='http://www.ncua.gov/']").setProperty("target","_blank");
	}
	if ($$("a[href='http://portal.hud.gov/portal/page/portal/HUD/']")) {
    	$$("a[href='http://portal.hud.gov/portal/page/portal/HUD/']").setProperty("target","_blank");
	}
	if ($$("a[href='http://affiliates.cutspm.com/?cuid=southw&pid=2&ptype=tto']")) {
    	$$("a[href='http://affiliates.cutspm.com/?cuid=southw&pid=2&ptype=tto']").setProperty("target","_blank");
	}
	
});