function toggleFlashAdIframe(turn_on)
{
    var theIframe = document.getElementById('flash_ad_overlap').getElementsByTagName('iframe');
    theIframe = (theIframe.length != 0) ? theIframe[0] : null;

    if (theIframe != null)
    {
        if (turn_on)
        {
            theIframe.style.display = 'inline';
        }
        else
        {
            theIframe.style.display = 'none';
        }
    }
}
var movieId = "player";
var movieSrc = "http://u.univision.com/contentroot/uol/art/systemimages/channel/30deportes/images/nfl/nfl_scoreboard_sm.swf";
var movieWidth = "770";
var movieHeight = "120";
var altImgSrc = "";
var altLinkURL = "http://www.macromedia.com/go/getflashplayer";
var windowMode = "opaque";