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

	if ($$("a[href*=.pdf]")) {
		$$("a[href*=.pdf]").setProperty("target","_blank");	
	}
		if ($$("a[href='http://twitter.com/allegiancecu']")) {
    	$$("a[href='http://twitter.com/allegiancecu']").setProperty("target","_blank"); 

	}    
		if ($$("a[href='http://www.facebook.com/home.php?#/pages/Oklahoma-City-OK/Allegiance-Credit-Union/106123161899?ref=ts']")) {
    	$$("a[href='http://www.facebook.com/home.php?#/pages/Oklahoma-City-OK/Allegiance-Credit-Union/106123161899?ref=ts']").setProperty("target","_blank"); 

	}    
		if ($$("a[href='http://www.myspace.com/allegiancecu']")) {
    	$$("a[href='http://www.myspace.com/allegiancecu']").setProperty("target","_blank"); 

	}    
		if ($$("a[href='http://www.youtube.com/tabbiv']")) {
    	$$("a[href='http://www.youtube.com/tabbiv']").setProperty("target","_blank"); 

	}    
});