$(document).ready(function(){
	// do the background transitions
	$('.fade').innerfade({
		speed: 'slow',
		timeout: 3000,
		type: 'random'
	});
});