﻿function EmailClickCountAddThisApi() {
    try {   
        PageMethods.countEmailClicks();
    }
    catch (ex) {
        
    }
}

