// JavaScript Document
$(document).ready(
function(){
$('.fade').innerfade({
		speed: 1000,
		timeout: 4000,
		type: 'random_start',
		containerheight: '125px'
		});		
 
});