
var Quotation=new Array()
Quotation[0] = '';
/*Quotation[1] = '<a href="per-smokefree.html"><img class="photo" src="images/smoke-ad.jpg" height="190" width="130" alt="" /></a>';*/
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();