var quotes=new Array()

quotes[0]='<BR><a href="http://shop.amelieboutique.com/index.asp?function=WEBPAGE&id=2" class="news"><b>NEWSLETTER</b></a><p>Sign up to hear about new arrivals and promotions'






  


							  
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

