<!--
var mast_loaded = false;

function mast_tell(msg,t)
{
if (masthead_loaded) {
writeDivMsg("masthead_msg",msg);
t.style.backgroundColor="yellow";
//alert(t.innerText);
}

}
function mast_out(t)
{
t.style.backgroundColor="white";
}

function mast_go(msg)
{
//if (msg == "/membership.html") {
//  msg = "https://www.societyforchaostheory.org/membership.html";
//} else {
//  msg = "http://www.societyforchaostheory.org/" + msg
//  msg = "http://216.89.110.215" + msg
  msg = msg
//}
window.open(msg,"_self");
}

function mastheadLoad()
{
var data=' <table width="100%" border="2" cellpadding="0" cellspacing="0" style="border: solid blue" XSTYLE="background:white;border-color:blue,blue,blue,blue">  <tr>   <td height="100%" width="100">    <table border="0" cellpadding="0" cellspacing="0" Xheight="100%" style="border: 0 solid blue" Xframe="border:below" >     <tr>      <td>       <img src="/images/SCTPLSbannerlogo.jpg"  Xsrc="rossler2.jpg" width="110" height="120" border="0" >      </td>     </tr>     <tr>      <td id="home" onmouseout="mast_out(this);" onmouseover="mast_tell(\'Return to Society Homepage\',this);"  onclick="mast_go(\'/\');" valign="center" align="center" height="50" Xheight="100" Xstyle="border-top: 2 solid blue;border-bottom: 0 solid yellow;"> <font size="3pt" Xsize="4pt" color="blue"> <b> SCTPLS <br> Homepage </b> </font> </td> </tr> <tr> <td id="rss" valign="center" onmouseout="mast_out(this);" onmouseover="mast_tell(\'URL For SCTPLS RSS News Feed\',this);" Xonclick="mast_go(\'/rssfeed/whatis.html\');" valign="center" Xalign="center" height="10" Xstyle="border-top: 2 solid blue;border-bottom: 0 solid yellow;" > <a href="/rssfeed/news.rss" target="_blank"><img src="/images/xml_button.gif" width="28" height="13" hspace="0" vspace="0" border="0" alt="" align="absmiddle"></a> <font size="1pt"> <a  href="javascript:void" onclick="javascript:window.open (\'/rssfeed/whatisrss.html\', \'newWin\', \'scrollbars=no,status=no,width=300,height=300,top=100,left=400\');" >RSS News Feed</a> </font> </td> </tr> <tr> <td id="contact" valign="center"  onmouseout="mast_out(this);"  onmouseover="mast_tell(\'Contact References for the Society\',this);"  onclick="mast_go(\'/contacts.html\');" valign="center"  Xalign="center"  height="10"  Xstyle="border-top: 2 solid blue;border-bottom: 0 solid yellow;" > <img src="/images/letter.gif" width="35" height="18"> <font size="1pt" Xsize="2pt" color="blue"> Contact Info </font> </td> </tr>    </table>   </td>   <td align="center" width="*">    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="border-left: 2 solid blue">     <tr>       <td align="center" bgcolor="#FFFF00" style="border-bottom: 2 solid blue"> <font size="5pt" weight="bold" style="font-family:arial;font-weight:bold"> &nbsp;&nbsp;Society for Chaos Theory in  <br> &nbsp;&nbsp;Psychology &amp; Life Sciences </b> </font> </td>  </tr>  <tr> <!-- <td width="*"> <table width="100%" bgcolor="white" STYLE="color: red;border-color:blue;" border="0"> <tr> --> <td width="100%"> <table width="100%" Xcellpadding="10" Xbgcolor="white" width="100%" STYLE="color: blue;font-weight:bold" border="0"> <tr> <td onmouseout="mast_out(this);" onmouseover="mast_tell(\'About the Society & Governance\',this);" onclick="mast_go(\'/about.html\');"> About the Society </td> <td onmouseout="mast_out(this);" onmouseover="mast_tell(\'Membership Application\',this);" onclick="mast_go(\'/membership.html\');"> Membership </td> <td onmouseout="mast_out(this);" onmouseover="mast_tell(\'News Archive; Link to Newsletter Archive\',this);" onclick="mast_go(\'/news.html\');"> Newsletter &amp; <br> &nbsp;&nbsp;&nbsp;News Archive </td> </tr> <!-- </table> </td> </tr> --> <tr> <!-- <td align="center"> <table Xbgcolor="white" Xcellpadding="10" width="100%" STYLE="color: blue;font-weight:bold" border="0"> <tr> --> <td align="left" onmouseout="mast_out(this);" onmouseover="mast_tell(\'NDPLS Journal\',this);" onclick="mast_go(\'/ndpls\');"> Nonlinear Dynamics, <br> &nbsp;&nbsp;&nbsp;Psychology, and Life Sciences </td> <td onmouseout="mast_out(this);" onmouseover="mast_tell(\'Society Discussion Group\',this);" onclick="mast_go(\'/chaopsyc.html\');"> Chaopsyc <br> &nbsp;&nbsp;&nbsp;Listserv </td> <td align="left" onmouseout="mast_out(this);" onmouseover="mast_tell(\'Society Conference Information\',this);" onclick="mast_go(\'/conferences.html\');"> Conferences </td> </tr> <!-- </table> </td> </tr> --> <tr> <!-- <td> <table Xbgcolor="white" cellpadding="10" width="100%" STYLE="color: blue;font-weight:bold;border-color:blue" border="0"> <tr> --> <td Xstyle="right-padding:100" onmouseout="mast_out(this);" onmouseover="mast_tell(\'Web-available Tutorials\',this);" onclick="mast_go(\'/tutorials\');"> Resources for Students <br> &nbsp;&nbsp;&nbsp;&amp; Teachers </td> <td onmouseout="mast_out(this);" onmouseover="mast_tell(\'Links to Useful Datasets\',this);" onclick="mast_go(\'/dataproject.html\');"> Data Library and <br> &nbsp;&nbsp;&nbsp;Data Analysis Project </td> <td onmouseout="mast_out(this);" onmouseover="mast_tell(\'Chock full of relevant links!\',this);" onclick="mast_go(\'/links.html\');"> Other Resources <br> &nbsp;&nbsp;&nbsp;and Links </td> </tr> <!-- </table> </td> </tr> --> </table> </td> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" align="center" style="border-top: 2 solid blue" > <font color="red"> <div id="masthead_msg">Welcome to the Society\'s Homepage!</div> </font> </td> </tr> </table> ';writeDivMsg("masthead",data);masthead_loaded = true;
}

//-->



