first of all, report this tos violation to mochi admins, I'm almost sure links like that are not allowed in descriptions.
inside PAS edit the block_gamelist.php file:
find line containing
"DESCRIPTION" => $resGames[$nCurGame]["description"]
and replace it by this line:
"DESCRIPTION" => strip_tags($resGames[$nCurGame]["description"])