$(document).ready(function(){
	$("#li_4").hoverIntent(function(){ $("#dropdown_4").fadeIn('fast');}, function() { $("#dropdown_4").fadeOut('fast'); });	
	document.onmouseup = function(){document.onmousemove = null;};
	
});

$(document).ready(function() {
  
  $('#content.home-content').hide();
  
});
