
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='Get Unique Catalogs &amp;<br>Great Savings from <a href=http://www.catalogsavings.com/default.asp?from=mag target=new><b>CatalogSavings.com</b></a>'

quotes[1]='Get Unique Catalogs &amp;<br>Great Savings from <a href=http://www.catalogsavings.com/default.asp?from=mag target=new><b>CatalogSavings.com</b></a>'

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