$(document).ready(function(){
	$('#masthead').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '155px'
	});
	$("#myTable").tablesorter(); 
});
