function show_video_MaTr3o<br (width, height, autoplay, ret)
{
    var tmp = "<object width='"+width+"' height='"+height+"'>" +
              "<param name='movie' value='http://embed.trilulilu.ro/video/dJtiBy/aee2a5744afe83.swf'></param>" +
              "<param name='allowFullScreen' value='true'></param>" +
              "<param name='allowScriptAccess' value='always'></param>" +
              "<param name='flashvars' value='username=dJtiBy&amp;hash=aee2a5744afe83"+(autoplay?"&amp;autoplay=true":"")+"'></param>" +
              "<embed width='"+width+"' height='"+height+"' " +
              "src='http://embed.trilulilu.ro/video/dJtiBy/aee2a5744afe83.swf' " +
              "type='application/x-shockwave-flash' allowFullScreen='true' allowScriptAccess='always' " +
              "flashvars='username=dJtiBy&amp;hash=aee2a5744afe83"+(autoplay?"&amp;autoplay=true":"")+"'>" +
              "</embed>" +
              "</object>";
    if (ret) return tmp;
    else document.write (tmp);
}

