function initEb()
{
    if(location.protocol=="https:")
    {
        document.getElementById('expertbuttonbg').innerHTML='<object id="expertbutton" data="https://ssl.expert-button.de/flash/secure/secure_expert_button_as3.swf?ssl=1" type="application/x-shockwave-flash" height="1" width="1"><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="false"/><param name="movie" value="https://ssl.expert-button.de/flash/secure/secure_expert_button_as3.swf?ssl=1"/><param name="quality" value="high"/><param name="wmode" value="transparent"/></object>' + document.getElementById('expertbuttonbg').innerHTML;
    }
    else
    {
        document.getElementById('expertbuttonbg').innerHTML = '<object id="expertbutton" data="http://www.expert-button.de/flash/secure/secure_expert_button_as3.swf" type="application/x-shockwave-flash" height="1" width="1"><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="false"/><param name="movie" value="http://www.expert-button.de/flash/secure/secure_expert_button_as3.swf"/><param name="quality" value="high"/><param name="wmode" value="transparent"/></object>' + document.getElementById('expertbuttonbg').innerHTML;
        
    }
}
function addOnload(onloadNew)
{
    if(window.addEventListener)
    {
        window.addEventListener("load", onloadNew, false);
    }
    else if(window.attachEvent)
    {
        window.attachEvent("onload", onloadNew);
    }
    else
    {
        var onloadOld=window.onload;
        window.onload=function()
        {
            if(onloadOld)
            {
                onloadOld();
            }
            onloadNew();
        };
    }
}
addOnload(initEb);
