﻿<!--
    function premiumStatComponent(applicationSubPath) {    
        this.applicationSubPath = applicationSubPath;
        
        function add() {  
            wsComponent.sendRequest(applicationSubPath + '/Community/WebServices/PremiumStatService.asmx', 'Add', '', true, wsComponent.execOnSuccess(addCallback));
        }        
        
        function addCallback(xmlHttpReq) {       
        }
         
        this.add = add;
    }   
//-->
