// NebuCart - The JavaScript Shopping Cart
// by Nebulus Designs
//
// Copyright 1999-2001 all rights reserved.

// None of this script may be redistributed or sold
// without the authors express consent.
// Violations of copyright will be prosecuted.

// If you would like to use NebuCart,
// email us at nebucart@nebulus.org
// or visit http://nebucart.nebulus.org

// ********************************************
// NebuCart Cart Detection                    *
// ********************************************
// DO NOT CHANGE ANYTHING BELOW THIS LINE!    *
// ********************************************

var cartDetect = Cart;
if(cartDetect.length == 0){
	document.write('<br><font face=arial,helvetica><b><i>');
	document.write('Your Shopping Cart is currently empty.');
	document.write('</b></i></font><br>');
}