ahh, i didnt keep them, here is the timer filter if you like to try it yourself:
[Patterns]
Name = "New Load Timer v2.0 Part Ib (Slime)"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 7
Match = "<start>"
Replace = "<script>\r\n"
"var pxst = new Date();\r\n"
"function endT() {\r\n"
"var pxet = new Date();\r\n"
"document.title=(' Load Time: '+(pxet.getTime()-pxst.getTime())/1000+' second(s)');\r\n"
"}\r\n"
"</script>\r\n"
"$STOP()"
Name = "New Load Timer v2.0 Part II"
Active = TRUE
URL = "$TYPE(htm)"
Limit = 5
Match = "<end>"
Replace = "<script>\r\n"
"window.onload=endT;\r\n"
"</script>\r\n"
"$STOP()"