function webcafes()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('              <table border="0" cellpadding="0" width="100%" cellspacing="0">                <tr>                  <td width="100%" height="65" valign="top">              <p align="center" style="margin-top: 2; margin-bottom: 2">              <font face="Arial"><b><font color="#FFCC00">Job Interviews               Starting Now!<br>              </font><font size="1" color="#FFFFFF">Click4Africa just launched a               4 month campaign to find candidates for our Management Trainee               Program<br>              Interview &amp; Apply On Line&nbsp;&nbsp;              <a href="http://www.click4africa.com"><font color="#FFCC00">Click               Here for details</font></a></font></b></font></td>                </tr>              </table>'); } // sample1
if (ranNum == 1){document.write('              <table border="0" cellpadding="0" width="100%" cellspacing="0">                <tr>                  <td width="100%" height="65" valign="top">              <p align="center" style="margin-top: 2; margin-bottom: 2"><b>              <font face="Arial" color="#FFCC00">Looking for a Job? I can help</font><font face="Arial" color="#FFCC00" size="4"><br>              </font></b><font face="Arial" size="2" color="#FFFFFF"> <b>I</b></font><b><font face="Arial" color="#FFFFFF" size="1">\'m               Monica and I want you on my team!  I\'ll even coach you               through the Interview. Don\'t delay and miss out on this               opportunity.  <a href="http://www.click4africa.com/1/monica/4">              <font color="#FFCC00">Click here for details</font></a></font></b></td>                </tr>              </table>'); } // sample2
}
