function showplayer(g){var e=0,a=0,f="",d="",c="",b="";e=$("#"+g).find(".width").html();a=$("#"+g).find(".height").html();f=$("#"+g).find(".wmode").html();d=$("#"+g).find(".allowFullScreen").html();c=$("#"+g).find(".FlashVars").html();if(d){$fs_param='<param name="allowFullScreen" value="'+d+'" />'}$("#player_holder").html("").css({"background-color":"#333333",opacity:0}).animate({width:e,height:a,opacity:1},300,"swing",function(){$(this).html('<object type="application/x-shockwave-flash" data="http://www.hazewheels.com/fr.php?pf=player_flv.swf" width="'+e+'" height="'+a+'"><param name="movie" value="http://www.hazewheels.com/fr.php?pf=player_flv.swf" /><param name="wmode" value="'+f+'" />'+b+'<param name="FlashVars" value="'+c+'" /></object>')});return false}$(document).ready(function(){$(".mplayer").each(function(){var e="",f=0,a=0,g="",d="",c="",b;f=$(this).find(".width").html();a=$(this).find(".height").html();g=$(this).find(".wmode").html();d=$(this).find(".allowFullScreen").html();c=$(this).find(".FlashVars").html();if(d.length>0){$fs_param='<param name="allowFullScreen" value="'+d+'" />'}$(this).html('<object type="application/x-shockwave-flash" data="http://www.hazewheels.com/fr.php?pf=player_flv.swf" width="'+f+'" height="'+a+'"><param name="movie" value="http://www.hazewheels.com/fr.php?pf=player_flv.swf" /><param name="wmode" value="'+g+'" />'+b+'<param name="FlashVars" value="'+c+'" /></object>')});$(".medias_sub .item").find("a[href$=.flv],a[href$=.mp4],a[href$=.mp3],a[href$=.FLV],a[href$=.MP4],a[href$=.mp3]").click(function(){var a=$(this).parent().find(".tomplayer").attr("id");showplayer(a);return false});$(".medias_sub .item").find("a img").click(function(){$("#player_holder").html("").css({height:0})})});
