$(document).ready(function() {
  $(".focus:first").focus();
});

$(window).bind("load",function() {
  googleAnalytics('UA-461222-6');
});

