The Automatic Media Embeding System definitions seems not to be working for eBay anymore.

I'm using 2.5.6 on vB 3.8
Here's the current replacment. Does anyone know hot to fixit? I've tryed several times by now without luck (or knowledge).
Regular expression:
Code:
http://[\w]+\.ebay\.[\w\.]{2,6}/[\w-]+/*[\w-]*/([\d]+)\??[\w&;\.%\#=-]*
Replacement
Code:
<object width="400" height="338">
<param name="movie" value="http://togo.ebay.com/togo/togo.swf?2008013100" />
<param name="flashvars" value="base=http://togo.ebay.com/togo/&lang=en-us&mode=normal&itemid=$p1" />
<embed src="http://togo.ebay.com/togo/togo.swf?2008013100" type="application/x-shockwave-flash" width="400" height="338" flashvars="base=http://togo.ebay.com/togo/&lang=en-us&mode=normal&itemid=$p1"></embed>
</object>
Thanks for reply.