<% Dim GobjConnect Dim gsConnect Dim gsPageTemplate Dim gsPageHeader Dim gsPageFooter Dim gsEmbeddedCode Dim sFont 'Set Font Here sFont = "Verdana" 'Set colors here topcolor = "#FFCC00" 'Table header and footers linecolor = "#000000" 'thin lines around table header and footer (For MSIE Only) 'Alternating colors (Alternating colors in tables) ColorONE = "#FFFFFF" ColorTWO = "#FFFFFF" 'Let Users Add Auctions (True or False") bUsersAdd = true 'Show "Add New Item to Auction" Link (True or False") bShowAddNewLink = true 'Number of Bids before the item is marked as "HOT" iHotItemCount = 3 'The path to the auction script (IE "http://www.xcent.com/auction/") 'BE SURE TO INCLUDE A FORWARD SLASH AT THE END OF THE URL!!!!!!!! sAuctPath = "http://www." & domain & "/auction/" 'Maximum number of days that auctions can run iMaxAuctionDays = 30 'Email address of the auction administrator sAuctionEmail = "" & email & "" 'Path to your database (do not change this unless you change the name or location of your databse) gsConnect = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("..\config\XcAuctionLite.mdb") 'System Library Database Configuration Settings gsSQLDateDelimiter = Chr(35) 'gsSQLDateDelimiter = Chr(39) 'gsSQLWildCardChar = "*" gsSQLWildCardChar = "%" giSQLDateAsSystem = True %>