  var surl = document.getElementById('baseurl').value;
  var emailL10n = {
             ajax_url: surl+'/wp-content/plugins/wp-email/wp-email.php',
             max_allowed: "5",
             text_error: "The Following Error Occurs:",
             text_name_invalid: "- Your Name is empty/invalid",
             text_email_invalid: "- Your Email is empty/invalid",
             text_remarks_invalid: "- Your Remarks is invalid",
             text_friend_names_empty: "- Friend Name(s) is empty",
             text_friend_name_invalid: "- Friend Name is empty/invalid: ",
             text_max_friend_names_allowed: "- Maximum 5 Friend Names allowed",
             text_friend_emails_empty: "- Friend Email(s) is empty",
             text_friend_email_invalid: "- Friend Email is invalid: ",
             text_max_friend_emails_allowed: "- Maximum 5 Friend Emails allowed",
             text_friends_tally: "- Friend Name(s) count does not tally with Friend Email(s) count",
             text_image_verify_empty: "- Image Verification is empty"
        }; 
		
		
 function ccc()
       {
        var Sys = {};
        var cccc=document.getElementById("ccc");
        var ua = navigator.userAgent.toLowerCase();
        window.ActiveXObject ? Sys.ie = ua.match(/msie ([\d.]+)/)[1] :
        document.getBoxObjectFor ? Sys.firefox = ua.match(/firefox\/([\d.]+)/)[1] :
        window.MessageEvent && !document.getBoxObjectFor ? Sys.chrome = ua.match(/chrome\/([\d.]+)/)[1] :
        window.opera ? Sys.opera = ua.match(/opera.([\d.]+)/)[1] :
        window.openDatabase ? Sys.safari = ua.match(/version\/([\d.]+)/)[1] : 0;
       
        //以下进行测试
        if(Sys.ie=="6.0")
           {
              alert("This Web Application does not support Internet Explorer 6. ");
           }
       
    }
