var quotes=new Array()

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

quotes[0]='<div style="padding:7px; color:#ffffff;" align="center">Check out one of our latest additions to emagascene.com.<br><br>Live Internet Radio! Check out the <a href="http://www.emagascene.com/v2/music/" class="orange">Music Channel</a> for complete details.</div>'




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

