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