Site.Lang = 
{   
    S_FIELD_HINT: "Enter search term",

    ERRORS: 
    {
        SEARCH_EMPTY: "Please enter a search term",
        SK_EMPTY:   "Please enter a search keyword",
        MAXIMUM_BID_EMPTY: "Please enter a maximum bid",
        AGREE_UNCHECKED: "Before submitting a maximum bid, please read the information listed under 'Important Information', and indicate that you agree to the terms therein.",
        NO_PASSWORD: "You must enter a password",
        NO_LOGIN_NAME: "You must enter a username or email address",
        NO_ANTICIPATED_BID: "You must enter your anticipated purchase level",
        NO_AGREE_ANTICIPATED_BID: "You must agree to the Online Terms of Use"
    },
    
    CONFIRM:
    {
        WIDGET_LIST_LOTS_BIDS_REMOVE:           "Remove Tracked Item:\nAre you sure you wish to remove this item from your tracked lots and bids?",
        WIDGET_LIST_AUCTION_PANELS_REMOVE:      "Remove Calendar Event:\nAre you sure you wish to remove this auction from your calendar?",
        WIDGET_LIST_AUCTIONS_REMOVE:            "Remove Calendar Event:\nAre you sure you wish to remove this auction from your calendar?",
        WIDGET_LIST_INTERESTS_REMOVE:           "Remove Interests:\nAre you sure you wish to remove this item from your interests?"
    }
};