(function($)

{
    $.g = {
        loading: "Loading...",
        submitSuccess: "Thanks. Your message has beens sent.", //Thanks. Your message has been sent.
        send: "Send", // Send
        cancel: "Cancel", // Cancel
        ok: "OK", // Ok
        isRequiredField: "is a required field.", 
        errorName: "Name",
        errorEmail: "Email", 
        errorYourName: "Your Name", 
        errorYourEmail: "Your Email", 
        errorFriendsName: "Friend's Name", 
        errorFriendsEmail: "Friend's Email",  
        siteTitle: "Transferfactor.com" 
    };        
}

)(jQuery);
