$(document).ready(function(){ $("a.disabled").click(function () {return false;});  $("a.lightbox").lightBox();});
