
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<a href="http://lms.vulhr.com" target="_blank"><img src="adp/img/half-banner-a833.gif" width="234" height="60" border="0"></a>'
quotes[1]='<a href="http://lms.vulhr.com" target="_blank"><img src="adp/img/half-banner-a834.gif" width="234" height="60" border="0"></a>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]+"<br><br><a href='../ad/index.asp' target='_blank'>Our Advertising ogram </a>")
