<%@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.catagory" 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 Books Dim Books_cmd Dim Books_numRows Set Books_cmd = Server.CreateObject ("ADODB.Command") Books_cmd.ActiveConnection = MM_test_STRING Books_cmd.CommandText = "SELECT * FROM dbo.Books" Books_cmd.Prepared = true Set Books = Books_cmd.Execute Books_numRows = 0 %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 Books_numRows = Books_numRows + Repeat2__numRows %> <% 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 :: Aromatherapy Books
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. 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.
Detoxify your body with 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...
Back to Top
Carrier oils are essential in aromatherapy.
Aromatherapeutic products can be found at Hands On Aromatherapy.
Where can I find information about aromatherapy?
Books
Books, Books and More Books

What can aromatherapy do for me?Back to Top
Why should I use aromatherapy over traditional therapy?
Copyright 2005-2006 Hands On Aromatherapy © • 1.800.331.OILS (6457)
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.
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Product_cat.Close() Set Product_cat = Nothing %> <% Books.Close() Set Books = Nothing %>