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