//$(document).ready(function() {
//   var random_bg_num = Math.floor(Math.random()*5);
//   $("body").addClass("random_"+random_bg_num);
//}); 