// JavaScript Document

$(document).ready(
		function(){

					
			$('#fader').innerfade({
						speed: 500,
						timeout: 20000,
						type: 'random_start',
						containerheight: '180px'
		});

});
