jQuery.noConflict();



jQuery(document).ready(function() {
		jQuery("ul#HouseMenu").superfish({
									hoverClass	: "sfHover",
									pathClass	: "overideThisToUse",
									delay		: 800,
									animation	: {opacity:"show"},
									speed		: "normal",
									onShow		: function(){ /*your callback function here*/ }
								});
});