var quotes = new Array;

quotes.push("<strong>5% of organizations report that they never review their website traffic.</strong> <br><br>Another 28% review their traffic on an occasional basis. It is critical to review the use of your website on a regular basis and adjust your content and services accordingly. <br><br>Organizations that want to be aggressive about meeting user needs should even consider performing the occasional survey to obtain feedback from their web audience.<br><br> Almost 40% of organizations claim to be posting content on an ad-hoc basis with no guidelines.");

quotes.push("<strong>Browser Stats</strong> <br><br>Browser trends are important information. What you can read from the statistics below is that Internet Explorer 6 is the dominating browser, XP is the most popular operating system, and most users are using a display with 800x600 pixels or more, with a color depth of at least 65K colors.<br><br>Internet Explorer 6  - 61.9%<br><br> Internet Explorer 5 – 3.1% <br><br>Opera 7/8 - 1.9%<br><br> Firefox – 24.6% <br><br>Mozilla – 3.6% <br><br>Netscape 4 - .2%<br><br>Netscape 7 - .9% <br><br> Almost 40% of organizations claim to be posting content on an ad-hoc basis with no guidelines.<br><br>Stats from <a href='http://www.w3schools.com/' target='_blank'>www.w3schools.com</a>");

quotes.push("<strong>Operating System Platform Statistics</strong><br><br> Current trend is that Windows XP is growing fast. The windows family counts for more than 90%:<br><br> Windows XP – 64% <br><br>Windows 2000 – 19.7% <br><br>Windows 98 – 4.1% <br><br>Windows NT - .8%<br><br> Windows .NET – 1.4%<br><br> Linux – 3.3%<br><br> Mac – 2.9%<br><br>");

document.write(quotes[(Math.floor(Math.random() * quotes.length))]);

