$('a').click(function(ev, data){ if (data) { document.location.href = $(this).attr('href'); } });
$('a').trigger('click', 1);