function showvdepts()
{
document.write('Recently Viewed Departments
Videos

Books

');
return;
}
function showvitems()
{
document.write('Recently Viewed Items
Intestinal Formula

Cell Zyme

Colon Therapy

Vanilla Protein Powder

');
return;
}
function showdate()
{
document.write('Thursday, September 09, 2010');
return;
}
function welcomeback()
{
document.write(' ');
return;
}