var quotes=new Array()

quotes[0]='<a href="lancamentos/solaris.php"><img src="images/solaris_destaque.jpg" width="175" height="367" border="0"></a>'

quotes[1]='<a href="lancamentos/yacht_privilege.php"><img src="images/yatch.jpg" width="175" height="367" border="0"></a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
