window.onload = init;

function init()
{
    if (top.location.href.indexOf("index.aspx") == -1)
    {
        // alert(document.parent);
        // top.location.href = "index.aspx?page=infocenter.asp";
    }
}
