function showvdepts() { document.write(' '); return; } function showvitems() { document.write('Recently Viewed Items
• Shelf Basket- Silk Long Pothos Vine, Double

• 8"X7" "Phoenix" Fiberglass Container, Matte Black

• 6\' Silk Ficus Deluxe Tree, Burgundy

• 15" Fishbowl Fiberglass Container

'); return; } function showdate() { document.write('Monday, September 06, 2010'); return; } function welcomeback() { document.write(' '); return; } function stopRKey(evt) { var evt = (evt) ? evt : ((event) ? event : null); var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null); if ((evt.keyCode == 13) && (node.type=="text")) { return false; } } document.onkeypress = stopRKey;