function news_request_paginator(url)
{
	/*'categorynewsdisp' is the division id where the news details are placed */
	new Ajax.Updater('categorynewsdisp',url,{method:"post",onFailure:dispError});
}
function dispError(){
	
}
function paginate($url)
{
	$('userchartform').action = $url;
	$('userchartform').submit();
}
 
