<!--
var quotations = new Array()
quotations[0] = "<a href = 'http://www.argos.co.uk' title='Get Free Link to your store'  target='_blank'> Store: ARGOS CATALOGUE</a><br><br><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'> Agent: Martin Lebedinsky</a><br>Location: York Western Australia";
quotations[1] = "<a href = 'http://www.johnlewis.com' title='Get Free Link to your store'  target='_blank'> Store: JOHN LEWIS</a><br><br><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'> Agent: Patricia Richardson</a><br>Location: Merseyside UK";
quotations[2] = "<a href = 'http://www.bentalls.com' title='Get Free Link to your store'  target='_blank'> Store: BENTALLS</a><br><br><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'> Agent: Horst J. Linkner </a><br>Location: Bayern Germany ";
quotations[3] = "<a href = 'http://www.chadwicks.com' title='Get Free Link to your store'  target='_blank'> Store: CHADWICK'S</a><br><br><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'> Agent: James Kibe</a><br>Location: Ohio USA";
quotations[4] = "<a href = 'http://www.kennethcole.com' title='Get Free Link to your store'  target='_blank'> Store: KENNETH COLE</a><br><br><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'> Agent: Melinda K. Brookins</a><br>Location: Florida USA";
quotations[5] = "<a href = 'http://www.dyson.co.uk' title='Get Free Link to your store'  target='_blank'> Store: DYSON CLEANING</a><br><br><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'> Agent: John W Carr</a><br>Location: Iowa USA";
quotations[6] = "<a href = 'http://www.marksandspencer.com' title='Get Free Link to your store'  target='_blank'> Store: MARKS & SPENCER</a><br><br><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'> Agent: Natural Alternative</a><br>Location: Michigan USA";
quotations[7] = "<a href = 'http://www.comet.co.uk' title='Get Free Link to your store'  target='_blank'> Store: COMET</a><br><br><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'> Agent: Dietmar Suerth</a><br>Location: Solingen Germany";
quotations[8] = "<a href = 'http://www.avon.com' title='Get Free Link to your store'  target='_blank'> Store: AVON COSMETICS</a><br><br><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'> Agent: Brian Carter</a><br>Location: NSW Australia";
quotations[9] = "<a href = 'http://www.peacocks.co.uk' title='Get Free Link to your store'  target='_blank'> Store: PEACOCKS</a><br><br><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'> Agent: Ivan Hayde</a><br>Location: Middlesex UK";

function display()
{
a=Math.floor(Math.random()*quotations.length)
document.getElementById('quotation').innerHTML=quotations[a]
setTimeout("display()",4000)
}

//-->

