var lastUSP="ontbijten";$(document).ready(function(){$("#small-usp ul li").hoverIntent(function(){$(document).stopTime("usprotator");ShowUSP(this)},function(){});$("#small-usp-container div").hoverIntent(function(){$(document).stopTime("usprotator")},function(){});$("#small-usp ul li").click(function(){document.location.href=$(this).find("strong a").attr("href")});$(document).everyTime(3000,"usprotator",function(i){currentUSP=$("#small-usp ul li.active");nextUSP=currentUSP.next();if(nextUSP.length==0)nextUSP=$("#small-usp ul li#ontbijten");ShowUSP(nextUSP)})})
function ShowUSP(usp){if(lastUSP!=$(usp).attr("id")){$("#small-usp ul li").removeClass("active");$(usp).addClass("active");$("#small-usp-container div").hide();$("#small-usp-container div."+$(usp).attr("id")).fadeIn(500);lastUSP=$(usp).attr("id")}};
