$(function(){  $("#nav li:has(ul)").hover(function(){    $(this).addClass('hover').find('ul').fadeIn('fast');  }, function(){    $(this).removeClass('hover').find('ul').fadeOut('fast');  });  if ($.browser.msie && ($.browser.version <= 7)) {    $("#nav ul li").each(function() {      var el = $(this);      el.width(el.parent().width());    });  }  if($.fn.cycle) {    $("#toprotator").html('<img src="i/image2000_woman.jpg" alt=""/><img src="i/image2000_facial.jpg" alt=""/><img src="i/image2000_massage.jpg" alt=""/>').cycle();  }});function setError(el){  el.css("background-color", "red");  setTimeout(function(){    el.css("background-color", "");  }, 1000);}function alertMsgBox(p1, p2){  alert(p1.replace(/%s/, p2))}
