// JavaScript Document


//main fade
$(function(){
	$('#main').innerfade({ 
		speed: 2000, 
		timeout: 8000
	}); 

});


