// BACKGROUND IMAGE

var myNum = parseInt(Math.random()*4) + 1;

function homebackImage(){
	mypath = "/Portals/_default/Skins/LOK/images/quote_" + myNum + ".png";
    document.write("<img src='" + mypath + "' />");
  }
