var mess = new Array('<img border="0" src="images/quote1.gif" alt="When Your Parents Sign the Paychecks" />','<img border="0" src="images/quote2.gif" alt="When Your Parents Sign the Paychecks" />','<img border="0" src="images/quote3.gif" alt="When Your Parents Sign the Paychecks" />','<img border="0" src="images/quote4.gif" alt="When Your Parents Sign the Paychecks" />','<img border="0" src="images/quote5.gif" alt="When Your Parents Sign the Paychecks" />','<img border="0" src="images/quote6.gif" alt="When Your Parents Sign the Paychecks" />','<img border="0" src="images/quote7.gif" alt="When Your Parents Sign the Paychecks" />');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.write(mess[num]);