function update_section( direction, section ){
	//alert( eval( section ) );
	new Ajax.Updater( 'section-'+section, gurl + '/inc/home_'+section+'.php?direction='+direction+'&actual='+eval(section), {asynchronous:true,evalScripts:true} );
}