var timeDelay = 4; // change delay time in seconds
var Pix = new Array
("https://www.aisnet.org/javascripts/repeat/blank.gif"
,"https://www.aisnet.org/javascripts/repeat/ecis01.gif"
,"https://www.aisnet.org/javascripts/repeat/ecis02.gif"
,"https://www.aisnet.org/javascripts/repeat/ecis03.gif"
,"https://www.aisnet.org/javascripts/repeat/ecis04.gif"
,"https://www.aisnet.org/javascripts/repeat/ecis05.gif"
,"https://www.aisnet.org/javascripts/repeat/ecis06.gif"
,"https://www.aisnet.org/javascripts/repeat/ecis07.gif"
,"https://www.aisnet.org/javascripts/repeat/blank.gif"
,"https://www.aisnet.org/javascripts/repeat/amcis01.gif" 
,"https://www.aisnet.org/javascripts/repeat/amcis02.gif"
,"https://www.aisnet.org/javascripts/repeat/amcis03.gif"
,"https://www.aisnet.org/javascripts/repeat/amcis04.gif" 
,"https://www.aisnet.org/javascripts/repeat/amcis05.gif" 
,"https://www.aisnet.org/javascripts/repeat/amcis06.gif" 
,"https://www.aisnet.org/javascripts/repeat/amcis07.gif"
,"https://www.aisnet.org/javascripts/repeat/blank.gif"
,"https://www.aisnet.org/javascripts/repeat/pacis01.gif"
,"https://www.aisnet.org/javascripts/repeat/pacis02.gif"
,"https://www.aisnet.org/javascripts/repeat/pacis03.gif"
,"https://www.aisnet.org/javascripts/repeat/pacis04.gif"
,"https://www.aisnet.org/javascripts/repeat/pacis05.gif"
,"https://www.aisnet.org/javascripts/repeat/pacis06.gif"
,"https://www.aisnet.org/javascripts/repeat/pacis07.gif"
,"https://www.aisnet.org/javascripts/repeat/blank.gif"
,"https://www.aisnet.org/javascripts/repeat/icis01.gif"
,"https://www.aisnet.org/javascripts/repeat/icis02.gif"
,"https://www.aisnet.org/javascripts/repeat/icis03.gif"
,"https://www.aisnet.org/javascripts/repeat/icis04.gif"
,"https://www.aisnet.org/javascripts/repeat/icis05.gif"
,"https://www.aisnet.org/javascripts/repeat/icis06.gif"
,"https://www.aisnet.org/javascripts/repeat/icis07.gif"
,"https://www.aisnet.org/javascripts/repeat/blank.gif");

var PixLinks = new Array                                        //***** added this array
("http://www.aisnet.org/"
,"http://www.ecis2004.fi"
,"http://www.ecis2004.fi"
,"http://www.ecis2004.fi"
,"http://www.ecis2004.fi"
,"http://www.ecis2004.fi"
,"http://www.ecis2004.fi"
,"http://www.ecis2004.fi"
,"http://www.aisnet.org"
,"http://howe.stevens-tech.edu/amcis2004/"
,"http://howe.stevens-tech.edu/amcis2004/"
,"http://howe.stevens-tech.edu/amcis2004/"
,"http://howe.stevens-tech.edu/amcis2004/"
,"http://howe.stevens-tech.edu/amcis2004/"
,"http://howe.stevens-tech.edu/amcis2004/"
,"http://howe.stevens-tech.edu/amcis2004/"
,"http://www.aisnet.org"
,"http://www.pacis2004.org/index.html"
,"http://www.pacis2004.org/index.html"
,"http://www.pacis2004.org/index.html"
,"http://www.pacis2004.org/index.html"
,"http://www.pacis2004.org/index.html"
,"http://www.pacis2004.org/index.html"
,"http://www.pacis2004.org/index.html"
,"http://www.aisnet.org"
,"http://www.terry.uga.edu/conferences/ICIS2004/"
,"http://www.terry.uga.edu/conferences/ICIS2004/"
,"http://www.terry.uga.edu/conferences/ICIS2004/"
,"http://www.terry.uga.edu/conferences/ICIS2004/"
,"http://www.terry.uga.edu/conferences/ICIS2004/"
,"http://www.terry.uga.edu/conferences/ICIS2004/"
,"http://www.terry.uga.edu/conferences/ICIS2004/"
,"http://www.aisnet.org");

var howMany = Pix.length;
timeDelay *= 1000;
var PicCurrentNum = 0;
var PicCurrent = new Image();

function startPix() {
setInterval("slideshow()", timeDelay);
}
function slideshow() {
PicCurrentNum++;
if (PicCurrentNum == howMany) {
PicCurrentNum = 0;
}
PicCurrent.src = Pix[PicCurrentNum];
document["ChangingPix"].src = PicCurrent.src;
}
function gotolocation()                                                   //******** added this funtion
{
 gotolocation=PixLinks[PicCurrentNum];
 document.location.href=gotolocation;

}


