function ravereviews()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<font size="3" face="Courier New, Courier, mono">&quot;Thanks jeff, I love you man.<br />  Take care.&quot; <strong>- Adi</strong></font>'); } // rave1
if (ranNum == 1){document.write('<font size="3" face="Courier New, Courier, mono">&quot;u are doing a very  wonderful job.&quot;<br />  <strong>- Preeti</strong></font>'); } // rave2
if (ranNum == 2){document.write('<font size="3" face="Courier New, Courier, mono">&quot;thank u very  much jeff, i think u<br />  have given me the confidence.&quot; -<strong>Phil</strong></font>'); } // rave3
if (ranNum == 3){document.write('<font size="3" face="Courier New, Courier, mono">&quot;Thank you very much!&quot;<br />  <strong>- Jean Alicea</strong></font>'); } // rave4
if (ranNum == 4){document.write('<font size="3" face="Courier New, Courier, mono">"excellent tips thank u jeff."<br />  <strong>- Kirupa Ganesh</strong></font>'); } // rave5
if (ranNum == 5){document.write('<font size="3" face="Courier New, Courier, mono">&quot;many many thanx 2u for giving me<br />  such a beautiful advice.&quot; <strong>- Mitali</strong></font>'); } // rave6
if (ranNum == 6){document.write('<font size="3" face="Courier New, Courier, mono">&quot;Thanks man,  I really appreciate<br />  what you are doing.&quot;  - <strong>Adi</strong></font>'); } // rave7
if (ranNum == 7){document.write('<font size="3" face="Courier New, Courier, mono">&quot;thanks  jeff really nice to have<br />  somebody who cares.&quot; - <strong>Adi</strong></font>'); } // rave8
if (ranNum == 8){document.write('<font size="3" face="Courier New, Courier, mono">"I  am finding your site and articles<br />  invaluable. Thanks." - <strong>Karen</strong></font>'); } // rave9
if (ranNum == 9){document.write('<font size="3" face="Courier New, Courier, mono">&quot;Jeff,  what a very inspiring message<br />  which made my heart jump.&quot; <strong>- Maria</strong></font>'); } // rave10
}

