/* Minification failed. Returning unminified contents.
(1,10): run-time error CSS1031: Expected selector, found 'usqconv('
(1,10): run-time error CSS1025: Expected comma or open brace, found 'usqconv('
 */
function usqconv(StrIn) {
    var a = new String();
    a = StrIn;
    a = a.replace('--*A*--', '&#64;');
    a = a.replace('--*D*--', '.')
    a = a.replace('--*D*--', '.')
    a = a.replace('--*D*--', '.')
    a = a.replace('--*D*--', '.')
    a = a.replace('--*D*--', '.')
    a = a.replace('--*D*--', '.')
    

    var html = "";
    html = '<a href="ma';
    html += 'il';
    html += 'to:';
    html += a;
    html += '">';
    html += a;
    html += '</a>';
    try {
        document.write(html);
        
    }
    catch (e) {
        //document.write(html);
    }
}
