<!--
var quotations = new Array()
quotations[0] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=Cashmaster&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>MARTIN LEBEDINSKY</a><br> from York Western Australia";
quotations[1] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=jimmiel&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>JAMES KIBE</a><br> from OH USA";
quotations[2] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=Melibrook7&site=ad1' title='Please Visit This Agent In A New Window Site For More Information'  target='_blank'>MELINDA K. BROOKINS</a><br> from Florida USA";
quotations[3] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=new2me&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>PATRICIA RICHARDSON</a><br> from Merseyside UK";
quotations[4] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=nolook&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>NATURAL ALTERNATIVE</a><br> from MI USA";
quotations[5] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=wayin&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>BRIAN CARTER</a><br> from NSW Australia";
quotations[6] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=agent4all&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>HORST J. LINKNER</a><br> from Bayern Germany";
quotations[7] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=jcarr2020&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>JOHN W CARR</a><br> from IA United States";
quotations[8] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=longus&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>DIETMAR SUERTH</a><br> from Solingen Germany";
quotations[9] = "<a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=RHMedia&site=ad1' title='Please Visit This Agent Site In A New Window For More Information'  target='_blank'>IVAN HAYDE</a><br> from Middlesex UK";

function display()
{
a=Math.floor(Math.random()*quotations.length)
document.getElementById('quotation').innerHTML=quotations[a]
setTimeout("display()",4000)
}

//-->

