<%@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 ContactPage Dim ContactPage_cmd Dim ContactPage_numRows Set ContactPage_cmd = Server.CreateObject ("ADODB.Command") ContactPage_cmd.ActiveConnection = MM_test_STRING ContactPage_cmd.CommandText = "SELECT * FROM dbo.contactPage" ContactPage_cmd.Prepared = true Set ContactPage = ContactPage_cmd.Execute ContactPage_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 :: Contact the Aromatherapy Specialists
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. Aromatherapy has many benefits. Hands On AromaTherapy can provide all of your aromatherapy needs.
" alt="Detoxify your body with aromatherapy." width="346" height="260">
Carrier oils are essential in aromatherapy.
Aromatherapeutic products can be found at Hands On Aromatherapy.
Where can I find information about 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...
What can aromatherapy do for me?Back to Top
Why should I use aromatherapy over traditional therapy?
When should I start using aromatherapy?
Aromatherapy is very therapeutical and stress-reducing.
Contact Us
<%=(ContactPage.Fields.Item("ContactText").Value)%>
What about us do you want to comment on? Web Site
Products
Other
What about us do you want to comment on?
Other:
Enter your comments in the space provided below:
Name
Email Address:
Tel
Would you like a copy of our latest catalog? Yes
No
Street Address
City & State
Zip Code

Aromatherapy has many benefits.
Copyright 2005-2006 Hands On Aromatherapy © • 1.800.331.OILS (6457)
Hands On AromaTherapy can provide all of your aromatherapy needs.
Detoxify your body with aromatherapy.
Carrier oils are essential in aromatherapy.
Aromatherapeutic products can be found at Hands On Aromatherapy. Where can I find information about aromatherapy? What can aromatherapy do for me?
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Product_cat.Close() Set Product_cat = Nothing %> <% ContactPage.Close() Set ContactPage = Nothing %>