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

	if ($$("a[href*=.pdf]")) {
		$$("a[href*=.pdf]").setProperty("target","_blank");	
	}
	
	
	if ($$("a[href='http://www.fdic.gov/']")) {
    	$$("a[href='http://www.fdic.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://www.hud.gov/']")) {
    	$$("a[href='http://www.hud.gov/']").setProperty("target","_blank"); 
	}
	
	if ($$("a[href='http://www.whitcochecks.com/']")) {
    	$$("a[href='http://www.whitcochecks.com/']").setProperty("target","_blank"); 
	}
	
	if ($$("a[href='http://firstclassbanking.web-loans.com/']")) {
    	$$("a[href='http://firstclassbanking.web-loans.com/']").setProperty("class","confirm"); 
    	$$("a[href='http://firstclassbanking.web-loans.com/']").setProperty("target","_blank"); 
	}
	
});