string headerRegex = "(?<=ti8 fc_3333'>)[^<]{10,}";

string textRegex = "(?<=528 class='break'>)[^/]*</td></tr>";

MatchCollection mcHeader;

MatchCollection mcText;

[em1]