// JavaScript Document
<!-- Activate cloaking device
var randnum = Math.random();
var inum = 5;
// Change this number to the number of images you are using.
var rand1 = Math.round(randnum * (inum-1)) + 1;
images = new Array
images[1] = "http://jackstin.com/images/bkg10.jpg"
images[2] = "http://jackstin.com/images/bkg11.jpg"
images[3] = "http://jackstin.com/images/bkg13.jpg"
images[4] = "http://jackstin.com/images/bkg14.jpg"
images[5] = "http://jackstin.com/images/bkg15.jpg"
// Ensure you have an array item for every image you are using.
var image = images[rand1]
// Deactivate cloaking device -->

<!-- Activate cloaking device
var randnum2 = Math.random();
var inum2 = 2;
// Change this number to the number of images you are using.
var rand2 = Math.round(randnum2 * (inum2-1)) + 1;
quotes = new Array
quotes[1] = "&quot;Find something you love to do,<div class\"clear\"></div> and make that your job&quot;"
quotes[2] = "gar-office&nbsp;  <span style=\"font-size:15px; color:#ffffff; line-height:30x; letter-spacing:0px; font-weight:normal;\">| guh &bull; raaw &bull; fis |</span><div class\"clear\" style=\"height:5px;\"></div><span style=\"font-size:12px; line-height:15px; letter-spacing:0px; font-weight:normal;\"> a garage that has been modified to facilitate any type of<div class\"clear\"></div>business experimentation : <em>we could meet at the garoffice<div class\"clear\"></div>sometime next week.</em></span>"
// Ensure you have an array item for every image you are using.
var quote = quotes[rand2]
// Deactivate cloaking device -->
