document.write('<script type="text/javascript" src="/common/js/jquery.rollover.js"></script>');

$(function(){
	$('#gNav li:last-child').css('border','none');
	$('.pagetop a').click(function() {
		$('body,html').animate({
			scrollTop: 0
		}, 500);
		return false;
	});
	$('#social').load('/common/include/social.html');
	$('a[href$=".pdf"]:not(#backno a)').addClass('pdf');
	$('a[href$=".zip"]:not(#backno a)').addClass('zip');
});

