var j=parseInt(Math.random()*13);
  j=(isNaN(j))?0:j;
var imagepath="/Portals/_default/Skins/Loves/images/";

function writeTopImage(){
  document.write("<img src='" + imagepath + "homephoto_top"+j+".jpg' class='image' alt='Love's Country Stores & Travel Stops' >");
}
function writeLeftImage(){
  document.write("<img src='" + imagepath + "homephoto_left"+j+".jpg' class='image' alt='Love's Country Stores & Travel Stops' >");
}
function writeRightImage(){
  document.write("<img src='" + imagepath + "homephoto_right"+j+".jpg' class='image' alt='Love's Country Stores & Travel Stops' >");
}