<%@ LANGUAGE="JSCRIPT" %> <% directoryPath = Server.MapPath(Request.ServerVariables("PATH_INFO")); directoryPath = directoryPath.split(/[^\\]+\.asp$/); fileObj = Server.CreateObject("Scripting.FileSystemObject"); a = fileObj.OpenTextFile(directoryPath + "titleName.dat"); titleName = a.ReadAll(); a.Close(); a = fileObj.OpenTextFile(directoryPath + "envSettings.dat"); while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "bgColor") { bgColor = a.ReadLine(); } if (temp == "emailAddr") { emailAddr = a.ReadLine(); } if (temp == "buttonStyle") { buttonStyle = a.ReadLine(); } if (temp == "logoStyle") { logoStyle = a.ReadLine(); } if (temp == "reportLink") { reportLink = a.ReadLine(); } if (temp == "introPic") { introPic = a.ReadLine(); } if (temp == "waterPic") { waterPic = a.ReadLine(); } if (temp == "boatPic") { boatPic = a.ReadLine(); } } a.Close(); if (bgColor == "purple") linkColor = "944a90"; if (bgColor == "aqua") linkColor = "1a8d8d"; if (bgColor == "grey") linkColor = "777979"; if (bgColor == "blue") linkColor = "2d58c6"; if (bgColor == "beige") linkColor = "ebebb9"; if (bgColor == "green") linkColor = "339433"; %> <%= titleName%> <% a.Close(); } if (fileObj.FileExists(directoryPath + "ratesInfo.dat") ) { %> <% a.Close(); } if (fileObj.FileExists(directoryPath + "boatDesc.dat") ) { a = fileObj.OpenTextFile(directoryPath + "boatDesc.dat"); %> <% a.Close(); } if (fileObj.FileExists(directoryPath + "meetInfo.dat") ) { a = fileObj.OpenTextFile(directoryPath + "meetInfo.dat"); %> <% a.Close(); } if (fileObj.FileExists(directoryPath + "equipment.dat") ) { a = fileObj.OpenTextFile(directoryPath + "equipment.dat"); %> <% a.Close(); } if (fileObj.FileExists(directoryPath + "faq.dat") ) { a = fileObj.OpenTextFile(directoryPath + "faq.dat"); %> <% a.Close(); } if (fileObj.FileExists(directoryPath + "links.dat") ) { a = fileObj.OpenTextFile(directoryPath + "links.dat"); %> <% a.Close(); } %>
<% if (reportLink == "Northern New England") reportHref = "/fishwire/me/update.htm"; if (reportLink == "Cape Cod") reportHref = "/fishwire/capecod/update.htm"; if (reportLink == "Southern New England") reportHref = "/fishwire/sne/update.htm"; if (reportLink == "Boston Metro Region") reportHref = "/fishwire/boston/update.htm"; if (reportLink == "New York and New Jersey") reportHref = "/fishwire/ny/update.htm"; if (reportLink == "Chesapeake Bay") reportHref = "/fishwire/ches/update.htm"; if (reportLink == "Gulf Coast Florida") reportHref = "/fishwire/fla-gulf/update.htm"; if (reportLink == "Florida Keys") reportHref = "/fishwire/fla-keys/update.htm"; if (reportLink == "Florida Atlantic Coast") reportHref = "/fishwire/fla-east/update.htm"; if (reportLink == "the Carolinas") reportHref = "/fishwire/nc/update.htm"; if (reportLink == "Texas") reportHref = "/fishwire/tx/update.htm"; %> <% if (fileObj.FileExists(directoryPath + "homeWaters.dat") ) { %> <% } if (fileObj.FileExists(directoryPath + "ratesInfo.dat") ) { %> <% } if (fileObj.FileExists(directoryPath + "boatDesc.dat") ) { %> <% } if (fileObj.FileExists(directoryPath + "equipment.dat") ) { %> <% } if (fileObj.FileExists(directoryPath + "faq.dat") ) { %> <% } if (fileObj.FileExists(directoryPath + "links.dat") ) { %> <% } if (fileObj.FileExists(directoryPath + "meetInfo.dat") ) { %> <% } %>

<% a = fileObj.OpenTextFile(directoryPath + "nameAndAddress.dat"); while (!a.AtEndOfStream) { Response.Write(a.ReadLine() + "
\n"); } a.Close();%> <%=emailAddr%>
<% if (fileObj.FileExists(directoryPath + "news.dat") ) { a = fileObj.OpenTextFile(directoryPath + "news.dat"); %>
 NEWS
<% while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "") Response.Write("

\n"); else Response.Write(temp + "\n"); } %>

<% a.Close(); } %>
 

 

<%= titleName %>


<% if (introPic == "true") Response.Write("\n"); a = fileObj.OpenTextFile(directoryPath + "introSelf.dat"); while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "") Response.Write("

\n"); else Response.Write(temp + "\n"); } a.Close(); %>


<% if (fileObj.FileExists(directoryPath + "homeWaters.dat") ) { a = fileObj.OpenTextFile(directoryPath + "homeWaters.dat"); %>
 


Waters

<% if (waterPic == "true") Response.Write("\n"); while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "") Response.Write("

\n"); else Response.Write(temp + "\n"); } %>


   


Rates





<% a = fileObj.OpenTextFile(directoryPath + "ratesInfo.dat"); Response.Write("
\n"); for ( i = 0; i < 4; i++) { for ( j = 0; j < 5; j++) { tempData = a.ReadLine(); if (j == 0) { if ( tempData == "None") { continue; } else { Response.Write("\n"); Response.Write("\n"); } continue; } if (i != 0){ if (tempData == "") { } else { Response.Write("\n"); } continue; } if (tempData == "None") { } else Response.Write("\n"); } Response.Write("\n"); } Response.Write("
" + tempData + "$" + tempData + "" + tempData + "
\n"); %>


   


Boat

<% if (boatPic == "true") Response.Write("\n"); while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "") Response.Write("

\n"); else Response.Write(temp + "\n"); } %>


   


Directions

<% while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "") Response.Write("

\n"); else Response.Write(temp + "\n"); } %>


   


Gear

<% Response.Write(a.ReadLine() + "

\n"); while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "Abel") Response.Write(""); if (temp == "Diamondback") Response.Write(""); if (temp == "Loomis") Response.Write(""); if (temp == "Orvis") Response.Write(""); if (temp == "Powell") Response.Write(""); if (temp == "Redington") Response.Write(""); if (temp == "Ross") Response.Write(""); if (temp == "Scott") Response.Write(""); if (temp == "Tibor") Response.Write(""); if (temp == "Winston") Response.Write(""); } %>


   


FAQ

<% while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "") Response.Write("

\n"); else Response.Write(temp + "\n"); } %>


   


Links





    <% while (!a.AtEndOfStream) { temp = a.ReadLine(); if (temp == "") break; Response.Write("
  •      " + temp + "
  • \n"); } %>


   


EMail






to contact me via email at my address:
<%= emailAddr %>


Copyright ©1998 Reel-Time