//*****Rates Go Below******

function AsOfDate()
{
    return "03/12/2010";
}

function _30YearFixedConventional()
{
    return "4.875%";
}

function _15YearFixedConventional()
{
    return "4.25%";
}

function _VA_FHA_30Year_Fixed()
{
    return "5.25%";
}

function _31ArmConventional()
{
    return "3.875%";
}

function _51ArmConventional()
{
    return "3.875%";
}

function _30InterestOnly()
{
    return "4.5%";
}

function _Investment()
{
    return "5.375%";
}

function _Private()
{
    return "12.0%";
}

//*****APR Go Below******


function _30YearFixedConventionalAPR()
{
    return "4.959%";
}

function _15YearFixedConventionalAPR()
{
    return "4.393%";
}

function _VA_FHA_30Year_FixedAPR()
{
    return "5.336%";
}

function _31ArmConventionalAPR()
{
    return "6.843%";
}

function _51ArmConventionalAPR()
{
    return "7.102%";
}

function _30InterestOnlyAPR()
{
    return "6.681%";
}

function _InvestmentAPR()
{
    return "5.400%";
}

function _PrivateAPR()
{
    return "13.082%";
}