﻿var Namespace={Register:function(A){var B=false;var C="";var E=A.split(".");for(var D=0;D<E.length;D++){if(C!=""){C+="."}C+=E[D];B=this.Exists(C);if(!B){this.Create(C)}}if(B){throw"Namespace: "+A+" is already defined."}},Create:function(_Src){eval("window."+_Src+" = new Object();")},Exists:function(_Src){eval("var NE = false; try{if("+_Src+"){NE = true;}else{NE = false;}}catch(err){NE=false;}");return NE}};Namespace.Register("AMV.JavaScript.Logic.Utilities");Namespace.Register("AMV.JavaScript.Logic.Utilities.Paging");Namespace.Register("AMV.JavaScript.Logic.Utilities.Error");Namespace.Register("AMV.JavaScript.Logic.Contact");Namespace.Register("AMV.JavaScript.Logic.Contact.Newsletter");Namespace.Register("AMV.JavaScript.Logic.Interested");Namespace.Register("AMV.JavaScript.Logic.Survey");Namespace.Register("AMV.JavaScript.Logic.Shop");Namespace.Register("AMV.JavaScript.Logic.Order");
