var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<font face=arial size=2 color=black><a href="http://hrc.org" target="_blank">Human Rights Campaign</a><br><br><a href="http://gay.com/news" target="_blank">Gay.com News</a>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])