var $j = jQuery.noConflict();

$j(document).ready(function() {
	$j('a#help').attr('href', '/help/helppay.jsp');	
});