
$(document).ready(function(){$('.btn').click(function(event){document.location=$(this).find('a').attr('href');return false;});$('.btnbar').css('display','none');setTimeout(function(){$('.btnbar').fadeIn('slow');},500);});
