//Random link plus text description script
//By Michael Dillon (http://www.mikenz.com)
//Script featured on JavaScript Kit (http://javascriptkit.com)

//specify total # of random links
var totallinks=18

var name=new Array(totallinks)
var testimonial=new Array(totallinks)

testimonial[0] = '<strong>Thanks!</strong><br>A huge thank you and kudos to the tech support at Maintenance<em>First</em> for resolving a problem due to the fact that the database was moved from one server to another due to state regulations. After contacting Maintenance<em>First</em>, the situation was resolved immediately.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[1] = '<strong>Very Thankful New User </strong><br>I started looking at facility maintenance software about 3 hours after I arrived at my new job last year. The system in place was vocally disliked by any who needed to work with it, and as cumbersome as a full body cast to work with.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[2] = 'I like the program because it is very simple to manage our clients equipment. I can easily pull up equipment and work order lists and see what is due for inspection and when it is due. The simplicity of uploading and downloading information to a Palm PDA is alot easier than the program we used to use. If I ever need any help or questions technical support has always been great.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[3] = 'In 1999, we purchased the Maintenance<em>First</em> program. This program works so proficiently that it made my first JCAHO year look like a cake walk. So far our database has grown to over 120 MEGS. We also run the AYS module and even the nurses love it, it not only saves time but it lets them keep track of the maintenance performed in their department. I am looking forward to working with Maintenance<em>First</em> for a long time. Their personnel is very helpful when it comes to our needs.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[4] = 'As a Network Administrator, it is important for me to implement software solutions that are stable and dependable. PMPlus for Windows has proven to be both. The software performs as promised and when the need to implement a new feature arises, the technical support is outstanding.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[5] = 'I have been using Maintenance<em>First</em> for over 10 years now, and it is extremely easy to use and hassle free.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[6] = 'Maintenance<em>First</em> has been at the forefront of CMMS software for over 15 years. Maintenance<em>First</em> has adapted to my needs and is fast and convenient.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[7] = 'I use Maintenance<em>First</em> everyday. I love this program it has helped my department save time and money.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[8] = 'Maintenance<em>First</em> has been extremely punctual in returning my calls and answering my questions. A+ in customer service.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[9] = 'Maintenance<em>First</em> meets all of my needs. The software is very flexible when it comes to my facility. Anytime I have a question the support team has always been a great help.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[10] = 'I’m very pleased with the program, I have used the software for over 15 years, and it has suited my every need.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[11] = 'I have been using the program for 3 years now and we are the #1 hospital in Arizona in accordance to JCAHO envionmental care thanks to Maintenance<em>First</em>.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[12] = 'I have been with Michael Reese for over 15 years. Maintenance<em>First</em> has been an amazing program. I love that I can pull old equipment reports off our database if the occassion arises. This is just one of the features that has made my life easier.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[13] = 'I have been using Maintenance<em>First</em> for almost 7 years now. I have used mulitple programs and this one is by far the easiet. When I installed the program in multiple facilities training had taken very little of my time. I recommend this program to anyone who reads CMMS.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[14] = 'Thank you Maintenance<em>First</em> for your users conference. The time spent there was invaluable to our facility. I look forward to seeing you next time.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[15] = 'Our facility has been using this software since DOS. Your software has been nothing short of a great addition for our operations.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[16] = 'NICE, NICE, NICE PROGRAM! The program has been condensed so that searching is a breeze. Information is right at our fingertips which SAVES TIME and MONEY.  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'
testimonial[17] = 'I love the new program. Everything is layed out nicely and it is easy to navigate through. Seamless!  <span class="readMore"><a href="testimonials.html">read more</a>..</span>'



name[0]='Central State'
name[1]='Goshen'
name[2]='Diversified Instruments'
name[3]='Citizens'
name[4]='SH Hospital'
name[5]='SA Medical Center'
name[6]='Provident'
name[7]='Allegany'
name[8]='HCM'
name[9]='Rhea'
name[10]='Duncan'
name[11]='Barix Clinics'
name[12]='MR Hospital and Medical Center'
name[13]='HealthSouth UVA'
name[14]='SCC Hospital'
name[15]='Hutcheson'
name[16]='CMC'
name[17]='HCH'



var num=Math.floor(Math.random()*totallinks)