<!-- Modified from The JavaScript Source- http://javascript.internet.com -->
<!-- newbook 2004-01 -->

<!-- Begin
var num_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % num_ads;
ad +=1;
if (ad==1) {
txt="<b>The Encyclopedia of Thai Massage A Complete Guide to Traditional Thai Massage Therapy</b><br>by Pierce Salguero";
Publication="<br>April 2004";
url="thai_massage.htm#TheEncyclopediaofThaiMassage";
IMG="TZZZZZZZ.jpg";
ISBN="1844090299";
}
if (ad==2) {
txt="<b>Massage National Exam Questions and Answers</b><br>by Daphna R. Moore";
Publication="<br>Publication date:<br> May 2004";
url="massage_review.htm#MassageNationalExam2004";
IMG="_PE30_SCTZZZZZZZ_.jpg";
ISBN="1892693526";
}
if (ad==3) {
txt="<b>The Spiritual Dimension of Therapeutic Touch</b><br>by Dora Kunz, Dolores Krieger";
Publication="Publication date:<br> June 2004";
url="therapeutic_touch.htm#TheSpiritualDimension";
IMG="_PE30_SCTZZZZZZZ_.jpg";
ISBN="1591430259";
}
if (ad==4) {
txt="<b>Craniosacral Biodynamics, Volume 2</b><br>by Franklyn Sills<br>";
Publication="Publication date:<br> March 2004";
url="craniosacral.htm#CraniosacralBiodynamics2";
IMG="_PE30_SCTZZZZZZZ_.jpg";
ISBN="1556433905";
}
if (ad==5) {
txt="<b>Hands on Baby Massage</b><br>by Michelle R. Kluck";
Publication="<br>Publication date: March 2004";
url="massage_baby.htm#HandsonBabyMassage";
IMG="_PE32_SCTZZZZZZZ_.jpg";
ISBN="0762415479";
}
if (ad==6) {
txt="<b>Pediatric Massage Therapy</b><br>by Marybetts Sinclair<br>";
Publication="Publication date:<br>March 2004";
url="pediatric_massage.htm#PediatricMassageTherapy";
IMG="_PE_SCTZZZZZZZ_.jpg";
ISBN="0781742196";
}
document.write("<table border='0' cellpadding='1' cellspacing='2' width='200' ><tr><td align='center' colspan='2' background='../images/colorba2.gif'><font color='#00FF00' size='2' face='Arial'><strong>New Releases</strong></font></td></tr><tr><td align=right valign='middle'>");
document.write('<a href=\"http://images.amazon.com/images/P/' + ISBN + '.01.LZZZZZZZ.jpg\"><img src=\"http://images.amazon.com/images/P/' + ISBN + '.01.' + IMG + '" border=0 hspace=6 vspace=4 align=right alt="see larger photo"></a><a href=\"../books/' + url + '\" style=\"TEXT-DECORATION: none ; Font-family:ms sans serif,verdana; font-size:10">' + txt + '</a><br><font face=arial size=1 color=gray>' + Publication + '</font></td></tr></table>');
// End -->