//*****Rates Go Below******

function AsOfDate()
{
    return "09/07/2010";
}

function _30YearFixedConventional()
{
    return "4.25%";
}

function _15YearFixedConventional()
{
    return "3.75%";
}

function _VA_30Year_Fixed()
{
    return "4.375%";
}

function _31ArmConventional()
{
    return "3.25%";
}

function _51ArmConventional()
{
    return "3.25%";
}

function _71ArmConventional()
{
    return "3.5";
}

function _Investment()
{
    return "4.75%";
}

function _Private()
{
    return "12.0%";
}

//*****APR Go Below******


function _30YearFixedConventionalAPR()
{
    return "4.393%";
}

function _15YearFixedConventionalAPR()
{
    return "3.895%";
}

function _VA_30Year_FixedAPR()
{
    return "4.459%";
}

function _31ArmConventionalAPR()
{
    return "7.184%";
}

function _51ArmConventionalAPR()
{
    return "6.499%";
}

function _71ArmConventionalAPR()
{
    return "6.064%";
}

function _InvestmentAPR()
{
    return "4.834%";
}

function _PrivateAPR()
{
    return "13.082%";
}