%
'### reply.asp, sendreply.asp
Const strText_ProxyIP = "Your Proxy Server IP Address is:"
Const strText_YourIPAddress = "Your IP Address is:"
Const strText_SendToFriend = "Send To a Friend"
Const strText_HeadFriend = "Please enter your name, email, your friend's email and message to forward this link to a friend. "
Const strText_ForwardtoFriend = "Forward to a Friend"
Const strText_FormToFriend = "This form can only be used to forward ad link to your friends."
Const strText_Unsolicited = "Sending unsolicited email advertisements is strictly prohibited!"
Const strText_HeadReply = "Please enter your name, email and message to reply to ad author."
Const strText_FormReply = "This form can only be used for reply to ad author."
Const strText_SendReply = "Send Reply"
Const strText_HeadContact = "Please enter your name, email and message to contact us."
Const strText_FormToContact = "This form can only be used to contact "
Const strText_AllFieldsRequired = "All fields are required."
Const strText_YourName = "Your Name"
Const strText_YourEmail = "Your Email"
Const strText_FriendEmail = "Friend's Email"
Const strText_YourMessage = "Your Message"
Const strText_Length = "Length"
Const strText_CopyYourself = "Copy to Yourself "
Const strText_FieldsEmpty = "One of the required fields is empty!"
Const strText_TheMessagecontains = "The Message contains"
Const strText_OnlyAllowed = "characters. Only 500 allowed. Please revise!"
Const strText_EmailInvalid = "Email format is invalid!"
Const strText_CannotComplete = "Cannot Complete!"
Const strText_ReplyToYourAd = "Reply to your ad: "
Const strText_YouVeGotMail = "You've got a reply to your ad at "
Const strText_YourAdTitle = "Your Ad Title: "
Const strText_YourAdURL = "Your Ad URL: "
Const strText_SenderName = "Sender Name: "
Const strText_SenderEmail = "Sender Email: "
Const strText_SenderMessage = "Sender Message"
Const strText_YourMessageSent = "your message has been sent to the ad author. "
Const strText_ThankYou = "Thank you "
Const strText_YourMessageSentUs = "Your message has been sent to us."
Const strText_YourFriend = "Your Friend "
Const strText_SentYouThisLink = " sent you this link"
Const strText_Hello = "Hello!"
Const strText_ToAdPosted = " to the ad posted at "
Const strText_AdName = "Ad Name: "
Const strText_AdURL = "Ad URL: "
Const strText_Message = "Message: "
Const strText_YourMessageForwarded = "Your message has been forwarded to "
Const strText_COPY = " (COPY)"
%>