//
// ref = http://www.breitbart.com/video/2009/03/29/six-dead-police-officer-among-wounded-in-shooting-at-north-carolina-nursing-home/
//
function wral_insert_video_player_4838236 (w, h, bgcolor)
{
    if (!w) w = 576;
    if (!h) h = 324 * (w / 576);  // scale proportionally
    if (!bgcolor)  bgcolor = "#ffffff";

    document.write ('<' + 'object width="' + w + '" height="' + h + '"'
                    + ' id="_4838236"'
                    + ' data="http://wwwcache.wral.com/presentation/v3/scripts/vendor/flowplayer/flowplayer.commercial-3.2.18-wral.swf?v=20140210a&config=%7B%27plugins%27%3A%7B%7D%2C%27url%27%3A%27http%3A%2F%2Fwww.wral.com%2Fnews%2Flocal%2Fvideo%2F4838236%2F%3Fversion%3Dfpconfig-embed%27%7D"'
                    + ' type="application/x-shockwave-flash"' + '>'
                    + '<' + 'param name="movie" value="http://wwwcache.wral.com/presentation/v3/scripts/vendor/flowplayer/flowplayer.commercial-3.2.18-wral.swf?v=20140210a&config=%7B%27plugins%27%3A%7B%7D%2C%27url%27%3A%27http%3A%2F%2Fwww.wral.com%2Fnews%2Flocal%2Fvideo%2F4838236%2F%3Fversion%3Dfpconfig-embed%27%7D" /' + '>'
                    + '<' + 'param name="allowfullscreen" value="true" /' + '>'
                    + '<' + 'param name="allowscriptaccess" value="always" /' + '>'
                    + '<' + 'param name="index" value="-1" /' + '>'
                    + '<' + '/object>');

}
