
$(window).load(function(){$('#preloader').fadeOut('slow',function(){$(this).remove();});});$(document).ready(function(){$('#slide').innerfade({speed:1500,timeout:10000,type:'random',containerheight:'100%'});});