<% 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




Contact Us

  We'd REALLY like to hear from you. Give us a call at 877-205-1453 or 912-882-7490 for reservations or questions, or email to info@goodbreadhouse.com  


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 %>