//scroll data
//can use text instead of images - or mix and match - either can include hyperlinks
//array of data to scroll (setting last entry equal to first simplifies scrolling)

//only needed if images are being scrolled - size should match parameters to doScroller
var imgWidth=120;
var imgHeight=90;

var arrIndex=0;
var arrEntries=new Array();

arrEntries[arrIndex++]="<p><b>IPTG</b></p>";
//arrEntries[arrIndex++]="<p><a href=\"quiz-welcome.php\" target=\"_self\">The <b>IPTG Quiz</b> is here !</a></p>";
//arrEntries[arrIndex++]="<p><a href=\"quiz-results.php\" target=\"_self\">The results of the <b>IPTG Quiz</b> are now available !</a></p>";
//arrEntries[arrIndex++]="<p><a href=\"search-repertoire.php\" target=\"_self\">Check out some <b>Christmas Repertoire</b></a></p>";
//arrEntries[arrIndex++]="<p><a href=\"cd-corner.php\" target=\"_self\">View this month's <b>Recommended CDs</b></a></p>";
arrEntries[arrIndex++]="<p><a href=\"repertoire-list.php\" target=\"_self\"><b>Graded<br />Repertoire<br />Lists</b></a></p>";
arrEntries[arrIndex++]="<p><a href=\"join-the-group.php\" target=\"_self\">Click here to <b>join IPTG</b> and receive the newsletter</a></p>";
arrEntries[arrIndex++]="<p><a href=\"search-newsletters.php\" target=\"_self\">Click here to search the newsletters</a></p>";
arrEntries[arrIndex++]="<p><a href=\"member-contributions.php\" target=\"_self\">Click here to check out contributions from our members</a></p>";
arrEntries[arrIndex++]="<p><a href=\"mailto:r.a.ormesher@open.ac.uk\">Click here to email us and get your profile included</a></p>";
arrEntries[arrIndex]=arrEntries[0];

/*
arrEntries[arrIndex++]="<img src=\"IMG_1653.jpg\" width=\""+imgWidth+"\" height=\""+imgHeight+"\" />";
arrEntries[arrIndex++]="<p>Some text in a p tag</p>";
arrEntries[arrIndex++]="<img src=\"IMG_1658.jpg\" width=\""+imgWidth+"\" height=\""+imgHeight+"\" />";
arrEntries[arrIndex++]="<a href=\"http://www.richardormesher.com\" target=\"_blank\">This is a link to rao site</a>";
arrEntries[arrIndex++]="<img src=\"IMG_1660.jpg\" width=\""+imgWidth+"\" height=\""+imgHeight+"\" />";
arrEntries[arrIndex++]="Some text in a td tag";
arrEntries[arrIndex]=arrEntries[0];
*/
