﻿$(function () {

    $('#nav-menu').superfish();

    $('.noclick').live('click', function () {
        return false;
    });

});
