function findTotalStorage()
{
//total lake storage - percent (up to 2 decimal places)
return '83';
}

function findAvgStorage()
{
//Avg lake storage - percent (up to 2 decimal places)
return '79.4';
}

function findJRFlow()
{
//James River Flow from yesterday
return '0';
}

function findLevelsMcDaniel()
{
//lake levels
return '+0.12';
}

function findLevelsFellows()
{
//lake levels
return '-8.01';
}

function findPumpage()
{
//total pumpage - combined
return '32.38';
}

function findRecordPumpage()
{
//record pumpage
return '59.41';
}

function findRecordPumpageDate()
{
//record pumpage
return '08/13/2007';
}

function findSources()
{
//determine the water sources for previous day
return 'Fellows Lake, Fulbright Springs, McDaniel Lake, System Well # 12, Well # 1';
}

function findUpdateTime()
{
//the update time from the vb pgm
return '09/03/2010 07:37 AM';
}
