var mess = new Array('The theft/ GPS feature is the greatest thing included in this system because although kids want a phone they are not always responsible for them and tend to misplace them','I thought the installation was easy and user friendly. I also found the software easy to use and update. The different security settings make it easy to personalize for my child.','This product&rsquo;s most positive characteristic is the peace of mind offered to the parent who is able to know what their teen is doing.');var max = mess.length;var num = Math.floor((Math.random() * max));document.writeln(mess[num]);                    