if ( Cart_is_empty()) {
document.write('Your cart is empty.');
} else {
document.write('You Have<br /><span style="color:#900;">');
Print_total_products(true);
document.write('<\/span><br />in your cart,<br />');
document.write('at a cost of<br /><span style="color:#900"> ');
Print_total(true);
document.write('</span><br /><br /><a href="http://www.kamya.com/managecart.html"><img src="http://www.kamya.com/viewcart.gif" height="19" width="79" border="0" /></a>');
}

