$(document).ready(function(){

	if($(".fade").length) {
		$(".fade").innerfade({
			speed: "10",
			timeout: "6000"
		});
	}

});