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'

quotes[1]='<BR><a href="http://shop.amelieboutique.com/index.asp?function=WEBPAGE&id=2" class="news">Who is wearing what...?</a><p>Olivia Rubin Gaudi dress'




  


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