<!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray

text[number++] = "<div align='center'> <center> <table border='0' cellpadding='2' width='100%' cellspacing='0'> <tr> <td width='25%' bgcolor='#00FFFF' valign='middle'><b><font face='Arial' size='2'>ScienceWeek Links</font></b></td> <td width='25%' bgcolor='#00FFFF'>&nbsp;</td> <td width='25%' bgcolor='#00FFFF'>&nbsp;</td> <td width='25%' bgcolor='#00FFFF'>&nbsp;</td> </tr> <tr> <td width='25%' valign='top'> <font face='Arial' size='2'><a href='http://click.linksynergy.com/fs-bin/click?id=qRsB2weJ0vQ&offerid=65624.10000131&type=3&subid=0'><b>Edmund Scientific<br> </b></a>Telescopes, microscopes, chemistry and biology kits, magnets,  optics,&nbsp; tools, tech toys, accoutrements.</font></td> <td width='25%' valign='top'><font face='Arial' size='2'><b><a href='http://www.sciconnect.com'>Science Connection:<br> </a></b>Meet like-minded singles at the network for science professionals and others into science or nature.</font></td> <td width='25%' valign='top'><font face='Arial' size='2'><b><a href='http://www.synergy.com/scienceweek.htm'>Graphing and Data Analysis</a><br> </b>KaleidaGraph has powerful curve fitting and statistical tests, a short learning curve, and an affordable price.</font></td> <td width='25%' valign='top'><font face='Arial' color='#000000' size='2'><b><a href='http://www.johnkerry.com'>John Kerry for President:</a><br> </b>Reason and justice need your help. Vote in 2004 -- an election that will change the course of American history.</font></td> </tr> <tr> <td width='25%'></td> <td width='25%'></td> <td width='25%'></td> <td width='25%' align='right'><font face='Arial' size='1'><a href='http://scienceweek.com/adverts.htm'>Ads by ScienceWeek</a></font></td> </tr> </table> </center> </div>";

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->


