// JavaScript Document


<!--
var step=1
var whichimage=1
function slideit(){
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
whichimage=step
if (step<6)
step++
else
step=1
setTimeout("slideit()",1800)
}
slideit()
function slidelink(){
if (whichimage==1)
window.location="http://www.punemate.com/2009/06/help-stop-world-hunger.html"
else if (whichimage==2)
window.location="http://www.punemate.com/2009/06/help-stop-world-hunger.html"
else if (whichimage==3)
window.location="http://www.punemate.com/2009/06/help-stop-world-hunger.html"
else if (whichimage==4)
window.location="http://www.punemate.com/2009/06/help-stop-world-hunger.html"
else if (whichimage==5)
window.location="http://www.punemate.com/2009/06/help-stop-world-hunger.html"

}
//-->

