$(document).ready(function(){

	if($(".fade").length) {
		$(".fade").innerfade({
			timeout: "5000",
			speed: 2000
		});
	}

});
