var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.


quotes[0]='<img border="0" src="/code/js/14.jpg" width="185" height="285" alt="The results-based code requires that cutblocks, such as this one in the Sunshine Coast Forest District, retain a certain number of trees to promote biodiversity values.">'

quotes[1]='<img border="0" src="/code/js/2.jpg" width="185" height="285" alt="The results-based Forest Practices Code requires that cutblocks, such as this one in the Sunshine Coast Forest District, retain a certain number of trees to promote biodiversity values.">'

quotes[2]='<img border="0" src="/code/js/3.jpg" width="185" height="285" alt="Under the results-based code, ecologically suitable wildlife trees must be retained.">'

quotes[3]='<img border="0" src="/code/js/5.jpg" width="185" height="285" alt="Sustainable forestry practices have helped preserve the beauty of the Klinaklini Valley.">'

quotes[4]='<img border="0" src="/code/js/6.jpg" width="185" height="285" alt="Riparian protection is a key value under the results-based code.">'

quotes[5]='<img border="0" src="/code/js/8.jpg" width="185" height="285" alt="Moose habitat retention in the Knight Inlet area.">'

quotes[6]='<img border="0" src="/code/js/9.jpg" width="185" height="285" alt="Variable retention timber harvesting using a feller buncher on West Thurlow Island.">'

quotes[7]='<img border="0" src="/code/js/10.jpg" width="185" height="285" alt="Riparian zone buffers, which will continue to be required under the results-based code, in the Vancouver River area.">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
