﻿$(function() {

    $('.nav-login').click(function() 
    { 
        window.location = $('a', this).attr('href'); 
    });

});

