<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim adoCon Dim bLocal Dim fileName bLocal = False '--------------------------------------------------------------[ DisplayData() Sub DisplayData(adoCon, rsMember) Dim rsDetails 'As ADODB.Recordset rsDetails = rsMember Dim cSQL 'As String Dim curTotal 'As Currency Dim path 'grab the total length of the path path = request.ServerVariables("PATH_INFO") pathLen = len(path) 'find the posion that the last / is in posFileName = inStrRev(path, "/") 'Now that I know the total length of the path, and the starting point of the filename I can subtract 'the position from the total length and find out how long the file name is fileLen = (pathLen - posFileName) 'now use the right() function to get the filename from the path fileName = right(path, fileLen) %> RELAX! | Gourmet, Richly Scented, Natural Soy Candle Set

The Science Behind Our Products

RELAX! Our Gourmet, Richly Scented, Natural Soy Candle Set

Aaaaaah RELAX! Whether you are in the mood for relaxation, revitalization, or simply want to add fragrance into a room, Nussentials Aromatherapy Soy Candles are for you! The essences of aromatherapy candles can restore balance and harmony to your mind, body and emotional spirit. Our organic soy candles are made using 100% pure soy wax and 100% pure essential oils, which are all pure natural, plant-based ingredients.

RELAX! is sold as a two-candle set. Each candle is in a 6.75 oz. tureen glass jar with metal lid and each is double wicked with lead-free cotton wicks to provide a smooth even burn. The burn time per candle is up to 57 hours with proper care.

The candle set contains two fragrances, Lavender Fields and Natural Citrus.

Lavender Fields is made using pure Lavender essential oil and gives off the essence of Lavender fields in full bloom. Its aromatherapy benefits will impart soothing and calming feelings that will relieve stress and provide relaxation.

Our Natural Citrus blend is made using Sweet Orange, Lemon, Lime and Grapefruit essential oils. It is a light, uplifting, and refreshing aroma. Its aromatherapy benefits will revitalize you and nourish positive emotions.

Relaxation, stress release and energy stimulation are common physical benefits associated with the use of aromatherapy candles.

So, RELAX! Promote wholeness, health and well-being in your life with Nussentials Aromatherapy Soy Candles.

RELAX! Aromatheapy Candles Make Great Gifts!

RELAX! comes packaged in a set of two because giving the gift of balance and harmony in mind, body and spirit is a marvelous way to say you really care. That's 114 hours of pressure relieving, stress reducing, pleasurable relaxation in every box. Only thirty cents per hour ($0.30/hour)! Order an extra set for yourself, because you deserve RELAX! just for thinking of someone else.

Candle Safety

Candles are safe when burned properly, responsibly, and according to manufacturer's directions. When burning candles, consumers should always follow these basic safety rules:

  • Lighted candles should always be within sight. Never leave a burning candle unattended.
  • Never burn a candle on or near anything that can catch fire.
  • Keep candles out of the reach of children and pets.
  • Read and follow all manufacturer instructions carefully.
  • Trim the wick to 1/8 inch each time before burning.
  • Always use an appropriate candleholder placed on a stable, heat-resistant surface.
  • Keep burning candles away from drafts, vents and air currents.
  • Extinguish a candle if it smokes, flickers repeatedly, or the flame becomes too high. Cool, trim wick, check for drafts, and re-light.

 

These statements have not been evaluated by the U.S. Food and Drug Administration. These products are not intended to diagnose, cure or prevent any disease.


Will You Let Me Help You?

Nussentials products have been changing lives daily. Some of the people who were touched let us know about how their lives were changed. You will find their stories here in the More Info section below. Hearing how Nussentials is changing the lives of people just like you all over the United States will show you that a solution to your problem, might be possible. Complete the short form on the below (left) and click Send My Free Report to read the heart touching stories of everyday people experiencing extraordinary results.

Questions? Call me. I put my name and number below (center) so you can talk to a real person experiencing real results.

Ready to change your life? You can order directly from my website by clicking the link below (right). On the new page, locate the link shown in the image called Shop and click there. I can save you about $10.00 on the product if you select "Setup Autoship". Even if you just want to try it once, select this option and then cancel it once it arrives. When you love the product and the results, you can go back there and order it again. (Just be sure to bookmark the site)

 

Here's my name and contact information, please send me "Stories From The Heart"

<% Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %> <% = Response.Write("") %>
Name
Email
  

<% Response.Write(Request.Cookies("MemberName")) %>

<% Response.Write(Request.Cookies("Phone")) %>

<% Response.Write(Request.Cookies("TimesToCall")) %>  <% Response.Write(Request.Cookies("TimeZone")) %>

PS. Since they make such great gifts, order an extra three or four to have on hand for those unexpected occasions.

 

<% End Sub '-----------------------------------------------[ end DisplayData '---------------------------------------------------------[ Main() Sub Main() Dim adoCon 'As ADODB.Connection Dim rsMember 'As ADODB.RecordSet Dim memCode 'As String Dim cmdQuery 'As ADODB Command ' ' Decide how we need to get the Member info ' If Request.QueryString("id") <> "" then memCode = Request.QueryString("id") '[ Something was passed in so set/get the Member info based on this value Else if (Request.Cookies("MemberCode") = "") then memCode = "" '[ Start with nothing so we know we have to go get it. else memCode = Request.Cookies("MemberCode") end if End if Set adoCon = OpenDB(bLocal) '[ Open our database connection and setup the query Set cmdQuery = Server.CreateObject("ADODB.Command") Set cmdQuery.ActiveConnection = adoCon ' ' Choose which query is used, one based on MemberCode or based on Clicks ' if memCode = "" then cmdQuery.CommandText = "SELECT * FROM Members WHERE (AdGroupInd <> 0) and (ActiveInd <> 0) ORDER BY ClickCount / NumAds" else cmdQuery.CommandText = "SELECT * FROM Members WHERE (MemberCode = '" & memCode & "') ORDER BY ClickCount" end if Set rsMember = cmdQuery.Execute() '[ Get Member info if (rsMember.bof) and (rsMember.eof) then cmdQuery.CommandText = "SELECT * FROM Members WHERE (AdGroupInd <> 0) and (ActiveInd <> 0) ORDER BY ClickCount / NumAds" Set rsMember = cmdQuery.Execute() '[ Get Member info end if CreateMemberCookie(rsMember) '[ Create Member cookie so this surfer is assigned to them next time DisplayData adoCon, rsMember '[ Display the Capture Page rsMember.Close '[ Close up the Member table adoCon.Close '[ Close up the database connection End Sub ' ' This calls the Main subroutine to get the page started ' Call Main %>