//必要があれば記述

YAHOO.util.Event.addListener(window, 'load', function(){
	//画面ロード時の処理
	
//	alert('hello, world');
});
