Ok try this get the url of the website using any of the methods descrobed below and then grab the soucre code of the file
example :
$fp = @fopen("http://$url2", "r") or die( "Error opening file<br>");
$content = fread($fp, 1000);
You can then search for the time open and close tags and grab the text in between.
PS: The simplest way is to use javascript.
I hope this helps.
Cheers,
Kunal
PhoenixAmis.com.au