var myAjax = new Ajax.PeriodicalUpdater(
	'debug', // 差し込み先の要素
	'/js/request.html',  // 呼び出し先のURL
    {
    method: 'post',
    frequency: 55 
}
);
