
var $j = jQuery;
$j(document).ready(function() {

   // Any link with the media class will detect the
   // file value from the href tag and properly 
   // embed the media using jquery.media.js
   $j('a.media').media({flashvars:{skin:"/flash/video/skins/default.swf"}});   
});