 function getgoing()
{
top.location="plants.html";
}
 
if (top.frames.length==0)
{
setTimeout('getgoing()',100);
}

