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

	if ($$("a[href*=.pdf]")) {
		$$("a[href*=.pdf]").setProperty("target","_blank");	
	}	
	
	
	
	if ($$("a[href='https://www.deluxe-check-order.com/CIMServlet?event=reorderLoginEvent&dlxcom=hp-qf-ReorderChecks']")) {
    	$$("a[href='https://www.deluxe-check-order.com/CIMServlet?event=reorderLoginEvent&dlxcom=hp-qf-ReorderChecks']").setProperty("class","confirm"); 
	}
	
	if ($$("a.confirm")) {
    	$$("a.confirm").setProperty("target","_blank"); 
	}
	
	if ($$("a[href='http://www.suburbanonline.com/onlinebankingdemo/showdemo.htm']")) {
    	$$("a[href='http://www.suburbanonline.com/onlinebankingdemo/showdemo.htm']").setProperty("target","_blank"); 
	}
	
	if ($$("a[href='https://www.billpaysite.com/V2/Demo.aspx?instID=38815%20']")) {
    	$$("a[href='https://www.billpaysite.com/V2/Demo.aspx?instID=38815%20']").setProperty("target","_blank"); 
	}
	
	if ($$("a[href='http://gwmail.suburbanonline.org/gw/webacc']")) {
    	$$("a[href='http://gwmail.suburbanonline.org/gw/webacc']").setProperty("target","_blank"); 
	}
	
});