<!--
var quotations = new Array()
quotations[0] = "Stores <a href = 'http://www.sierratradingpost.com' title='Get Free Link to your store'  target='_blank'>SIERRATRADINGPOST</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=ubreakifixit&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>BARRY P. KING</a><br> From Mississippi USA";
quotations[1] = "Stores <a href = 'http://www.store.apple.com' title='Get Free Link to your store'  target='_blank'>APPLE STORE</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=bjmoody&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>BETTY MOODY</a><br> From Indiana USA";
quotations[2] = "Stores <a href = 'http://www.aldoshoes.com/australia' title='Get Free Link to your store'  target='_blank'>ALDO SHOES</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=casey&&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>BILLY JONES</a><br> From West Virginia USA";
quotations[3] = "Stores <a href = 'http://www.rampage.com' title='Get Free Link to your store'  target='_blank'>RAMPAGE</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=Exec&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>BRENDA KJIERSDAM</a><br> From Ontario Canada";
quotations[4] = "Stores <a href = 'http://www.premierman.com' title='Get Free Link to your store'  target='_blank'>PREMIERMAN</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=ecominterbiz&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>COLIN WOOD</a><br> From South Australia";
quotations[5] = "Stores <a href = 'http://www.barneys.com' title='Get Free Link to your store'  target='_blank'>BARNEYS NEW YORK</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=kull&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>Agent: DAVID DISOB</a><br> From Alabama USA";
quotations[6] = "Stores <a href = 'http://www.sephora.com' title='Get Free Link to your store'  target='_blank'>SEPHORA USA</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=45450&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>EARLENE M JAMES </a><br> From California USA";
quotations[7] = "Stores <a href = 'http://www.nyandcompany.com' title='Get Free Link to your store'  target='_blank'>NEW YORK & CO </a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=Smilingeorge&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>GEORGE VALENTINE</a><br> From New York USA";
quotations[8] = "Stores <a href = 'http://www.fossil.co.uk' title='Get Free Link to your store'  target='_blank'>FOSSIL</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=jonsav&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>JOHN SAVAGE</a><br> From Woodford Green Essex UK";
quotations[9] = "Stores <a href = 'http://www.americangirl.com' title='Get Free Link to your store'  target='_blank'>AMERICAN GIRL</a><br><br>Livepages Agents <a href = 'http://www.livepages1.com/ldc/agent/affil.php?affil=kathyz&site=ad1' title='Please Visit This Agent Site For More Details'  target='_blank'>KATHY ZELTNER</a><br> From Alabama USA";

function display()
{
a=Math.floor(Math.random()*quotations.length)
document.getElementById('quotation').innerHTML=quotations[a]
setTimeout("display()",2000)
}

//-->
