

var itemCount = 'Items in Basket 0'
document.write(itemCount + '<BR>');

var cText = 'Basket Empty';


document.write(cText);

