<%@ Language=VBScript %> <% option explicit dim folderLevelStub, objConn, sSQL, oRS folderLevelStub = generateFolderLevelStub(0) getConn dim strTitle strTitle="The small publisher of big books - Allison and Busby" %> <%=strTitle%> <% dim objBookDetails, objAuthorList set objBookDetails = CreateObject("Scripting.Dictionary") set objAuthorList = CreateObject("Scripting.Dictionary") insertHeader(true)%>
<% homepage=1 insertMenu %>

Latest A&B News

<%insertNews%>

COMING SOON TO A BROWSER NEAR YOU – THE NEW AND FABULOUSLY IMPROVED ALLISON & BUSBY WEBSITE! Launching any day now…

<%insertBOTMBL%> <%insertBOTMCF%>

Coming Soon

<%insertComingSoon%>
<% insertFooter set objBookDetails = nothing set objAuthorList = nothing killConn %>