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

	if ($$("a[href*=.pdf]")) {
		$$("a[href*=.pdf]").setProperty("target","_blank");	
	}
	
	
	if ($$("a[href='http://www.csidentity.com/protecting-yourself.php']")) {
    	$$("a[href='http://www.csidentity.com/protecting-yourself.php']").setProperty("target","_blank"); 

	}

});