   <!-- Hide from old browsers
   function random(limit) {
     today = new Date();
     return(today.getSeconds() % limit);
   }

   function tagline() {
     tagLines = new Array(10);
     tagLines[0] = "<center><a href='/products/octel/'><font size='4' color='#bb0000'>Avaya Octel</font></a><br></center><font size='2'>With more than 110 million mailboxes in 90 countries worldwide, <a href='/products/octel/'>Avaya Octel</a> is one of the world's leading providers of advanced voice messaging technology.</font>";
     tagLines[1] = "<center><font size='4' color='#bb0000'>Did you know?</font><br></center><font size='2'>You can request a <a href='/quickquote/'>Quick Quote</a> for your specific telephone system and application! Just click on the <a href='/quickquote/'><img src='/images/q.gif' width='14' height='18' alt='Request a Quick Quote' align='top' border='0'></a>.</font>";
     tagLines[2] = "<center><a href='/products/vsr/'><font size='4' color='#bb0000'>Voice Systems Research (VSR)</font></a><br></center><font size='2'><a href='/products/vsr/'>VSR</a> is a global leader in the development of integrated communications software that provide unified messaging, voice mail, advanced call routing, and IP-based telephony solutions.</font>";
     tagLines[3] = "<center><a href='javascript:openNav()' onclick='openNav();return false'><font size='4' color='#bb0000'>WebSite Tour</font></a><br></center><font size='2'>This WebSite was designed with you in mind. Come take the <a href='javascript:openNav()' onclick='openNav();return false'>guided tour</a> to sample some of this site's best features!</font>";
     tagLines[4] = "<center><a href='/helpcenter/'><font size='4' color='#bb0000'>Help Center</font></a><br></center><font size='2'>Need some guidance? Visit the newly created <a href='/helpcenter/'>Help Center</a> for an outlook of your industry, and don't forget to take the <a href='javascript:openNav()' onclick='openNav();return false'>WebSite Tour</a>... with much more information and resources to come!</font>";
     tagLines[5] = "<center><font size='4' color='#bb0000'>Did you know?</font><br></center><font size='2'>You can now post your own voice mail systems or equipment for sale on the <a href='/broker/'>Brokerage Board</a>! Just put in for a <a href='/broker/add.html'>Sellers' Request</a> and see if Voice Mail, Inc. can connect you with a buyer!</font>";
     tagLines[6] = "Tagline6";
     tagLines[7] = "Tagline7";
     tagLines[8] = "Tagline8";
     tagLines[9] = "Tagline9";

     document.write(tagLines[random(6)]);
   }

   // Unhide -->