$(document).ready(function() {
  //$('.hpbanner').hide();
  var rndNum = Math.floor(Math.random() * 2) + 1;
  $('#hpbanner_' + rndNum).show();
});
