	<!-- Hide this script from old browsers --
var imagenumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "01.jpg"
images[2] = "02.jpg"
images[3] = "03.jpg"
images[4] = "04.jpg"
images[5] = "05.jpg"
images[6] = "06.jpg"
images[7] = "07.jpg"
images[8] = "08.jpg"
images[9] = "09.jpg"
images[10] = "10.jpg"
var imageA = images[rand1]

var quotesnumber = 6 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotesnumber-1) * randomnumber) + 1 ;

quotes = new Array
quotes [1] = "&#8220;I recharge my engines with some Ximo.  I find it re-energizes me, and helps me control my appetite at dinner time.&#8221; <BR><BR><I><B>Dr. D D</B><BR>Triple Board Certified  Surgeon<BR>Florida </I>"
quotes [2] = "&#8220;I started losing weight my first week on Ximo, have an abundance of energy and have better workouts.&#8221; <BR><BR><I><B>H. U., MD</B><BR>Mayo Clinic Physician<BR>Arizona </I>"
quotes [3] = "&#8220;I have been on Ximo for two weeks now, and I'm losing weight and my energy levels are higher than they\'ve been in awhile.&#8221; <BR><BR><I><B>J. W.</B><BR>Texas </I>"
quotes [4] = "&#8220;My Suggestion? Get in NOW and just get going!! Ximo is a very unique product at a very unique time in America!!&#8221; <BR><BR><I><B>J. B.</B><BR>Texas </I>"
quotes [5] = "&#8220;My endurance has picked up tremendously and I can compete with the best.&#8221; <BR><BR><I><B>J. F.</B></I>"
quotes [6] = "&#8220; In my first month, I began losing weight.  Pretty good , right?  Well, it gets better...&#8221; <BR><BR><I><B>J. C.</B></I>"
var quotesB = quotes[rand1]
// -- End Hiding Here -->