<%@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 Newspage Dim Newspage_cmd Dim Newspage_numRows Set Newspage_cmd = Server.CreateObject ("ADODB.Command") Newspage_cmd.ActiveConnection = MM_test_STRING Newspage_cmd.CommandText = "SELECT * FROM dbo.newsPage" Newspage_cmd.Prepared = true Set Newspage = Newspage_cmd.Execute Newspage_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 :: Aromatherapy News
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. Aromatherapeutic products can be found at Hands On Aromatherapy.
When should I start using aromatherapy?
" alt="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.
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 has many benefits.Back to Top
Hands On AromaTherapy can provide all of your aromatherapy needs.
Detoxify your body with aromatherapy.
Carrier oils are essential in aromatherapy.
News
<%=(Newspage.Fields.Item("NewsText").Value)%>

Aromatherapeutic products can be found at Hands On Aromatherapy.
Copyright 2005-2006 Hands On Aromatherapy © • 1.800.331.OILS (6457)
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.
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Product_cat.Close() Set Product_cat = Nothing %> <% Newspage.Close() Set Newspage = Nothing %>