$(document).ready(function () {
  $("#Header_Logo").css("background-image","url(http://www.eyeofthevortexonline.com/Images/Thm3/ROE/ROE-Logo.png)");
  $("#Header_Logo").css("width","766px");
  var randomNumber = Math.floor(Math.random()*4+1);
  $("#ROE_Panel").attr("src","http://www.eyeofthevortexonline.com/Images/Thm3/ROE/ROE_"+randomNumber+".jpg");
});