
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

//quotes[0]='<img src="../cont/BH.jpg" width="250" height="46"/>'
quotes[0]='<a href="http://www.bharian.com.my/" target="_blank"><img src="cont/BH_280908.jpg" width="250" height="60" border="0"/></a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])


