﻿$(function(){
    $('#tabs li.unavailable a').click(function(e)
    {
        return false;
     });
});