// JavaScript Document


$(document).ready(function(){		
			//remove pipe from last child in topnav
			
			$('#topnav ul li:last-child a').addClass('lastchild');	
	   })
