<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_cmd Dim Recordset1_numRows Set Recordset1_cmd = Server.CreateObject ("ADODB.Command") Recordset1_cmd.ActiveConnection = MM_test_STRING Recordset1_cmd.CommandText = "SELECT * FROM dbo.Shop" Recordset1_cmd.Prepared = true Set Recordset1 = Recordset1_cmd.Execute Recordset1_numRows = 0 %> <% Dim Product_cat Dim Product_cat_cmd Dim Product_cat_numRows Set Product_cat_cmd = Server.CreateObject ("ADODB.Command") Product_cat_cmd.ActiveConnection = MM_test_STRING Product_cat_cmd.CommandText = "SELECT * FROM dbo.catagory" Product_cat_cmd.Prepared = true Set Product_cat = Product_cat_cmd.Execute Product_cat_numRows = 0 %> <% Dim aboutsuspage Dim aboutsuspage_cmd Dim aboutsuspage_numRows Set aboutsuspage_cmd = Server.CreateObject ("ADODB.Command") aboutsuspage_cmd.ActiveConnection = MM_test_STRING aboutsuspage_cmd.CommandText = "SELECT * FROM dbo.aboutp" aboutsuspage_cmd.Prepared = true Set aboutsuspage = aboutsuspage_cmd.Execute aboutsuspage_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Product_cat_numRows = Product_cat_numRows + Repeat1__numRows %> Hands-On Aromatherapy :: Aromatherapeutic Oils at Wholesale Price :: About Hands-On AromaTherapy
What can aromatherapy do for me?
Why should I use aromatherapy over traditional therapy?
When should I start using aromatherapy?
Aromatherapy is very therapeutical and stress-reducing. Aromatherapy has many benefits. Hands On AromaTherapy can provide all of your aromatherapy needs. Detoxify your body with aromatherapy. Carrier oils are essential in aromatherapy.
" alt="Where can I find information about aromatherapy?" width="346" height="260">
What can aromatherapy do for me?
Why should I use aromatherapy over traditional therapy?
When should I start using aromatherapy?
Our Products
<% While ((Repeat1__numRows <> 0) AND (NOT Product_cat.EOF)) %>

" class="link_1"><%=(Product_cat.Fields.Item("Catagory").Value)%>
<%=(Product_cat.Fields.Item("Catagory_Desc").Value)%>

<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 Product_cat.MoveNext() Wend %> Books
We have an extensive library of new books related to aromatherapy and essential oils. The following are among our best sellers...
Aromatherapy is very therapeutical and stress-reducing.Back to Top
 
Aromatherapy has many benefits.
Hands On AromaTherapy can provide all of your aromatherapy needs.
Detoxify your body with aromatherapy.
About Hands-On AromaTherapy!


<%=(aboutsuspage.Fields.Item("AboutText").Value)%>

Carrier oils are essential in aromatherapy.
Copyright 2005-2006 Hands On Aromatherapy © • 1.800.331.OILS (6457)
Aromatherapeutic products can be found at Hands On Aromatherapy.
Where can I find information about aromatherapy?
What can aromatherapy do for me?
Why should I use aromatherapy over traditional therapy? When should I start using aromatherapy? Aromatherapy is very therapeutical and stress-reducing.
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Product_cat.Close() Set Product_cat = Nothing %> <% aboutsuspage.Close() Set aboutsuspage = Nothing %>