{
document.writeln ("this code has been written in a .js file, so this browser does support the SRC attribute.  Code can be written in separate files and referred to in each web page that wants to include the code.");
}

/*function setuparray(num)
//{       this.length = num;
  //      for (loop=1; loop <= num; loop++);
    //    {       this[loop]=0; }
      //  return this;}
//function callquestions()
//{       var loop;
  //      for (loop=1;loop<=5;loop++)
    //    {  if (document.choosetopic.topic[loop-1].checked == true)
      //          location = callpage[loop];}}
//callpage = new setuparray(5);
//callpage[1] = "unit2home.htm";
//callpage[2] = "unit4home.htm";
//callpage[3] = "unit6home.htm";
//callpage[3] = "access_hnd_home.htm";
//callpage[3] = "businesslinks.htm";
*/





