//*****Rates Go Below******

function AsOfDate()
{
    return "01/31/12";
}

function _30YearFixedConventional()
{
    return "3.75%";
}

function _15YearFixedConventional()
{
    return "3.25%";
}

function _VA_30Year_Fixed()
{
    return "3.75%";
}

function _31ArmConventional()
{
    return "3.125%";
}

function _51ArmConventional()
{
    return "2.875%";
}

function _71ArmConventional()
{
    return "3.50%";
}

function _Investment()
{
    return "4.125%";
}

function _Private()
{
    return "12.0%";
}

//*****APR Go Below******


function _30YearFixedConventionalAPR()
{
    return "3.825%";
}

function _15YearFixedConventionalAPR()
{
    return "3.395%";
}

function _VA_30Year_FixedAPR()
{
    return "3.950%";
}

function _31ArmConventionalAPR()
{
    return "7.949%";
}

function _51ArmConventionalAPR()
{
    return "6.499%";
}

function _71ArmConventionalAPR()
{
    return "7.090%";
}

function _InvestmentAPR()
{
    return "4.203%";
}

function _PrivateAPR()
{
    return "13.082%";
}
