﻿function get_SCappearance() {
    return SC_APPEARANCE = {
        'NoTravelersSpecifiedTitle': 'Please select the number of adult, senior, child passengers.',
        'NoTravelersSpecifiedMsg': '',
        'UnaccompainedChildrenTitle': 'Tickets for unaccompanied children are not sold online.',
        'UnaccompainedChildrenMsg': '<li>To purchase tickets for unaccompanied children, please visit your local Greyhound station or call 1-800-231-2222</li>',
        'MaxPassengersTitle': 'Maximum tickets per transaction exceeded.',
        'MaxPassengersMsg': '<li>You may purchase only {0} tickets per transaction. If needed, please split your purchase into multiple orders.</li>',
        'CompanionFareTitle': 'To qualify for Companion Fare, you must select at least 2 adult passengers or 1 adult + 1 senior passengers.',
        'CompanionFareMsg': '<li>Please unselect Companion Fare or adjust your number of passengers to qualify for the discount.</li>',
        'StudentAdvantageTitle': 'Student Advantage Number "{0}" is not a valid number.',
        'StudentAdvantageMsg': '<li>Please verify your discount number and try again.</li>',
        'VeteransAdvantageTitle': 'Veterans Advantage Number "{0}" is not a valid number.',
        'VeteransAdvantageMsg': '<li>Please verify your discount number and try again.</li>',
        'WebserviceValidatonError': 'Discount/Promotion Code is invalid.',
        'ODPairNotCachedTitle': 'Limited Fare Finder Origins and Destinations.',
        'ODPairNotCachedMsg': 'Sorry for the inconvenience however you will be redirected to the current <a href="{0}" title="Return to Ticket Center to complete your purchase">Ticket Center</a> to complete your purchase.',        
        'InvalidDate' : 'Please enter a date',
        'InvalidDateTitle' : 'Invalid Date',
        'InvalidDateMsg' : '<li>Please validate your departure and/or your return date.</li>',        
        'ReturnBeforeDepartTitle' : 'Return Date before Departure Date',
        'ReturnBeforeDepartMsg' : '<li>The Return Date you selected is before your selected Departure Date.</li>',         
        'TicketCenterStep2': '../home/ticketcenter/en/step2.asp'
    };
}