jQuery(function($) {
	$('#headerOuter').bgSwitcher({
		images: ['common/img/header_mainimg01.jpg', 'common/img/header_mainimg02.jpg'],
		interval: 5000
	});
});
