
$(document).ready(function(){$('.vcards > .vcard:gt(0)').css({cursor:'pointer'}).click(function(e){window.location.href=$(this).find('a.sign-btn').attr('href');e.stopPropagation();return false;});});

