OSRand = new Array(19);

OSRand[0] = '<div class="tech"><a href="http://www.mozilla.org"><p><img src="images/mozilla-80.gif" alt="Mozilla" />Mozilla<br />The free and open source browser available from the Mozilla Foundation.</p></a></div>' ;

OSRand[1] = '<div class="tech"><a href="http://www.apache.org"><p><img src="images/apache-80.jpg" alt="Apache" />Apache<br />Apache is an open-source HTTP server for modern operating systems including UNIX and Windows NT. </p></a></div>' ;

OSRand[2] = '<div class="tech"><a href="http://www.zope.com"><p><img src="images/zope-80.jpg" alt="Zope" />Zope<br />Zope is an open source application server for building content managements, intranets, portals, and custom applications.</p></a></div>' ;

OSRand[3] = '<div class="tech"><a href="http://www.phpnuke.org"><p><img src="images/phpnuke-80.jpg" alt="PHP-Nuke" />PHP-Nuke<br />PHP-Nuke is an advanced content management system.</p></a></div>' ;

OSRand[4] = '<div class="tech"><a href="http://www.postgresql.org"><p><img src="images/postgresql-80.jpg" alt="postgreSQL" />PostgreSQL<br />PostgreSQL is the worlds most advanced Open Source database software.</p></a></div>' ;

OSRand[5] = '<div class="tech"><a href="http://www.jabber.org"><p><img src="images/jabber.gif" alt="Jabber" />Jabber<br />Jabber is an open XML protocol for the real-time exchange of messages and presence between any two points on the Internet. </p></a></div>' ;

OSRand[6] = '<div class="tech"><a href="http://www.webdav.org"><p><img src="images/webdav.gif" alt="WebDav" />WebDav<br />WebDav is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. </p></a></div>' ;

OSRand[7] = '<div class="tech"><a href="http://www.mysql.com"><p><img src="images/mySQL.gif" alt="MySQL" />MySQL<br />MySQL is the world\'s most popular open source database, recognized for its speed and reliability.</p></a></div>' ;

OSRand[8] = '<div class="tech"><a href="http://www.plone.org"><p><img src="images/plone_80.gif" alt="Plone" />Plone<br />Plone is built on top of the open source application server Zope and the accompanying Content Management Framework which have thousands of developers around the world supporting it.</p></a></div>' ;

OSRand[9] = '<div class="tech"><a href="http://www.sleepycat.com"><p><img src="images/berkeley_db_80.gif" alt="Berkley DB" />Berkley DB<br />Berkeley DB is the leading application specific data management software in the world, with over 200 million deployments.</p></a></div>' ;

OSRand[10] = '<div class="tech"><a href="http://www.openoffice.org"><p><img src="images/open_office_80.gif" alt="Open Office" />Open Office<br />OpenOffice gives you everything you\'d expect in office software. You can create dynamic documents, analyse data, design eye-catching presentations, produce dramatic illustrations, and open up your databases.</p></a></div>' ;

OSRand[11] = '<div class="tech"><a href="http://www.php.org"><p><img src="images/php_80.gif" alt="PHP" />PHP<br />PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</p></a></div>' ;

OSRand[12] = '<div class="tech"><a href="http://www.openldap.org"><p><img src="images/open_ldap.gif" alt="OpenLDAP" />OpenLDAP<br />OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.</p></a></div>' ;

OSRand[13] = '<div class="tech"><a href="http://www.openbsd.org"><p><img src="images/openbsd.gif" alt="OpenBSD" />OpenBSD<br />The OpenBSD project produces a freely available, multi-platform 4.4BSD-based UNIX-like operating system. Emphasis is placed on correctness, security, standardization, and portability.</p></a></div>' ;

OSRand[14] = '<div class="tech"><a href="http://www.perl.org"><p><img src="images/perl.gif" alt="Perl" />Perl<br />Perl is a stable, cross platform programming language. It is used for mission critical projects in the public and private sectors and is widely used to program web applications of all needs.</p></a></div>' ;

OSRand[15] = '<div class="tech"><a href="http://www.postnuke.org"><p><img src="images/postnuke.gif" alt="PostNuke" />PostNuke<br />Post-Nuke is an open source, open developement content management system (CMS). Post-Nuke started as a fork from PHP-Nuke and provides many enhancements and improvements over the PHP-Nuke system.</p></a></div>' ;

OSRand[16] = '<div class="tech"><a href="http://www.python.org"><p><img src="images/python.gif" alt="Python" />Python<br />Python is a very high level programming language that excels in clarity and simplicity of expression. Python allows programmers to build their computing solutions using human modes of thought and logic. While Python is relatively simple to learn and use, its extensive standard library, portability, and ability to integrate tightly with other languages make it a real power tool for many types of software development.</p></a></div>' ;

OSRand[17] = '<div class="tech"><a href="http://www.samba.org"><p><img src="images/samba.gif" alt="Samba" />Samba<br />Samba is a suite of Unix applications that speak the SMB (Server Message Block) protocol. Many operating systems, including Windows and OS/2, use SMB to perform client-server networking. By supporting this protocol, Samba allows Unix servers to get in on the action, communicating with the same networking protocol as Microsoft Windows products.</p></a></div>' ;

OSRand[18] = '<div class="tech"><a href="http://www.sendmail.org"><p><img src="images/sendmail.gif" alt="Sendmail" />Sendmail<br />Sendmail is an SMTP (Simple Mail Transfer Protocol) Server for UNIX.</p></a></div>' ;

index = Math.floor(Math.random() * OSRand.length);

document.write(OSRand[index]);
