<!-- Begin
var js_text = new Array ("Irmhild FitzGibbon, <BR>June 2002 --<BR>I want to get the word out there about Dr. Yuxian (Annie) Liu. Here is my story: For six months I suffered from rapid heartbeat, indigestion, diarrhea, nervousness and nausea. ",
"Not to mention all the side effects from the dozens of prescriptions I was given by numerous doctors. It got to the point where the doctors didn't want to see me because they didn't know what to do anymore.", 
"They all came to the conclusion that since they couldn't cure me, the problem must be in my head. I found Dr. Yuxian (Annie) Liu and told her my story. I didn't know what to expect but I figured I had nothing to lose. ",
"I felt an improvement after the first treatment and now feel almost 100%. Dr. Liu has accomplished in two weeks (with Eastern Medicine) what (Western Medicine) was trying to do and couldn't in six months.",
"Rebecca Warner, Cumming GA, June 2002 -- I also wanted to take a moment to thank you for the wonderful care I received from you. You have made my life better by making my head feel better. Thank you so much for doing the wonderful works you do.");
var space_width = 190; // The width of the content space
var space_height = 165; // The height of the content space
var space_borderw=1; // Border width
var space_borderc="#000000"; // Border Color
var timeOutVal=750; // Delay in milliseconds
//-----------------------------DO-NOT-MODIFY----------------------------------------
document.write('<table width="' + space_width + '" height="' + space_height + '" style="background: ; border:' + space_borderw + ' solid ' + space_borderc + '"><tr><td align="left">');
document.write('<div id="js_space">');
document.write('</div>');
document.write('</td></tr></table>');
var def_10='A',def_11='B',def_12='C',def_13='D',def_14='E',def_15='F';
var colorVal=15;
var div_count=0;

function fade_desat(getColorIntVal)
{
 var returnVal;
 if(getColorIntVal>=10)
 {
  for(var i=0; i<=15; i++)
  {
   if((getColorIntVal==i))
   {
    returnVal = eval('def_' + i);
   }
  }
 }
 else
 {
  returnVal=getColorIntVal;
 }
 return(returnVal);
} 

function writeDiv()
{
 document.all.js_space.innerHTML= '<font face="arial" size="-1" color="' +  joinColor(fade_desat(colorVal)) + '">' + js_text[div_count] + '</span></font>' ;

 if((colorVal>0)  && (colorVal!=0))
 {
  colorVal--;
 }
 else
 {
  colorVal=15;
  if(div_count<js_text.length)
  {
   div_count++;
  }
  if(div_count==js_text.length)
  {
   document.all.js_space.innerHTML = '<a href="javascript:resetAll();writeDiv();" style="text-decoration:none" accesskey="l"><font color="#CC0000" face="arial" size="-1">Play Again <font color="#CC0000">»</font></font></a>';
  }
 }
 if(div_count<js_text.length)
 {
  setTimeout("writeDiv()",timeOutVal);
 }
}

function joinColor(getColor)
{
 return (getColor + '0' + getColor + '0' + getColor + '0');
}

function resetAll()
{
 div_count=0;
 colorVal=15;
}

writeDiv();

//  End -->
