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

	if ($$("a[href*=.pdf]")) {
		$$("a[href*=.pdf]").setProperty("target","_blank");	
	}
	
	if ($$("a[href='https://www.pbkconline2.com/onlineserv/HB/Signon.cgi']")) {
    	$$("a[href='https://www.pbkconline2.com/onlineserv/HB/Signon.cgi']").setProperty("target","_blank"); 

	} 
	if ($$("a[href='https://www.pbkconline2.com/onlineserv/HB/ForgottenPW.html']")) {
    	$$("a[href='https://www.pbkconline2.com/onlineserv/HB/ForgottenPW.html']").setProperty("target","_blank"); 

	}
	if ($$("a[href='https://www.pbkconline2.com/onlineserv/HB/demo.html']")) {
    	$$("a[href='https://www.pbkconline2.com/onlineserv/HB/demo.html']").setProperty("target","_blank"); 

	} 
	if ($$("a[href='https://www.pbkconline2.com/onlineserv/HB/STDReg.cgi?runmode=REGISTRATION']")) {
    	$$("a[href='https://www.pbkconline2.com/onlineserv/HB/STDReg.cgi?runmode=REGISTRATION']").setProperty("target","_blank"); 

	} 	
	
});