
// main visual
// ----------------------------------------------------------------------- //

$(function(){

	$('#mainVisual ul').innerfade({
		speed: 2000,
		timeout: 18000,
		type: 'random_start',
		containerheight: '340px'
	});

})



// topics
// ----------------------------------------------------------------------- //

$(function(){
	$("#topics").load("news/topics.dat");
});
