var randnum1 = Math.floor(Math.random()*5+1);
if (randnum1 == 1) {
document.write('<table bgcolor="#EAEAEA" valign="top" cellpadding="5" cellspacing="0" border="0" width=200>');
document.write('<tr valign=top><td colspan=2 class=Kheader align="center">Replaceable Parts</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=bultext>&nbsp;&nbsp;Eli Whitney is best known for his invention, the Cotton Gin. But did you know that in his later years he experimented with the concept of standardized, replaceable parts?<br>This idea revolutionized machinery!</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=bultext>&nbsp;&nbsp;How much more efficient and flexible could your business software be if you could simply apply this principle?</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=bultext>&nbsp;&nbsp;Let Kaloke help you develop a system that takes advantage of this concept with Java based, internet services!</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=bultext>&nbsp;</td></tr></table>');
}
else if (randnum1 == 2) {
document.write('<table bgcolor="#EAEAEA" valign="top" cellpadding="5" cellspacing="0" border="0" height=400 width=200>');
document.write('<tr valign=top><td colspan=2 class=Kheader align="center"><div class=BKheader>Language Skills</div><br>');
document.write('Java<br>C++<br>XML<br>XSL<br>Perl<br>DHTML<br>C<br>JavaScript<br>WML<br>WAP<br>HTML</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=Kheader>&nbsp;</td></tr></table>');
}
else if (randnum1 == 3) {
document.write('<table bgcolor="#EAEAEA" valign="top" cellpadding="5" cellspacing="0" border="0" height=400 width=200>');
document.write('<tr valign=top><td colspan=2 class=Kheader align="center"><div class=BKheader>Operating Systems</div><br>');
document.write('AIX<br>Solaris<br>Linux<br>NT<br>UNIX</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=Kheader>&nbsp;</td></tr></table>');
}
else if (randnum1 == 4) {
document.write('<table bgcolor="#EAEAEA" valign="top" cellpadding="5" cellspacing="0" border="0" height=400 width=200>');
document.write('<tr valign=top><td colspan=2 class=Kheader align="center"><div class=BKheader>Applications</div><br>');
document.write('BEA Weblogic<br>IBM Websphere<br>J2EE<br>Sonic MQ<br>IBM MQ Series</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=Kheader>&nbsp;</td></tr></table>');
}
else if (randnum1 == 5) {
document.write('<table bgcolor="#EAEAEA" valign="top" cellpadding="5" cellspacing="0" border="0" height=400 width=200>');
document.write('<tr valign=top><td colspan=2 class=Kheader align="center"><div class=BKheader>Kaloke Methodology</div><br>');
document.write('We Design<br>We Build<br>We Make It Work!</td></tr>');
document.write('<tr valign=top><td width=10>&nbsp;</td><td class=Kheader>&nbsp;</td></tr></table>');
}
