
//<!--
var IE = false;   // Internet Explorer
var NN = false;   // Netscape Navigator
var N6 = false;   // Netscape 6 or 7

if (document.all) {
  IE = true;
  }
  else if (document.layers) {
    NN = true;
    }
    else if (document.getElementById) {
      N6 = true;
      }
      else {
	alert("Unrecognized Browser Detected");
	};


function NEWSinitSetup()
{
var NEWSx = navigator.appVersion;
NEWSy = NEWSx.substring(0,4);
if (NEWSy>=4) NEWSsetVariables();
NEWSpopLayer('<li>The deadline for submitting abstracts for the SCTPLS Conference at VCU has been EXTENDED! Please make sure we have your <a href="http://www.societyforchaostheory.org/conf/2008/cfp" target="_blank"> submission</a> by MONDAY MAY 12!!<font size="-2"> (added 2008/05/05)</font><li>REGISTRATION for the <a href="http://www.societyforchaostheory.org/membership.html" target="_blank">SCTPLS Conference (Aug 8-10 Richmond), pre-conference workshops</a> (Aug 8), and reservations at the <a href="http://www.societyforchaostheory.org/conf/2008/lodging.html" target="_blank">Jefferson Hotel</a> are now open. C"mon in! The party is just getting started.<font size="-2"> (added 2008/05/01)</font><li>OUR SPECIAL <a href="http://www.societyforchaostheory.org/conf/2008/about.html" target="_blank"> GUEST SPEAKERS for the 18th Annual Int’l SCTPLS Conference</a>, Richmond VA, Aug 8-10, 2008 will be Deborah Aks, Rutgers University, “Dynamics of Visual Search as a Window on Perceptual-Cognitive Behavior;” and Mark Shelhamer, Johns Hopkins Medical School, “Timing is Everything: Statistics and Dynamics of Predictive and Reflexive Eye Movements.”  The <a href="http://www.societyforchaostheory.org/conf/2008/cfp" target="_blank">Call for Papers</a> is broad in scope and open until April 29th. Participants are invited to prepare their work as manuscripts for articles in Nonlinear Dynamics, Psychology, and Life Sciences. <font size="-2"> (added 2008/03/10)</font><li>THIS YEAR’S <a href="http://www.societyforchaostheory.org/conf/2008/workshops.html" target="_blank">WORKSHOPS for the 18th Annual Int’l SCTPLS Conference</a>, Richmond VA, Aug 8, 2008 will be: INTRODUCTION TO FRACTALS AND CHAOS, by Larry S. Liebovitch; TESTING HYPOTHESES FOR NONLINEAR DYNAMICS WITH POPULAR STATISTICAL SOFTWARE, by Stephen J. Guastello; and CHAOS INC LEARNING LABORATORY (organizational behavior) by John Winthrop Link & Jo Lee Loveland Link. <font size="-2"> (added 2008/03/10)</font>');}

var NEWSx,NEWSy,NEWSa,NEWSb;

function NEWSsetVariables()
{if (navigator.appName == "Netscape")
{h=".left=";
v=".top=";
dS="document.";
sD="";}
else
{h=".pixelLeft=";
v=".pixelTop=";
dS="";
sD=".style";}
}

var NEWSisNav = (navigator.appName.indexOf("Netscape") !=-1);

function NEWSpopLayer(messageText)
{
desc = "<table cellpadding=0 border=0 bgcolor=#FFFFFF><td><font face=Arial size=-1 color=black>";
desc += messageText;
desc += "</font></td></table>";
//alert(desc);
if(NEWSisNav)
{
if (N6) {
document.getElementById("newsLayer").innerHTML=desc;
} else {
document.newsLayer.document.write(desc);
document.newsLayer.document.close();
//document.newsLayer.left=NEWSx+25;document.newsLayer.top=NEWSy;
document.newsLayer.left=0;
document.newsLayer.top=0;
}
}
else
{
//alert("gogo");
newsLayer.innerHTML=desc;
//alert("yoyo");
//eval(dS+"newsLayer"+sD+h+(NEWSx+25));
//eval(dS+"newsLayer"+sD+v+NEWSy);}
eval(dS+"newsLayer"+sD+h+"0");
eval(dS+"newsLayer"+sD+v+"0");
//alert(dS);
}
//alert("done");
}

//-->



