var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j("#topNav")
		.superfish({
			animation : { opacity:"show"}
	});

});
