jQuery(function($) {
    $.getScript("desktopmodules/jquery/flowplayer-3.0.5.min.js", function() {
        var $img=$(".i-flvflash a[href*=.flv] >img");
	$img.parent().width($img.width()).height($img.height()).empty().flowplayer("desktopmodules/jquery/flowplayer-3.0.5.swf");
    });
});