$(document).ready(function(){
$.xLazyLoader({
	js: ['/official/js/initialize.js', '/official/js/jquery_iframe.js', '/official/js/easySlider.js', '/official/js/csv2table.js', '/official/js/jquery.prettyPhoto.js', '/official/js/yuga.js', '/official/js/replaceascii.js'],
	css: [],
	image: [],
	name: null,
	load: function(){
		$('a.iframe').iframe();
		$("#slider").easySlider({
			auto: true,
			vertical: true, 
			continuous: true
		});
		$.yuga.rollover();
		$.yuga.scroll();
		$.yuga.stripe();
		$.yuga.css3class();
		$("a[rel^='prettyOverlay'],a[rel^='prettyPhoto']").prettyPhoto({
			animationSpeed: 'normal',
			padding: 40,
			opacity: 0.7,
			showTitle: true,
			allowresize: true
		});
		/* 表データ（.csv）を指定する */
		if (document.URL == 'http://www.kk28.com/official/detail.html' || document.URL == 'http://www.kk28.com/official/detail.php') {
			$('#list').csv2table('/official/csv/sample.csv');
		}		
	}
});
});
