<%@ Language=VBScript %> <% '************************************************************************* ' DO NOT MODIFY THIS SCRIPT IF YOU WANT UPDATES TO WORK! ' Function : "Home" Page for Store Front '************************************************************************* Option explicit Response.Buffer = true %> <% 'Database dim mySQL dim conntemp dim rstemp dim rstemp2 'Session dim idOrder dim idCust '************************************************************************* 'Open Database Connection call openDB() 'Store Configuration if loadConfig() = false then call errorDB(langErrConfig,"") end if 'Get/Set Cart/Order Session idOrder = sessionCart() 'Get/Set Customer Session idCust = sessionCust() %>
 

Rodrigo Gomez (Miami, Feb. 03, 2003)
I just got this amazing lamps for my ford focus. It looks Amazing! My night vision improved 100%!

Thank You Velocity Factor.

RG.

Carolina de la P(Miami, Feb. 03, 2003)
I just got this amazing lamps for my Supercharged Pontiac. It looks Amazing! My night vision improved 100%!

Thank You Velocity Factor.

CP.

<< GO BACK
<% call closeDB() %>