var $j = jQuery.noConflict();

$j(document).ready(function() { 
	$j('ul.ot-menu').superfish(); 
});
