
var quotes=new Array()

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

quotes[0]='<a href="http://www.marketingsoftware.it">marketing software</a><br>Dont forget to visit our new <a href="http://www.lanw.com/news/index.php">Programmers NewsBlog</a>'


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