if(typeof BeaconfireCasey == "undefined") BeaconfireCasey={};
if(typeof BeaconfireCasey.layouts == "undefined") BeaconfireCasey.layouts={};
BeaconfireCasey.layouts.Interior_class = function() {};
Object.extend(BeaconfireCasey.layouts.Interior_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PubsInCart: function() {
		return this.invoke("PubsInCart", {}, this.PubsInCart.getArguments().slice(0));
	},
	GetServerTime: function() {
		return this.invoke("GetServerTime", {}, this.GetServerTime.getArguments().slice(0));
	},
	AddToCart: function(pubguid) {
		return this.invoke("AddToCart", {"pubguid":pubguid}, this.AddToCart.getArguments().slice(1));
	},
	RemoveFromCart: function(pubguid) {
		return this.invoke("RemoveFromCart", {"pubguid":pubguid}, this.RemoveFromCart.getArguments().slice(1));
	},
	CartCount: function() {
		return this.invoke("CartCount", {}, this.CartCount.getArguments().slice(0));
	},
	url: '/ajaxpro/BeaconfireCasey.layouts.Interior,AECF531.ashx'
}));
BeaconfireCasey.layouts.Interior = new BeaconfireCasey.layouts.Interior_class();

