
function changeDomainsBoxPage(update_id, url, page_number)
{
	var vl = $('featured_select_id').options[$('featured_select_id').selectedIndex].value;
	new Ajax.Updater(update_id, url+'/page/'+page_number+'/order/'+vl, {asynchronous:true, evalScripts:true});	
}



