Javascript feed? Am I mental?

I don’t know if this is even doable, but I want to know, if somehow, I can translate a javascript feed into something I can work with in flash? This is a sample of what is being fed in

document.write("<table class='gigsCalFrame'><tr><td height='25'><table class='gigsCalBorder'><tr><td class='gigsCalpicFrame' rowspan='2'><a href=\"javascript:LaunchPage('http://www.gigstix.com.au/record.asp?lEventID=11761')\"><img src='https://secure.gigstix.com/uploads/55690973A9934A5F9760033B67D3D632.jpg'></a></td><td class='gigsCalCopy'><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><tr><td align='left' valign='top' width='100%'><div class='gigsDate'>Friday 6 Apr</div></td></tr><td align='left' valign='top' width='100%'><a href=\"javascript:LaunchPage('http://www.gigstix.com.au/record.asp?lEventID=11761')\" class='gigsTitle'>Donnie Darko (M)</a></td></tr></table></td></tr><tr><td class='gigsCalCopy2'><div class='gigsSummary'>Screening starts at dusk.<br><br>Whether you see it as lo-fi time-travel sci-fi, or as a moody meditation on how strange and frightening adolescence can seem, you need to see DONNIE DARKO again. Starring a pre-famous Jake Gyllenhaal, a post-famous Patrick Swayze, and a half-forgotten hit list of late '80s synth classics.</div><a href=\"javascript:LaunchPage('http://www.gigstix.com.au/record.asp?lEventID=11761')\" class='gigsMoreInfo'>Click here for more info and tickets</a></td></tr></table>

Am I stupid for even thinking that this could be done? Or is there a way?

Another question, which would probably be easier, would be how can I pull that into flash as a string? If I could get it in as a string, I could then cut everything up and strip out the parts I need?