<SCRIPT LANGUAGE="Javascript">
<!--
var randNumber = Math.round(Math.random() * 4)
if (randNumber == 0)
{
document.write('<A href="http://www.intel.com">Intel</A><br><A href="http://www.cisco.com">Cisco</A>');
}
if (randNumber == 1)
{
document.write('<A href="http://forums.techguy.org/">Tech Guy</A><br><a href="http://www.4guysfromrolla.com/">4 Guys from Rolla</a>');
}
if (randNumber == 2)
{
document.write('So What!');
}
if (randNumber == 3)
{
document.write('Sumthin...Sumthin');
}
if (randNumber == 4)
{
document.write('You first');
}
// -->
</SCRIPT>
Are you looking for the solution to your computer problem? Join our site today to ask your question. This site is completely free -- paid for by advertisers and donations.
If you're not already familiar with forums, watch our Welcome Guide to get started.
Join over 807,865 other people just like you!