function showvdepts() { document.write('Recently Viewed Departments
• Fiberglass Plant Containers

'); return; } function showvitems() { document.write('Recently Viewed Items
• Silk Long Danica Green Vine, Double

• 13" Silk Cedar Round Bush

• Silk Holland Variegated Ivy, Single

• 7\' Silk Ficus Deluxe Tree, Burgundy

'); 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;