<!-- Begin
var theImages = new Array()
theImages[0] = '<table width="360" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="images/pic_can.jpg" width="160" height="315" alt="" border="0"></td><td height="350"><img src="images/pic_stamp_2007.gif" width="350" height="158" alt="" border="0"></td><td rowspan="3"><img src="images/spacer.gif" width="200" height="158" alt="" border="0"></td></tr><tr><td colspan="2" height="8"></td></tr><tr><td colspan="2" class="dyk_text"><b class="dyk_title">DID YOU KNOW?</b><br>You could run a television for nearly three hours from the energy saved by recycling just one aluminum can. &nbsp; <BR><b class="dyk_title">What are you doing to recycle?</b></td></tr></table><br>'
theImages[1] = '<table width="360" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="images/pic_mayo.jpg" width="178" height="315" alt="" border="0"></td><td height="350"><img src="images/pic_stamp_2007.gif" width="350" height="158" alt="" border="0"></td><td rowspan="3"><img src="images/spacer.gif" width="180" height="158" alt="" border="0"></td></tr><tr><td colspan="2" height="8"></td></tr><tr><td colspan="2" class="dyk_text"><b class="dyk_title">DID YOU KNOW?</b><br>Most bottles and jars contain at least 25 percent recycled glass. Glass never wears out - it can be recycled forever. &nbsp; <BR><b class="dyk_title">What are you doing to recycle?</b></td></tr></table><br>'
theImages[2] = '<table width="360" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="images/pic_milk.jpg" width="201" height="315" alt="" border="0"></td><td height="350"><img src="images/pic_stamp_2007.gif" width="350" height="158" alt="" border="0"></td><td rowspan="3"><img src="images/spacer.gif" width="180" height="158" alt="" border="0"></td></tr><tr><td colspan="2" height="8"></td></tr><tr><td colspan="2" class="dyk_text"><b class="dyk_title">DID YOU KNOW?</b><br>Plastics account for 8 percent of landfill waste by weight, but 20 percent by volume. &nbsp; <BR><b class="dyk_title">What are you doing to recycle?</b></td></tr></table><br>'
theImages[3] = '<table width="360" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="images/pic_monitor.jpg" width="244" height="315" alt="" border="0"></td><td height="350"><img src="images/pic_stamp_2007.gif" width="350" height="158" alt="" border="0"></td><td rowspan="3"><img src="images/spacer.gif" width="180" height="158" alt="" border="0"></td></tr><tr><td colspan="2" height="8"></td></tr><tr><td colspan="2" class="dyk_text"><b class="dyk_title">DID YOU KNOW?</b><br>Computers contain reusable and recyclable materials like steel, glass, plastic and precious metals, but only 13 percent of the 20 million computers that became obsolete in 1998 were recycled or reused. &nbsp; <BR><b class="dyk_title">What are you doing to recycle?</b></td></tr></table><br>'
theImages[4] = '<table width="360" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="images/pic_newspaper.jpg" width="298" height="315" alt="" border="0"></td><td height="350"><img src="images/pic_stamp_2007.gif" width="350" height="158" alt="" border="0"></td><td rowspan="3"><img src="images/spacer.gif" width="140" height="158" alt="" border="0"></td></tr><tr><td colspan="2" height="8"></td></tr><tr><td colspan="2" class="dyk_text"><b class="dyk_title">DID YOU KNOW?</b><br>Recycled newspaper can be de-inked and made into newspaper again, and is also used in home insulation materials, animal bedding, compost material and fuel. &nbsp; <BR><b class="dyk_title">What are you doing to recycle?</b></td></tr></table><br>'
theImages[5] = '<table width="360" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="images/pic_oil.jpg" width="152" height="315" alt="" border="0"></td><td height="350"><img src="images/pic_stamp_2007.gif" width="350" height="158" alt="" border="0"></td><td rowspan="3"><img src="images/spacer.gif" width="180" height="158" alt="" border="0"></td></tr><tr><td colspan="2" height="8"></td></tr><tr><td colspan="2" class="dyk_text"><b class="dyk_title">DID YOU KNOW?</b><br>Used oil can be "re-refined" over and over without compromising the quality of the lubricant. Oil does not degrade, it just gets dirty. &nbsp; <BR><b class="dyk_title">What are you doing to recycle?</b></td></tr></table><br>'
theImages[6] = '<table width="360" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="images/pic_tire.jpg" width="298" height="315" alt="" border="0"></td><td height="350"><img src="images/pic_stamp_2007.gif" width="350" height="158" alt="" border="0"></td><td rowspan="3"><img src="images/spacer.gif" width="140" height="158" alt="" border="0"></td></tr><tr><td colspan="2" height="8"></td></tr><tr><td colspan="2" class="dyk_text"><b class="dyk_title">DID YOU KNOW?</b><br>Automobile tires can be on the road again when they are recycled into rubberized asphalt. &nbsp; <BR><b class="dyk_title">What are you doing to recycle?</b></td></tr></table><br>'

// do not edit anything below this line
var j = 0;
var p = theImages.length;
var preBuffer = new Array();
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write(''+theImages[whichImage]+'');
}
//  End -->

