//Random Quote Image Changer - Changes the quote to a random with every reload

var nmbr_of_qt= 7; // set this number to the number of quotes that there are...


var pic1="/images/portraits/terri-1.jpg";

var poc1="/images/portraits/terri-2.jpg";

var tquote1="/images/portraits/terri.gif";


var pic2="/images/portraits/jamie-1.jpg";

var poc2="/images/portraits/jamie-2.jpg";

var tquote2="/images/portraits/jamie.gif";


var pic3="/images/portraits/haley-1.jpg";

var poc3="/images/portraits/haley-2.jpg";

var tquote3="/images/portraits/haley.gif";


var pic4="/images/portraits/matt-1.jpg";

var poc4="/images/portraits/matt-2.jpg";

var tquote4="/images/portraits/matt.gif";


var pic5="/images/portraits/mallory-1.jpg";

var poc5="/images/portraits/mallory-2.jpg";

var tquote5="/images/portraits/mallory.gif";


var pic6="/images/portraits/joanna-1.jpg";

var poc6="/images/portraits/joanna-2.jpg";

var tquote6="/images/portraits/joanna.gif";


var pic7="/images/portraits/max-1.jpg";

var poc7="/images/portraits/max-2.jpg";

var tquote7="/images/portraits/max.gif";

//

//-------- dont modify anything below this line unless you know what you're doing...--------

//



var now = new Date()

var sec = now.getSeconds()

var ad = sec % nmbr_of_qt;



ad +=1;



image1 = eval("pic"+ad);

image2 = eval("poc"+ad);

image3 = eval("tquote"+ad);


document.write('<br><p align=\"center\"><A href=\"http://www.facebook.com/pages/Outward-Bound-Canada/8376438193?ref=ts\" target=_blank>') 
document.write('<IMG src=\"http://www.outwardbound.ca/images2008/find_us_on_facebook_badge.gif\" border=\"0\"></A><Br>')
document.write('<SPAN class=courseSubHeading style=\"FONT-SIZE: 10px; font-family:Arial, Helvetica, sans-serif; color: #003366;\">')
document.write('<strong>Stay in touch with friends.<br>Get all the latest<br>news and updates.</strong></SPAN></p><p>')


document.write('<img src=\"' + image1 + '\" width=\"70\" height=\"70\" hspace=\"15\" vspace=\"4\"><br>')

document.write('<img src=\"' + image2 + '\" width=\"70\" height=\"70\" hspace=\"15\" vspace=\"4\"><br>')

document.write('<img src=\"' + image3 + '\" width=\"140\" height=\"200\" vspace=\"10\"><br>')
