﻿// ************************************************************************************
// ** This file has been created with the Rotating Content Tool by Randy Hoyt.       **
// ** For more information, visit us on the web:                                     **
// **                                                                                **
// **     Rotating Content Tool   -- http://www.rotatecontent.com/                   **
// **     Author: Randy Hoyt      -- http://www.randyhoyt.com/                       **
// ************************************************************************************

varLength = 7
var entryContent = new Array(varLength)

entryContent[0] = " <a href=\"installation.html\"><img src=\"images%202006/installationtip.jpg\" alt=\"\" height=\"35\" width=\"200\" border=\"0\"></a><br> <img src=\"images%202006/installleft.jpg\" alt=\"\" height=\"124\" width=\"200\" border=\"0\"><br> <br> <font size=\"2\" face=\"Helvetica, Geneva, Arial, SunSans-Regular, sans-serif\">Got new equipment or adding to your existing equipment? Need help getting it installed? Our staff of installation experts can help get you up and running with the least amount of downtime.<a href=\"installation.html\">Learn more …</a></font>"
entryContent[1] = " <div align=\"left\"> <a href=\"engineering.html\"><img src=\"images%202006/engineeringtip.jpg\" alt=\"\" height=\"35\" width=\"200\" border=\"0\"></a><br> <a href=\"engineering.html\"><img src=\"images%202006/Sprite_101.jpg\" height=\"131\" width=\"200\" border=\"0\"></a><br> <br> <font size=\"2\" face=\"Helvetica, Geneva, Arial, SunSans-Regular, sans-serif\">Our staff of highly trained engineers utilize the latest software and technology to ensure that we provide the highest quality products for all of your motion control needs. <a href=\"engineering.html\">Learn more .... </a></font></div>"
entryContent[2] = " <div align=\"left\"> <a href=\"repairs1.html\"><img src=\"images%202006/repaircentertip.jpg\" alt=\"\" height=\"35\" width=\"200\" border=\"0\"></a><br> <img src=\"images%202006/repair1.jpg\" alt=\"\" height=\"127\" width=\"200\" border=\"0\"><br> <br> <font size=\"2\" face=\"Helvetica, Geneva, Arial, SunSans-Regular, sans-serif\">Need something repaired? The Livingston &amp; Haven Repair Group provides complete industrial repair service for over 20 major manufacturers. <a href=\"repairs1.html\">Learn more ….</a> </font></div>"
entryContent[3] = " <div align=\"left\"> <a href=\"customer_service.html\"><img src=\"images%202006/custtip.jpg\" alt=\"\" height=\"35\" width=\"200\" border=\"0\"></a><br> <img src=\"images%202006/dave.jpg\" alt=\"\" height=\"124\" width=\"200\" border=\"0\"><br> <br> <font size=\"2\" face=\"Helvetica, Geneva, Arial, SunSans-Regular, sans-serif\">Need help? Not a problem! Our friendly staff of over 30 knowledgeable customer service associates can help you with any questions you may encounter! Serving our customers is our first priority.<a href=\"customer_service.html\">Learn more …</a></font></div>"
entryContent[4] = " <font size=\"2\" face=\"Helvetica, Geneva, Arial, SunSans-Regular, sans-serif\"><a href=\"manufacturing1.html\"><img src=\"images%202006/manutip.jpg\" alt=\"\" height=\"35\" width=\"200\" border=\"0\"></a><br> <img src=\"images%202006/manuleft.jpg\" alt=\"\" height=\"124\" width=\"200\" border=\"0\"><br> <br> From the simplest power unit to the most complex testing equipment, the Livingston &amp; Haven manufacturing team can build the proper system to fit your needs.<a href=\"manufacturing1.html\">Learn more …</a></font>"
entryContent[5] = " <font size=\"2\" face=\"Helvetica, Geneva, Arial, SunSans-Regular, sans-serif\"><a href=\"emergency_service.html\"><img src=\"images%202006/emergtip.jpg\" alt=\"\" height=\"35\" width=\"200\" border=\"0\"></a><br> <img src=\"images%202006/emergleft.jpg\" alt=\"\" height=\"124\" width=\"200\" border=\"0\"><br> <br> We understand that today's business isn't an 8-5 job. Sometimes things happen after 5 o’clock and you need someone you can depend on to get you back on track. Livingston &amp; Haven’s Emergency Service can do just that. Our Emergency Service is available 24/7 to assist you during those untimely events.<a href=\"emergency_service.html\"> Learn more …</a></font>"
entryContent[6] = " <font size=\"2\" face=\"Helvetica, Geneva, Arial, SunSans-Regular, sans-serif\"><a href=\"training.html\"><img src=\"images%202006/trainingtip.jpg\" alt=\"\" height=\"35\" width=\"200\" border=\"0\"></a><br> <img src=\"images%202006/trainingleft.jpg\" alt=\"\" height=\"124\" width=\"200\" border=\"0\"><br> <br> The Livingston &amp; Haven Institute of Applied Technology offers a complete selection C.E.U. accredited course ranging from basic industrial hydraulics to proportional circuit design. Classes are enrolling now so act soon! <a href=\"training.html\">Learn more …</a></font>"

var randomNumber = Math.random()
randomNumber *= varLength
randomNumber = parseInt(randomNumber)
if(isNaN(randomNumber)) randomNumber = 0
else randomNumber %= varLength
selectedContent = entryContent[randomNumber]

document.write (selectedContent)