
var ContentHandler = new function(){

	this.ItemAddedToCart = "The article was added to the cart";
	this.ItemsAddedToCart = "The articles were added to the cart";
	this.CompactCartText = "";
	this.CompactFavoriteText = "";
	
}