| Related sites for http://www.takemeaway.com/ |
| The_Chandlery Offering soap, bath salts, bath tea, salt scrubs, and herbal dream pillows. | | Chefs\'_Secret_Garden Offering body scrubs, lip balms, sprays, lotions, soaps and salt rubs. | | Chippewa_Candle_and_Bath Gel candles, bathing products, and hand dipped incense. | | Chocolate_Soap_for_the_Soul Chocolate scented bath products, as well as gift baskets. | | Christy\'s_Secret_Garden All Natural products include handmade soaps, bath oils and salts, bath grains, and gift baskets. | | Clean_Hands_Warm_Heart Offering handmade botanical, glycerin and liquid soaps. Also lotions, cremes, candles, lip balms, and special items for sensitive skin. | | Coccole Natural skin care and spa products from Italy. Also offers fine hosiery. | | Coconut_Coast_Natural_Products Offers handmade soap and Hawaiian bath salts made with essential oils and locally grown organic botanicals. | | Cotney_Peak Offers a full line of earthy, handmade & unique products for the body and for the bath. Cruelty free, never tested on animals. | | Cottage_Hill_Soaps Perfume roll on, body bars, lip balms and soap. | | Country_Cottage_Soap_Co_ Fresh shea butter soap, lotion, lip butter, bath tea and gift sets. Wholesale inquiries welcome. | | Country_Petaler Handcrafted soap, natural bath products, bulk herbs, and candles. | | Country_Scentiments_Skin_Care_Inc_ Soaps, body scrub, lotion and foam bath. Includes soap making products. | | Cowgirl_Enterprises,_Ltd Skin care products based on desert botanicals, including sunflower, jojoba oil and aloe vera. | | Crabtree_&_Evelyn Retailer of bath and body products, gourmet foods, candles, home decor, and gifts. | | Creations_Maja Handmade shower gel, glycerin soap, bubble bath, body lotion, massage oil, lip balm, gift baskets. Custom orders welcome. | | Creekside_Essentials_Bath_and_Body_Collection Body mist, bath salts and milk, candles, and aftershave for men. | | Currents_of_San_Francisco Offering fragrant and homemade soaps, candles, potpourri, massage oils, and bath products including salts, crystals, and teas. | | CWCrafts Soap, dream pillows, body lotion, and bath salts. | | Dermalab Shampoo and conditioner, creme, soap, lotion and sunblock. | | Dew_Cosmetics Features natural aromatherapy products made in St Thomas in the U.S. Virgin Islands. | | Doctor_Hoy\'s_Personal_Care_Products Offering skin vitamins, soaps, lotions, bath soaks, massage oils. | | E_Komo_Mai Fragrances, floral bars, and assorted bath products. | | Eagle_Marketing,_Inc_ Perfume original products, body oil, gel, and hand lotion. | | Earth_Therapeutics_Direct Using natural organic ingredients as much as possible to bring earth friendly, safe bath and skin care products and accessories. | | Earth\'s_Gold Handmade all natural soaps, skin scents, massage oils and gift baskets. | | Eau_de_Sweetcheeks Soaps, oils, and a variety of spa items. Includes gift baskets. | | Ebubbles Bath products and lotions, body oils and soaps, scented candles and accessories from around the world. | | Egyptian_Goddess All-natural bath and body products include hand, nail and skin care. | | EK_Shower_Caps Retro, animal prints, and vintage-looking shower caps. | | Elysian_Dream Handmade all natural soaps, lotions, creams, body butters and cosmetics. Also offering aromatherapy supplies, herbs, teas and jewelry. | | Encantos Handcrafted natural soaps, bath and body oils, baby care, and skin care. | | Enchanted_Potions Handmade bath, body and home products in an assortment of fragrances. | | Epicurean_Soap_Company Offering handmade glycerine and hemp soaps, bath balls, and bath oils. | | Escential_Lotions_and_Oils Bath, skin, and fragrance products made with healthy ingredients. | | Essence_of_Ahurani Herbal products include soap, bath oil, massage oil, salt scrub, and bath salts. | | Essential_Comforts Offers shower gels, body lotions, handmade soaps, bath salts, oils and gift baskets. All products are animal cruelty free. | | Essentiel_Elements Spa formula products for bath, body and skin, created from pure essential oils. | | Euro_Beauty_Mart Hard to find German deodorants, soaps, and bath gels. Brands include Fa, Rexona, Badedas, and Lux. Ships to US addresses only. | | Fa_Cosmetics Offering soap, gel, foam, deodorant, and fragrances. |
|
CALGON Home - Spa, Bath & Body Products - Get a Free Sample
#qp, #qpr{ /*position:absolute; top:458; left:560;*/ width:180px; height:390px; background:url(images/all/poll_bg2.gif); background-repeat:no-repeat; font:11px Verdana,Arial; text-align:left; : vertical-align:top;}
#qp td, #qpr td {font:11px Verdana,Arial;}
#qpr{display:none; /*position:absolute; top:458; left:560; width:180px; height:390px; background:url(images/all/poll_bg2.gif); background-repeat:no-repeat; font:11px Verdana,Arial; font-color:#D8E9FD; text-align:left; : vertical-align:top;*/}
#ajax_response{ position:relative; visibility:hidden; font:11px Verdana,Arial; font-color:#D8E9FD; text-align:left; : vertical-align:top;}
.qptextleft{ font:11px Verdana,Arial; color:#F670AF; text-align:left; : vertical-align:middle;}
.qptextright{ font:11px Verdana,Arial; color:#ffffff; text-align:left; : vertical-align:middle;}
function dopoll(Choice) {
// alert("The Choice was: "+Choice);
try{
// Send choice to server
var Conn = new XHConn();
var Parms = "Choice=" + Choice;
Conn.connect("ajax/Update_Poll.asp", "POST", Parms, SaveComplete);
}
catch(e){
alert("Save error: " + e.message);
}
//document.getElementById("qp").style.visibility = "hidden";
//document.getElementById("qpr").style.visibility = "visible";
}
// --------------------------------------------------
function SaveComplete(result){
var stResult = new String(result.responseText);
var arResult = stResult.split("|");
if (arResult[0] != "OK") {
document.getElementById("ajax_response").innerHTML = result.responseText;
document.getElementById("ajax_response").style.visibility = "visible";
} else {
var PollTotal = Number(arResult[1])+Number(arResult[2])+Number(arResult[3])+Number(arResult[4]);
if ((Math.ceil((arResult[1]/PollTotal)*100) - (arResult[1]/PollTotal)*100) < .5) {
var PctA = Math.ceil((arResult[1]/PollTotal)*100);
} else {
var PctA = Math.floor((arResult[1]/PollTotal)*100);
}
document.getElementById("C1a").width = PctA+"%";
if (PctA < 21) {
document.getElementById("C1a").innerHTML = " ";
document.getElementById("C1b").innerHTML = PctA+"%";
} else {
document.getElementById("C1a").innerHTML = PctA+"%";
document.getElementById("C1b").innerHTML = " ";
}
if ((Math.ceil((arResult[2]/PollTotal)*100) - (arResult[2]/PollTotal)*100) < .5) {
var PctB = Math.ceil((arResult[2]/PollTotal)*100);
} else {
var PctB = Math.floor((arResult[2]/PollTotal)*100);
}
document.getElementById("C2a").width = PctB+"%";
if (PctB < 21) {
document.getElementById("C2a").innerHTML = " ";
document.getElementById("C2b").innerHTML = PctB+"%";
} else {
document.getElementById("C2a").innerHTML = PctB+"%";
document.getElementById("C2b").innerHTML = " ";
}
if ((Math.ceil((arResult[3]/PollTotal)*100) - (arResult[3]/PollTotal)*100) < .5) {
var PctC = Math.ceil((arResult[3]/PollTotal)*100);
} else {
var PctC = Math.floor((arResult[3]/PollTotal)*100);
}
document.getElementById("C3a").width = PctC+"%";
if (PctC < 21) {
document.getElementById("C3a").innerHTML = " ";
document.getElementById("C3b").innerHTML = PctC+"%";
} else {
document.getElementById("C3a").innerHTML = PctC+"%";
document.getElementById("C3b").innerHTML = " ";
}
if ((Math.ceil((arResult[4]/PollTotal)*100) - (arResult[4]/PollTotal)*100) < .5) {
var PctD = Math.ceil((arResult[4]/PollTotal)*100);
} else {
var PctD = Math.floor((arResult[4]/PollTotal)*100);
}
document.getElementById("C4a").width = PctD+"%";
if (PctD < 21) {
document.getElementById("C4a").innerHTML = " ";
document.getElementById("C4b").innerHTML = PctD+"%";
} else {
document.getElementById("C4a").innerHTML = PctD+"%";
document.getElementById("C4b").innerHTML = " ";
}
document.getElementById("qp").style.display = "none";
document.getElementById("qpr").style.display = "block";
}
}
addEvent(window,"load",init);
Store Locator
Help
Home
Flavor Finder
Get juic'd! Plum Raspberry
Get juic'd! Pineapple Coconut
Get juic'd! White Grape Peach
Mmmmm! Cotton Candy
Mmmmm! Marshmallow
Mmmmm! Orange Pop
Mmmmm! Vanilla Swirl
Mmmmm! Coconut Sorbet
Mmmmm! Pear Caramel
Perfect Bliss
Tahitian Orchid
Hawaiian Ginger
Morning Glory
Tropical Dream
Turquoise Seas
Ahh...Spa! Asia
Ahh...Spa! Tropics
Ahh...Spa! Ocean Oasis
Ahh...Spa! Feet Retreat
Classic CALGON
Takemeaway
var so = new FlashTag("nav.swf", 150, 500, "7,0,14,0");
so.write(document);
var mf = new FlashTag("homemain.swf", 587, 317, "7,0,14,0");
mf.write(document);
I prefer the following types of scents:
Rose Floral
Fruity Citrus
Spicy Oriental
Floral Musk
I prefer the following types of scents:
Rose Floral
Fruity Citrus
Spicy Oriental
Floral Musk
 
var mf = new FlashTag("flash/awards.swf", 399, 85, "7,0,14,0");
mf.write(document);
Ascendia Brands Inc. All rights reserved © 2007 Privacy Policy.
|
|