function topPage(  section, page)
{ 
	 	data="";
		data=data+ 't1=' +section+ "&";
 		data=data+ 'page='+page+ "&";
  		area='waitBox';
	 
 var callback_featuredPage = 
 {
            success : function(o) 
			{
				
					 hideYUIForm('waitBox');	
				 
					 
					 			yuiStatusHolder['top_paging']=false	 ; 	 				 
					 	cx('top_paging').innerHTML=o.responseText	;
					 	
					 
				 
            },
            failure : function(o) 
			{
				 hideYUIForm('waitBox');	
				 yuiStatusHolder['top_paging']=false	 ; 	 	
                 alert('Some thing went wrong');		 
            }
    }
	
	if(yuiStatusHolder['top_paging'])
	{
		return
	}
	cx('waitBox_title').innerHTML="Please wait ";
	showYUIForm('waitBox');
	yuiStatusHolder['top_paging']=true	 ; 	 
	var conn = YAHOO.util.Connect.asyncRequest("POST", home_url+ "/"+ "index.php?o=ajax&m="+ module+"&t=" + task +"&rand=" + new Date().getTime(),  callback_featuredPage ,data);	  
	
		
	 
}
