Benchmarking HTML5 vs SVG vs Flash vs Silverlight

This work was inspired and is related to article "HTML5" versus Flash: Animation Benchmarking.  The article compares four web technologies by speed of animation (framerate). Since Silverlight was not included, we decided to add it.
The algorithm for particle animation was taken from the HTML5 page and rewritten for Silverlight. The result is here:

http://silverlightonly.com/v/misc/particDemo.htm

You can define your own number of particles by adding a parameter:
http://silverlightonly.com/v/misc/particDemo.htm?particles=250
http://silverlightonly.com/v/misc/particDemo.htm?particles=500
http://silverlightonly.com/v/misc/particDemo.htm?particles=1000

And here is the Silverlight code: