function MediaPlayerActivate(html){
    var sHtml = html;

if(sHtml.indexOf('SmsLeftDSay.swf')>=0)
    {
        sHtml=sHtml.replace("<OBJECT  ","<OBJECT  style='margin-top: 10px' ");
    }
    try
    {
        document.write(sHtml);
    }
    catch(e)
    {
        alert('MediaPlayerActivate Error: ' + e.message + ' occurred.'); 
    }
}

function ActivateFlash()
{
/*
    theObjects = document.getElementsByTagName("object");
    for (var i = 0; i < theObjects.length; i++)
    {
        theObjects[i].outerHTML = theObjects[i].outerHTML;
    }
*/
}
