//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// JAVASCRIPT
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var swfURL= "http://broadent.vo.llnwd.net/o2/subaccount/BroadbandEnterprises/Web/Player/AMEX/OpenSB/300x250/AMEXOpenSB_300x250_1.18.swf?clickTag=http%3A//ad.doubleclick.net/clk%3B190197942%3B24953158%3Bs%3Fhttp%3A//www.openforum.com/eventcenter&clickTag2=http%3A//ad.doubleclick.net/clk%3B191210593%3B25001768%3Bz%3Fhttp%3A//www.openforum.com&autoInit=0&adRotation=NYTimes_Contextual%20Targeted_BBE_300x250";
var retCode = EmbedFlash(swfURL,"300","250", '000000', 'best', 'absmiddle', 'center', 'transparent', 'showall', null, null, null, null, null, null, null);
var trackingFrame = "";
document.write(trackingFrame)
function EmbedFlash(fileName, width, height, bgcolor, quality, align, salign, wmode, scale, play, flashvars, menu, base, devicefont, loop, retType, objName)
{
    var text;
    text = "";
    
    if ((null == bgcolor)||(bgcolor == "")) {
        parambgcolor = "";
        embedbgcolor = "";
    } else {
        parambgcolor = "";
        embedbgcolor = " bgcolor=\"" + bgcolor + "\"";
    }
    
    if ((null == quality)||(quality == "")) {
        quality = "high";
    }
    
    
    if ((null == align)||(align == "")) {
        align = "middle";
    }
    
    if ((null == salign)||(salign == "")) {
        paramsalign = "";
        embedsalign = "";
    } else {
        paramsalign = "";
        embedsalign = " salign=\"" + salign + "\"";
    }
    
    if ((null == wmode)||(wmode == "")) {
        paramwmode = "";
        embedwmode = "";
    } else {
        paramwmode = "";
        embedwmode = " wmode=\"" + wmode + "\"";
    }
    
    if ((null == scale)||(scale == "")) {
        paramscale = "";
        embedscale = "";
    } else {
        paramscale = "";
        embedscale = " scale=\"" + scale + "\"";
    }
    
    if ((null == play)||(play == "")) {
        paramplay = "";
        embedplay = "";
    } else {
        paramplay = "";
        embedplay = " play=\"" + play + "\"";
    }
    
    if ((null == flashvars)||(flashvars == "")) {
        paramflashvars = "";
        embedflashvars = "";
    } else {
        paramflashvars = "";
        embedflashvars = " flashvars=\"" + flashvars + "\"";
    }
    
    if ((null == menu)||(menu == "")) {
        parammenu = "";
        embedmenu = "";
    } else {
        parammenu = "";
        embedmenu = " menu=\"" + menu + "\"";
    }
    
    if ((null == base)||(base == "")) {
        parambase = "";
        embedbase = "";
    } else {
        parambase = "";
        embedbase = " base=\"" + base + "\"";
    }
    
    if ((null == devicefont)||(devicefont == "")) {
        paramdevicefont = "";
        embeddevicefont = "";
    } else {
        paramdevicefont = "";
        embeddevicefont = " devicefont=\"" + devicefont + "\"";
    }
    
    if ((null == loop)||(loop == "")) {
        paramloop = "";
        embedloop = "";
    } else {
        paramloop = "";
        embedloop = " loop=\"" + loop + "\"";
    }
    text +="";
    if(retType=="STRING"){
        return text;
    }
    else{
        document.write(text);
    }
}