<!--
status_text();function status_text()
{window.status="<?php echo STATUS_SHOPPING_CART_CONTAINS . $cart->count_contents() . ($cart->count_contents() == "1" ? STATUS_ITEM : STATUS_ITEMS); echo STATUS_CART_COST . $currencies->format($cart->show_total());
Echo STATUS_INC_FAT . STATUS_SHIPPING_WEIGHT . $cart->show_weight() . ($cart->show_weight() == "1" ? STATUS_KG : STATUS_KGS);?> ]";setTimeout("status_text()",100);}
-->