jQuery(function($){
if($("#header-img3 ul li").length > 1) {
 	$("#header-img3 ul").innerfade({
 		speed: 2000,
 		timeout: 4000,
 		containerheight:'248px'
 			});
 		}
});	


/*(function($) {
 $.fn.toggleStatus = function() {
 return this.each(function() {
 if($(this).is(".open"))
 $(this).removeClass("open").addClass("close");
 else
 $(this).removeClass("close").addClass("open");
 });
 }
})(jQuery);
*/

