<!-- Begin
var howMany = 24
var quote = new Array(howMany+1)
quote[0]="Incident trend analysis, see how/when/where incidents are occurring."
quote[1]="Provide effective, reliable incident tracking with an excellent Return on Investment."
quote[2]="Simple user administration with permission levels and activity logging."
quote[3]="Offer an integrated hardware/software system for immediate implementation on virtually any LAN/WAN."
quote[4]="Easy Plug and Play Installation."
quote[5]="Analyzes the effectiveness of training, policy, and security/safety awareness programs."
quote[6]="Support budget justifications, staffing increase/equipment purchase justifications, and maintenance schedule issues."
quote[7]="Support Premises Liability Defense Litigation, Policy and Procedure Implementation, and Security Program Effectiveness Demonstration."
quote[8]="Open architecture design means you are not tied to any specific operating system or database."
quote[9]="InciTrack NetApp can be out of the box and up and running in under 15 minutes!"
quote[10]="Simple, Intuitive, Web-based User Interface that anybody can use!"
quote[11]="Use the Graphing tool to visually identify trends."
quote[12]="Download your reports into Microsoft Excel&reg; for even more report customization features."
quote[13]="Use the Security Office Logging module to process guard tour and daily activity reports."
quote[14]="Use the PM Logging Module to track Equipment Warranty and Maintenance Records on your Field Hardware."
quote[15]="Built in spellchecking means no more ugly typos or misspellings."
quote[16]="Online help and hovertext cues make new user orientation a snap!"
quote[17]="Use the FBI/DHS Suspicious Activity Reporting Criteria Module to automatically send SARC reports to the authorities."
quote[18]="Choose the look and feel you want with our built-in theme manager."
quote[19]="Customizable forms ensure that InciTrack will fit your business requirements."
quote[20]="Email notification means your case managers or administrators never miss an incident."
quote[21]="Automatic software updates means you're always running the latest version of InciTrack."
quote[22]="InciTrack's Add-on modules allow for feature expansion."
quote[23]="Use the Anonymous Incident Reporting feature for Sarbanes-Oxley compliance."
quote[24]="Add Multimedia files to your reports, include images, movies, sounds, or include documents right into the report!"


function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)
// End -->

