<% dim strBrowser dim intWidth, intHeight dim strUserAgent strUserAgent = Request.ServerVariables("HTTP_USER_AGENT") ' If you need to see what is actually being returned, enable these writes ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 'response.write "User Agent: " & strUserAgent & "
" 'response.write "Broswer Detected: " & strBrowser & "
" 'response.write "Browser Version: " & strVersion & "
" 'response.write "
" if inStr(1,strUserAgent,"MSIE") > 1 then strBrowser = "IE" intWidth = "100%" intHeight = "100%" intBorder = 1 else strBrowser = "NS" intWidth = "775" intHeight = "491" intBorder = 0 end if %> Good Bread House


Good Bread House

Good Bread House

209 Osborne Street
St. Marys, Georgia 31558
877-205-1453




Pet Friendly




Your Host

Mardja Gray
Mardja Gray

Goodbread Proprietor and Host Mardja is the perfect combination of a Steel Magnolia and highly-honored Sweet Potato Queen (she can explain). Mardja's passion for pampering her guests and making them truly feel at home is renowned. As a Certified Myers-Briggs Specialist, she has the unique talent of making an immediate connection to a guest's personal style – how they like to communicate, and other individual preferences. Mardja's personal mission is to send every Goodbread guest home with a burning desire to come back real soon, and The Goodbread House's envied history of repeat visitors bears out her successful track record of doing so.









Cancellation Policy
"Cancellations must be made 72 hours in advance. Otherwise guaranteed room rate will be charged to credit card. Emergencies and unusual circumstance are always taken into consideration if notified."

Website Development By: James Royce  |  Problem?: Contact The Webmaster
Today is
|
<% ' Begin code to get the last modified date of the current document ' Get the location of the root directory for the server file_info = request.servervariables("appl_physical_path") ' Get the location of the current file on the server file_info = file_info + right(request.servervariables("script_name"),(len(request.servervariables("script_name"))-1)) ' create a file scripting object on the server set fso = createobject("scripting.filesystemobject") ' Assign a variable to contain the document date last modified document_date=fso.getfile(file_info).datelastmodified response.write "Last Modified " response.write monthname(month(datevalue(document_date))) &" "& day(datevalue(document_date)) &", "& year(datevalue(document_date)) ' End code to get the last modified date of the current document %>