$().ready(function(){

	$("#menu ul.nav").superfish();
	
	if($("#small_features").length > 0) {
		$("#small_features").css("display", "block");
		$("#small_features").cycle({speed:5000, random: 1});
	}
	//$("a[@href^='http']:not([href*='cakesolutions.net'])").bind("click", function(){ return !window.open(this.href); }); 

});
