var myAjax=new Ajax.PeriodicalUpdater(
    'counter_en','../action/counter_en.php',
	{
	method:'get',
	frequency: 1,
    decay: 2		
	}
	);
