function afree()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('          <table border="0" cellpadding="2" width="100%">                <tr>                  <td width="100%" bgcolor="#FFFFFF">            <b><a href="http://internet4change.com/6/netbasics/"><font face="Arial" color="#0000FF" size="3"><span style="background-color: #FFCC00">Net            Basics</span></font></a></b>                  </td>                </tr>                <tr>                  <td width="100%" bgcolor="#FFFFFF"><font size="3" face="Arial">FREE                    tutorials 4 <b>beginners</b>, i4c\'s Net Basics mini courses                    teach U, <b>step by step</b>, in simple language, what you                    need 2 know to <b>get connected.</b> Learn to SMS online,                    open an email account, search and surf without getting lost,                    and more!&nbsp;</font></td>                </tr>                <tr>                  <td width="100%" bgcolor="#FFFFFF">                    <p align="right"><font face="Arial" size="1"><b><font color="#669900"><a href="http://internet4change.com/6/netbasics/">Click                    Here</a> 4 the list of Net Basics</font></b></font></td>                </tr>              </table>'); } // basics
if (ranNum == 1){document.write('        <table border="0" cellpadding="2" width="100%">                  <tr>                    <td width="100%" bgcolor="#FFFFFF"><a href="http://pub46.bravenet.com/faq/show.php?usernum=3941568496" target="_blank"><b><font size="3" face="Arial"><span style="background-color: #FFCC00">i4c                      ANSWERS!</span></font></b></a></td>                  </tr>                  <tr>                    <td width="100%" bgcolor="#FFFFFF"><font size="3" face="Arial">If                      YOU have <b>questions about Internet</b>, U are NOT alone!                      <b>i4c </b><i><b>Answers</b> </i>your questions. You can                      also learn from seeing answers 2 the questions others have                      asked before you.</font></td>                  </tr>                  <tr>                    <td width="100%" bgcolor="#FFFFFF">                      <p align="right"><font face="Arial" size="1"><a href="http://pub46.bravenet.com/faq/show.php?usernum=3941568496" target="_blank">Click                      Here</a><font color="#669900" size="1"><b> 2 get answered</b></font></font></td>                  </tr>                </table>'); } // answers
if (ranNum == 2){document.write('                <table border="0" cellpadding="2" width="100%">                  <tr>                    <td width="100%" bgcolor="#FFFFFF"><a href="http://internet4change.com/9"><b><font color="#0000FF" size="3" face="Arial"><span style="background-color: #FFCC00">Webbed                      Pages</span></font></b></a></td>                  </tr>                  <tr>                    <td width="100%" bgcolor="#FFFFFF"><font face="Arial" size="3">From                      <b>simple</b> online business cards &amp; directory                      listings, to <b>impact- enabled</b> pages for Africa\'s                      community development, i4c has a webbed page 4 <i>you</i>.                      A unique range of <b>easy 2 make &amp; update </b>webbed                      pages are available, specially tailored 4 creating change                      in <i>your</i> offline environment.&nbsp;</font></td>                  </tr>                  <tr>                    <td width="100%" bgcolor="#FFFFFF">                      <p align="right"><font face="Arial" size="1"><a href="http://internet4change.com/9"><b>Click Here</b></a><b>                      <font color="#669900" size="1">                      2 get webbed</font></b></font></td>                  </tr>                </table>'); } // pages
}