var header='<table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%"><tr BGCOLOR="#2C5DBC"><td rowspan=2 valign="middle" align="center" style="border-bottom:#FFFFFF 1px solid;" width="90"><a href="http://www.aisnet.org/"><img SRC="https://www.aisnet.org/javascripts/banner2/ais_logo.gif" ALT="AIS Logo" BORDER=0 height=95 width=80 ></A></td><td colspan="5" style="border-bottom:#FFFFFF 1px solid;" align="center" height="55" nowrap><b><font face="Arial,Helvetica" color="#FFFFFF" size="+3">Association for Information Systems</font></b><br><a href="http://www.aisnet.org/index.asp"><font face="Arial,Helvetica" color="#FFFFFF">English</font></a> | <a href="http://www.aisnet.org/index.fr.asp"><font face="Arial,Helvetica" color="#FFFFFF">Francais</font></a> | <a href="http://www.aisnet.org/index.es.asp"><font face="Arial,Helvetica" color="#FFFFFF">Espanol</font></a></td><td rowspan="2" valign="center" align="center" style="border-bottom:#FFFFFF 1px solid;" width="90"><a href="#" onClick="javascript: gotolocation();return false"><img name="ChangingPix" src="https://www.aisnet.org/javascripts/repeat/blank.gif" align="middle" height=67 width=66 border="0" alt="Changepix" ></A> </td></tr><tr align="center" valign="center"><td bgcolor="#000000" height="22" style="border-left:#FFFFFF 1px solid;" align="center" ><a href="http://www.aisnet.org/award/awards.html"><img src="https://www.aisnet.org/javascripts/banner2/awards.gif" height="22" border="0" alt="Awards" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/awards.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/awards.gif\';"></a></td><td bgcolor="#000000"  align="center" ><a href="http://emisq.isworld.org"><img src="https://www.aisnet.org/javascripts/banner2/emisq.gif" border="0" height="22" alt="eMISQ" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/emisq.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/emisq.gif\';"></a></td><td bgcolor="#000000"  align="center" ><a href="http://jais.isworld.org"><img src="https://www.aisnet.org/javascripts/banner2/jais.gif" height="22" border="0" alt="JAIS" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/jais.gif\';"  onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/jais.gif\';"></a></td><td bgcolor="#000000"  align="center" ><a href="http://www.aisnet.org/sigs.shtml"><img src="https://www.aisnet.org/javascripts/banner2/sigs.gif" height="22" border="0" alt="SIGs" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/sigs.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/sigs.gif\';"></a></td><td bgcolor="#000000" style="border-right:#FFFFFF 1px solid;" align="center" ><a href="http://www.isworld.org"><img src="https://www.aisnet.org/javascripts/banner2/isworld.gif" height="22" border="0" alt="IS World" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/isworld.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/isworld.gif\';"></a></td></TR><TR height="30"><td bgcolor="#000000"  align="center" ><a href="http://www.aisnet.org/placement/"><img src="https://www.aisnet.org/javascripts/banner2/jobs.gif" height="22" border="0" alt="Jobs" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/jobs.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/jobs.gif\';"></a></td><td bgcolor="#000000"  align="center" ><a href="http://aisel.isworld.org"><img src="https://www.aisnet.org/javascripts/banner2/elibrary.gif" height="22" border="0" alt="eLibrary" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/elibrary.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/elibrary.gif\';"></a></td><td bgcolor="#000000"  align="center" ><a href="http://www.misqe.org"><img src="https://www.aisnet.org/javascripts/banner2/misqexec.gif" height="22" alt="MISQ Exec" border="0" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/misqexec.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/misqexec.gif\';"></a></td><td bgcolor="#000000"  align="center" ><a href="http://cais.isworld.org" ><img src="https://www.aisnet.org/javascripts/banner2/cais.gif" height="22" border="0" alt="CAIS" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/cais.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/cais.gif\';"></a></td><td bgcolor="#000000" align="center" ><a href="http://www.aisnet.org/chapters/index.html"><img src="https://www.aisnet.org/javascripts/banner2/chapters.gif" height="22" border="0" alt="Chapters" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/chapters.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/chapters.gif\';"></a></td><td bgcolor="#000000"   align="center" ><a href="http://www.isfacdir.org"><img src="https://www.aisnet.org/javascripts/banner2/directory.gif" height="22" border="0" alt="Directory" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/directory.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/directory.gif\';"></a></td><td bgcolor="#000000"   align="center" ><a href="http://www.aisnet.org/join.shtml"><img src="https://www.aisnet.org/javascripts/banner2/join.gif" height="22" border="0" alt="Join AIS" onMouseOver="this.src=\'https://www.aisnet.org/javascripts/banner2_on/join.gif\';" onMouseOut="this.src=\'https://www.aisnet.org/javascripts/banner2/join.gif\';"></a></td></tr></table>';

document.write(header);startPix()