<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim commonLinks Dim commonLinks_numRows Dim brand Dim category brand = "gravis" category = "shoes" Set commonLinks = Server.CreateObject("ADODB.Recordset") commonLinks.ActiveConnection = MM_sweet_STRING commonLinks.Source = "SELECT PageUrl FROM qryOtherLinks WHERE Category = '" + Category + "'" commonLinks.CursorType = 0 commonLinks.CursorLocation = 2 commonLinks.LockType = 1 commonLinks.Open() commonLinks_numRows = 0 %> <% Dim topText Dim topText_numRows Set topText = Server.CreateObject("ADODB.Recordset") topText.ActiveConnection = MM_sweet_STRING topText.Source = "SELECT Description FROM qryBrandCategory WHERE Brand = '" + Brand + "' and Category = '" + Category + "'" topText.CursorType = 0 topText.CursorLocation = 2 topText.LockType = 1 topText.Open() topText_numRows = 0 %> About us - the soebel watch store
<% = brand  %> shoes store online outlet
home contact about links discounts, sales and clearance
  ...return home

 
     
  home > about us >

clocks & watches crew

 
We are your dedicated web professionals, that assist our business friends in spreading the word about their business. We believe in the evolution of easier to manage shopping malls with an online business. The customer has a larger selection and can shop without having to wait in line or drive and park. With free shipping often times and no sales tax in most cases, how can this not be the best option? We believe this to be the truth and are proud to be a part of it.

"I shop online because of the free shipping and endless selection. Buying on the internet is easy and fun!" Marcus Whalen - 2003 - satisfied customer
 
home contact about links discounts, sales and clearance
<% commonLinks.Close() Set commonLinks = Nothing %> <% topText.Close() Set topText = Nothing %>