$(function(){$("a[data-toggle]").live("click",function(){var a=$(this).data("toggle");$(a).toggle();return false})});
