<!-- 
var quotations = new Array()
quotations[0] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=d_david&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>DALE DAVIDSON</a><br> From Ontario Canada";
quotations[1] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=DANBIZ&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>DAN MORRIS</a><br> From California USA";
quotations[2] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=daveebz&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>WILLIAM BARTOW</a><br> From New York  USA";
quotations[3] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=duuger&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>DOUGLAS GETMAN</a><br> From Tennessee USA";
quotations[4] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=dwjr941&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>DANIEL WILLIAMS</a><br> From Florida USA";
quotations[5] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=edmtb&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>RA KRIN</a><br> From Sweden";
quotations[6] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=freentrepreneur&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>MARCUS CLAYTON</a><br> From North Carolina USA";
quotations[7] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=golden&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>DONA RILEY</a><br> From Maryland USA";
quotations[8] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=henrysplace&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>H L WASHINGTON</a><br> From Colorado USA";
quotations[9] = "Agent: <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=hmsvs&site=ad1' title='Please Visit This Agent Site For More Details' target='_blank'>HOWARD MORRIS</a><br> From Colorado USA";

function display()
{
a=Math.floor(Math.random()*quotations.length)
document.getElementById('quotation').innerHTML=quotations[a]
setTimeout("display()",2000)
}
//-->
