jQuery(document).ready(function($)
{
	// 画像を順番に指定する例
	$('div#branding').bgSwitcher({
		bgImages : [
			//'http://altel.co.jp/wp-content/themes/thematicsamplechildtheme/img/bg_top1.jpg',
			'http://altel.co.jp/wp-content/themes/thematicsamplechildtheme/img/bg_top2.jpg',
            //'http://altel.co.jp/wp-content/themes/thematicsamplechildtheme/img/bg_top3.jpg',
            //'http://altel.co.jp/wp-content/themes/thematicsamplechildtheme/img/bg_top4.jpg',
            'http://altel.co.jp/wp-content/themes/thematicsamplechildtheme/img/bg_top5.jpg'
		],
		interval : 10000
	});
});