
function cmelc(){
		var myCurrItems = getCookie("myItems");
		alert(myCurrItems);
}

