﻿//JavascriptがONがOFFか判定をします。OFFだったら実行しません。
if (document.images){

//window.alert("OK");


$(function() {$('#topimg').cycle({ 
	fx:'fade', 
	speed:  2800 
});});


document.write('<div id="topimg">'); 
document.write('<img src="admin/top_img/t_top1.jpg" width="980" height="324">'); 
document.write('<img src="admin/top_img/t_top2.jpg" width="980" height="324">');
document.write('<img src="admin/top_img/t_top3.jpg" width="980" height="324">'); 
document.write('<img src="admin/top_img/t_top4.jpg" width="980" height="324">'); 
document.write('</div>'); 

}

