
// ===jquery.innerfade.js　ニュースで使用====================================================== */

$(document).ready(
				function(){
					$('#bg').innerfade({
						speed: 3000,
						timeout: 6000,
						type: 'random',
						containerheight: '500px'
					});

				});