$(document).ready(function () {
  $('div#main').fadeIn(600);
  $('a').click(function() {this.blur();});
});

