$(document).ready(function() {	
	$("a[href$='.pdf']").addClass("pdf").attr("target", "_blank");
	$(".menu-footermenu-container li:first-child").addClass("first");
	$("#pageIcons a:first-child").addClass("email");	
	$(".header .menuOptions .sub-menu li:first-child").addClass("first");
	$("#rightPanel .s_calltoaction table td:first-child").addClass("first");	
	$(".header .menuOptions .sub-menu li:last-child").addClass("last");
	$('p.role a').contents().unwrap();	
	$("a[href^='mailto:']").addClass("email");
	 $('#rightPanel .adpanels table').wrap('<div class="tablewrapper" />');
});


