
var quotes=new Array()

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

quotes[0]='<a class="blog" href="http://stretchinternet.com/blog">Blog</a><br /><p class="date"></p> <br /><p></p>'

quotes[1]='<a class="blog" href="http://stretchinternet.com/blog">Blog</a><br /><p class="date"></p> <br /><p></p>'




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

