// function speaks() {
// 	alert("メリークリスマス！メタボな私を乗せても、水平フォールな邪道編です。");
// }
// 
// $(function() {
// 	var wIndex01=0;
// 	var wIsOk=true;
// 
// 	jQuery(document).everyTime(5000, "timer00", function() {
// 		if (wIndex01 % 2 != 0 ) {
// 			if (wIsOk) {
// 				wIsOk=false;
// 				$("body").append('<img src="/season009/view/home/imgs/jado450R.png" id="jado450" style="position: absolute;" onclick="javascript:speaks()"/>')
// 				$("img#jado450").css("visibility","hidden");
// 
// 				var wLeft=0;
// 				var wTop=$(document).height();
// 				var wIndex=0;
// 				$(document).everyTime(200, 'timer01',function(){
// 					if (wIndex==0) {
// 						$("img#jado450").css("visibility","visible");
// 					}
// 					if (wLeft > 1024+350) {
// 						$("img#jado450").css("visibility","hidden");
// 						$("img#jado450").remove();
// 						jQuery(document).stopTime('timer01');
// 						wIsOk=true;
// 						wIndex01+=1;
// 					}
// 					wLeft=wLeft+(wIndex*2+50);
// 					wTop=wIndex*20-150+$(this).scrollTop();
// 					$("img#jado450").css("left", wLeft);
// 					$("img#jado450").css("top", wTop);
// 					wIndex++;
// 				});
// 			}
// 		}
// 		else {
// 			if (wIsOk) {
// 				wIsOk=false;
// 				jQuery(document).oneTime(2500, function() {
// 					$("body").append('<img src="/season009/view/home/imgs/jado450.png" id="jado450" style="position: absolute;" onclick="javascript:speaks()"/>')
// 					$("img#jado450").css("visibility","hidden");
// 		 
// 					var wLeft=$(document).width();
// 					var wTop=$(document).height();
// 					var wIndex=0;
// 					$(document).everyTime(200, 'timer01',function(){
// 						if (wIndex==0) {
// 							$("img#jado450").css("visibility","visible");
// 						}
// 						if (wLeft <= -350) {
// 							$("img#jado450").css("visibility","hidden");
// 							$("img#jado450").remove();
// 							jQuery(document).stopTime('timer01');
// 							wIsOk=true;
// 							wIndex01+=1;
// 						}
// 						wLeft=wLeft-(wIndex*2+50);
// 						wTop=wIndex*20-150+$(this).scrollTop();
// 						$("img#jado450").css("left", wLeft);
// 						$("img#jado450").css("top", wTop);
// 						wIndex++;
// 					});
// 				});
// 			}
// 		}
// 	});
// });

