"); //TOINEN ELEMENTTI $File=file($StatURL); $Counter = 29; $FileSize=sizeof($File); while($Counter < $FileSize) { print($File[$Counter]); $Counter++; } $Counter = 0; print("


"); //KOLMAS ELEMENTTI $File=file($StatChan); $FileSize=sizeof($File); $Counter = 5; while($Counter < ($FileSize-1)) { print($File[$Counter]); $Counter++; } $Counter = 0; print("


"); ?>