function test()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<table width="175" border="1" bordercolor="#0066CC" bgcolor="#EAF0FB">       <tr>           <td bgcolor="#CCCCCC">             <div align="center">              <h3><strong><em>Tip #1</em></strong></h3>            </div></td>        </tr>        <tr>           <td><div align="center">              <p><strong>Budget</strong><br>                Mutually discuss a plan and your expectations around credit.</p>            </div></td>        </tr>        <tr>           <td bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="/facts.htm" target="_top">Click               here for more tips!</a></font></div></td>        </tr>      </table>'); } // Budget
if (ranNum == 1){document.write('<table width="175" border="1" bordercolor="#0066CC" bgcolor="#EAF0FB">        <tr>           <td bgcolor="#CCCCCC">             <div align="center">              <h2><strong><em>Tip #2</em></strong></h2>            </div></td>        </tr>        <tr>           <td><div align="center">              <p><strong>Values</strong><br>                Discuss your values around use of substances, relationships, money and academic performance.<p>            </div></td>        </tr>        <tr>           <td bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="/facts.htm" target="_top">Click               here for more tips!</a></font></div></td>        </tr>      </table>'); } // Value
if (ranNum == 2){document.write('<table width="175" border="1" bordercolor="#0066CC" bgcolor="#EAF0FB">        <tr>           <td bgcolor="#CCCCCC">             <div align="center">              <h2><strong><em>Tip #3</em></strong></h2>            </div></td>        </tr>        <tr>           <td><div align="center">              <p><strong>Coming Home</strong><br>Encourage them to stay in Duluth most weekends<br>...especially the first 6 weeks<p>            </div></td>        </tr>        <tr>           <td bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="/facts.htm" target="_top">Click               here for more tips!</a></font></div></td>        </tr>      </table>'); } // Home
if (ranNum == 3){document.write('<table width="175" border="1" bordercolor="#0066CC" bgcolor="#EAF0FB">        <tr>           <td bgcolor="#CCCCCC">             <div align="center">              <h2><strong><em>Tip #4</em></strong></h2>            </div></td>        </tr>        <tr>           <td><div align="center">              <p><strong>Communication</strong><br>Set up a communication routine in which you are mutually comfortable. If you don\'t have an email account - get one, but don\'t forget the calls and visits<p>            </div></td>        </tr>        <tr>           <td bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="/facts.htm" target="_top">Click               here for more tips!</a></font></div></td>        </tr>      </table>'); } // Communication
if (ranNum == 4){document.write('<table width="175" border="1" bordercolor="#0066CC" bgcolor="#EAF0FB">        <tr>           <td bgcolor="#CCCCCC">             <div align="center">              <h2><strong><em>Tip #5</em></strong></h2>            </div></td>        </tr>        <tr>           <td><div align="center">              <p><strong>Alcohol</strong><br>Get and share the facts. Students tend to overestimate the use of alcohol by their peers.<p>            </div></td>        </tr>        <tr>           <td bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="/facts.htm" target="_top">Click               here for more tips!</a></font></div></td>        </tr>      </table>'); } // Alcohol
if (ranNum == 5){document.write('<table width="175" border="1" bordercolor="#0066CC" bgcolor="#EAF0FB">        <tr>           <td bgcolor="#CCCCCC">             <div align="center">              <h2><strong><em>Tip #6</em></strong></h2>            </div></td>        </tr>        <tr>           <td><div align="center">              <p><strong>Listen</strong><br>You won\'t get far by lecturing. Ask your student to talk about their experiences. Find out what concerns they have.<p>            </div></td>        </tr>        <tr>           <td bgcolor="#CCCCCC"><div align="center"><font size="2"><a href="/facts.htm" target="_top">Click               here for more tips!</a></font></div></td>        </tr>      </table>'); } // Listen
}
