
var quotes=new Array()

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

quotes[0]='<img src="http://www.footbikeusa.com/images/random/giftCard_coming.png" width="300" height="147" border="0">'
quotes[1]='<img src="http://www.footbikeusa.com/images/random/cereal_coming.png" width="300" height="147" border="0">'
quotes[2]='<a href="http://www.footbikeusa.com/thecafe/"><img src="http://www.footbikeusa.com/images/random/cafe.png" width="300" height="147" border="0"></a>'




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