var ConstantControl = Class.create();

ConstantControl.prototype = {
 
	initialize : function() {
	
        this.TEST_SERVICE_URL                   = "/XmlWeb/profile/Tests.aspx";
        
        this.PACKAGE_SERVICE_URL                = "/XmlWeb/orders/packagelist.aspx";
        
        this.PACKAGE_PURCHASE_SERVICE_URL       = "/XmlWeb/orders/packagelist.aspx";
        this.PACKAGE_PURCHASE_TEMPLATE_URL      = "/XmlWeb/template/packagesSingleItemTemplate.htm";
        
        this.SCORE_SERVICE_URL                  = "/XmlWeb/result/ResultScore.aspx";
        
        
        this.USER_PROFILE_URL                   = "/XmlWeb/Profile/User.aspx"
        
        this.LOG_OUT_URL                        = "/";
        this.REGISTRATIN_URL                    = "/XmlWeb/Profile/AuthenticateUser.aspx?t=7";
        this.CHECK_USERNAME_URL                 = "/XmlWeb/Profile/AuthenticateUser.aspx?t=2";
        this.DO_LOGIN_URL                       = "/XmlWeb/Profile/AuthenticateUser.aspx?t=1";
        
        this.SITE_TEXT_XML                      = "/xmlweb/SiteText/enGB/text.xml";
        this.TEMPLATE_XML                       = "/xmlweb/SiteText/enGB/template.xml";
        this.RATING_GET                         = "/xmlweb/Rating/get.aspx";
        this.RATING_PUT                         = "/xmlweb/Rating/put.aspx";
       			
        this.REPORT_PATH                        = "/XmlWeb/ReportText/";
	}
}