 |
<%
set newsproduct=server.CreateObject("ADODB.Recordset")
sqltext="select top 12 * from news where news10=3 order by news1 desc,id desc"
newsproduct.Open sqltext,cn,1,1
if newsproduct.bof or newsproduct.eof then
response.write "No Message!"
else
i=1
do while not newsproduct.EOF
set news6=newsproduct("news6")
set idd=newsproduct("id")
set news3=newsproduct("news3")
%>
|
|
<%
i=i+1
newsproduct.movenext
loop
end if
newsproduct.close
set newsproduct=nothing
%>
|
|
|
 |
<%
id=request("id")
set rs=server.CreateObject("ADODB.Recordset")
if id<>"" then
sqltext="select * from news where id="&id&""
else
sqltext="select top 1 * from news where news10=3"
end if
rs.Open sqltext,cn,1,1
set news3=rs("news3")
set news5=rs("news5")
set news6=rs("news6")
set news8=rs("news8")
set news12=rs("news12")
%>
It's the little things – like the perfect bath accessory set – that can make moments of grooming seem luxurious. And, at alama, we believe there is never a reason to skimp on luxury, especially when it comes to bath accessories. From loofahs to hair towels and everything in between, we have exactly what you need to complement your bath with the right accessory set.
Building your own bath accessory collection is easy! Start with our loofah. This handy bath accessory stimulates circulation, removes dead skin cells, and comes in a mitt that fits your hand for all-over body scrubbing. alama also carries Bath Lilies, Bath Gloves, and Skin Towels for gentle but effective cleansing and exfoliating. They come in various colors to match your bathroom and favorite alama Body Scrubs!
Next, add our long-handled Back Scrub and Massage Brush for those hard-to-reach places. This bath accessory cleanses and massages with a two-sided head that offers bristles on one side and petite massage nodules on the other. Our Bath Brushes (which come in a variety of colors too!) will do the trick as well.
Another bath accessory essential for your collection is our Bath Pillow. Nothing spoils a good soak like an uncomfortable tub. Let it all go as you lean back into this comfy head rest. We must warn you: the danger in acquiring such fabulous bath accessories is that you might never want to leave the tub or shower!
Finally, don't forget our Ultra Absorbent Hair Towel. Made from a lightweight, microfiber material, this bath-accessory towel dries hair fast, saves you valuable time, and minimizes the harmful effects of blow-drying. It is a must-have in any bath-accessory set.
|
|
|
 |
|
|