//
// ref = http://www.breitbart.com/video/2008/02/22/nanny-cam-video-shocks-mom/
//
function wral_insert_video_player_2467953 (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="_2467953"'
                    + ' 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%2F2467953%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%2F2467953%2F%3Fversion%3Dfpconfig-embed%27%7D" /' + '>'
                    + '<' + 'param name="allowfullscreen" value="true" /' + '>'
                    + '<' + 'param name="allowscriptaccess" value="always" /' + '>'
                    + '<' + 'param name="index" value="-1" /' + '>'
                    + '<' + '/object>');

}
