// ************************************************************************************
// ** This file has been created with the Rotating Content Tool from R9 Tools.       **
// ** For more information, visit us on the web:                                     **
// **                                                                                **
// **     Rotating Content Tool   -- http://r9tools.com/rotate/                      **
// **     Author: Randy Hoyt      -- http://www.randyhoyt.net/                       **
// ************************************************************************************

varLength = 10
var entryContent = new Array(varLength)

entryContent[0] = "<img src=\"../v/vspfiles/V4_Backup/ph-01.jpg\" usemap=\"#ph-01\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-01\" name=\"ph-01\"> <area shape=\"rect\" alt=\"Symbol\" coords=\"0,4,138,158\" href=\"../Symbol_s/40.htm\" title=\"Symbol\" /> <area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[1] = "<img src=\"../v/vspfiles/V4_Backup/ph-02.jpg\" usemap=\"#ph-02\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-02\" name=\"ph-02\"> <area shape=\"rect\" alt=\"Elo TouchSystems\" coords=\"0,4,138,158\" href=\"../Elo_TouchSystems_s/29.htm\" title=\"Elo TouchSystems\" /> <area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[2] = "<img src=\"../v/vspfiles/V4_Backup/ph-03.jpg\" usemap=\"#ph-03\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-03\" name=\"ph-03\"> <area shape=\"rect\" alt=\"PioneerPOS\" coords=\"0,4,138,158\" href=\"../Pioneer_POS_s/37.htm\" title=\"PioneerPOS\" /><area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[3] = "<img src=\"../v/vspfiles/V4_Backup/ph-04.jpg\" usemap=\"#ph-04\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-04\" name=\"ph-04\"> <area shape=\"rect\" alt=\"Hand Held Products\" coords=\"0,4,138,158\" href=\"../Hand_Held_Products_s/32.htm\" title=\"Hand Held Products\" /> <area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[4] = "<img src=\"../v/vspfiles/V4_Backup/ph-05.jpg\" usemap=\"#ph-05\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-05\" name=\"ph-05\"> <area shape=\"rect\" alt=\"PSC\" coords=\"0,4,138,158\" href=\"../PSC_s/38.htm\" title=\"PSC\" /> <area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[5] = "<img src=\"../v/vspfiles/V4_Backup/ph-07.jpg\" usemap=\"#ph-07\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-07\" name=\"ph-07\"> <area shape=\"rect\" alt=\"Metrologic\" coords=\"0,4,138,158\" href=\"../Metrologic_s/35.htm\" title=\"Metrologic\" /><area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[6] = "<img src=\"../v/vspfiles/V4_Backup/ph-08.jpg\" usemap=\"#ph-08\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-08\" name=\"ph-08\"> <area shape=\"rect\" alt=\"Epson\" coords=\"0,4,138,158\" href=\"../Epson_s/30.htm\" title=\"Epson\" /> <area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[7] = "<img src=\"../v/vspfiles/V4_Backup/ph-09.jpg\" usemap=\"#ph-09\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-09\" name=\"ph-09\"> <area shape=\"rect\" alt=\"Star\" coords=\"0,4,138,158\" href=\"../Star_s/39.htm\" title=\"Star\" /> <area shape=\"default\" nohref=\"nohref\" alt=\"\" /></map>"
entryContent[8] = "<img src=\"../v/vspfiles/V4_Backup/ph-10.jpg\" usemap=\"#ph-10\" alt=\"\" style=\"border-style:none\" /><map id=\"ph-10\" name=\"ph-10\"> <area shape=\"rect\" alt=\"Logic Controls\" coords=\"0,4,138,158\"../Logic_Controls_s/34.htm\" title=\"Logic Controls\" /><area shape=\"default\" nohref=\"nohref\" alt=\"\" /> </map>"

var randomNumber = Math.random()
randomNumber *= varLength
randomNumber = parseInt(randomNumber)
if(isNaN(randomNumber)) randomNumber = 0
else randomNumber %= varLength
selectedContent = entryContent[randomNumber]

document.write (selectedContent)