function iStatus(oframe)
{
    try {
        if (document.all) {
            if (oframe.readyState == "complete") {
                window.location.href = "#microsite-top";
            }
        }
        else {
            window.location.href = "#microsite-top";
        }
    }
    catch(e){}
}


