if(typeof AWV == "undefined") AWV={};
if(typeof AWV.view == "undefined") AWV.view={};
AWV.view_class = function() {};
Object.extend(AWV.view_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToCart: function(PricingTierID, MasterClipID) {
		return this.invoke("AddToCart", {"PricingTierID":PricingTierID, "MasterClipID":MasterClipID}, this.AddToCart.getArguments().slice(2));
	},
	url: '/ajaxpro/AWV.view,AWV.ashx'
}));
AWV.view = new AWV.view_class();

