/*
Rotating image or text(You can use for changing banners)
Author: Narayan Chand Thakur
Source: http://ncthakur.itgo.com/
This may be used freely as long as this message is intact.
*/
<!--

//you may add your image file or text below
var item=new Array()
item[0]="<a href='http://www.abc.net.au/catalyst/stories/2836752.htm' target='_blank'><img src='http://www.energy.psu.edu/news/images/2010/Ocean Drilling Video_Web.jpg'  width='206' height='143' border='1' alt='Saffers Research Televised in Australia' /></a><a href='../news.html'><h4><font color='#40A249'>Saffer's Research Televised in Australia</font></h4><a href='../news.html' text-decoration='none'><p width='300px'>Demian Saffer, assistant professor, Geosciences, and several other<br> researchers were recently interviewed for a mainstream science <br>show broadcast in Australia. The episode looked at the scientific ...</p></a><p>Date: <font color='#40A249'>April 2010</font></p><p><a href='/news/archive.html'>[ News Archive ]</a></p>"
item[1]="<img src='../../news/images/Song_Chunshan _Jun08_web.jpg' border='1' width='158' height='237' alt='Chunshan Song Wins the 2010 Henry H. Storch Award in Fuel Chemistry from ACS'><h4><font color='#40A249'>Chunshan Song Wins the 2010 Henry H. Storch Award<br> in Fuel Chemistry from ACS</font></h4><a href='../news.html'><p width='300px'>Chunshan Song, distinguished professor of fuel science in the Department<br>of Energy and Mineral Engineering and Director of EMS Energy Institute <br>at Penn State, was selected to receive the Henry H. Storch Award in Fuel...</p></a><p>Date: <font color='#40A249'>April 2010</font></p><p><a href='/news/archive.html'>[ News Archive ]</a></p>"
item[2]="<a href='../news.html'><h4><font color='#40A249'>Upcoming Events</font></h4></a><p width='300px'><strong>May 20, 2010</strong>: <br><a href='http://www.bioenergy.psu.edu/shortcourses/emissionsHealthImpacts_2010.htmlp'> Emissions and Health Impacts of Biomass Combustion</a> short course will be<br> held at the Penn Stater Conference Center Hotel in State College, PA.</p><br><p><strong>June 6-10, 2010</strong>:<br> The <a href='http://www.coaltechnologies.com/pages/call_for_papers.html'>Clearwater Coal Conference</a> will be held in Clearwater, Florida. Abstracts<br> are due January 5, 2010. Visit the Web site for submission details. </p><br><p><strong>August 17 - 19, 2010</strong>:<br>The <a href='http://agsci.psu.edu/apd' target='_blank'>Ag Progress Days</a>, PA's largest outdoor agricultural exposition, will be <br>held at the Russell E. Larson Agricultural Research Center at Rock Springs.</p><br><p><strong>August 22 - 26, 2010</strong>:<br>The <a href='http://portal.acs.org/portal/acs/corg/content?_nfpb=true&_pageLabel=PP_ARTICLEMAIN&node_id=2060&content_id=CNBP_023925&use_sec=true&sec_url_var=region1&__uuid=1bd916bd-4939-43e6-ae54-87aa46a73842' target='_blank'>American Chemical Society Fall 2010 National Meeting & Exposition</a> <br>will be held in Boston, MA.</p><p><a href='/news/archive.html'>[ News Archive ]</a></p>"
var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.layer1.document.write(item[current])
document.layer1.document.close()
}
if(ns6)document.getElementById("div1").innerHTML=item[current]
{
if(document.all){
div1.innerHTML=item[current]
}
}
if (current==2) current=0
else current++
setTimeout("changeItem()",6000)
}
window.onload=changeItem
//-->
