%@ LANGUAGE="VBSCRIPT" %> <% PageStrings = "18, 55, 107, 108, 160, 265, 266, 648, 838, 1180, 1181, 1236, 1237, 1458, 1442, 1443, 1490, 1659, 1673, 1701, 1702, 1703, 1704, 1806, 1807, 1808, 1791, 1792" %> <% '=============================================== ' CactuShop ASP Shopping Cart ' ©1999-2007 Cactusoft International FZ-LLC ' www.cactusoft.com '=============================================== ' All rights reserved. ' Use of this code is covered by the terms and ' conditions in the license agreement. No ' unauthorized duplication or distribution is ' permitted. Cactusoft's copyright notices must ' remain in the ASP sections of the code. '=============================================== '----------------------------------------------- 'READ PAGE TEMPLATE FROM FILE '----------------------------------------------- Call ReadFromTemplate(strTemplateLocation, aryPageTemplate) '----------------------------------------------- 'WRITE FIRST HALF OF PAGE HTML '----------------------------------------------- response.write(aryPageTemplate(0)) %>