<!--Footer Links script

          var NameText=document.URL;
			var WriteLink=0;
			var CharNum=0;
			var NumText=0;
			var LinkWrite='no';
			var count=0;
			var strChar='';
			var SubPage='';
			var DivCode='<UL>';
			var Section='';
			var NumSection=NameText.length;
			for(Count=0; Count<NameText.length; Count++) { 
   				strChar=NameText.substring(Count, Count+1);
   				if (strChar=='/') {
   					SubPage=NameText.substring(NumText+1,Count);
		   			NumText=Count;
   				}
		   		else if (strChar=='\\') {
   					SubPage=NameText.substring(NumText+1,Count);
					NumText=Count;
				}
				else if (strChar=='#' ){
					End=NameText.substring(Count+1,NumSection).indexOf("?");
					if (End ==-1) { 
						End=NumSection
					}
					else{
						End=End+Count+1
					}
					Section=NameText.substring(Count+1,End);
					NumSection=Count;
					break;
				}
				else if (strChar=='?') {
					End=NameText.substring(Count+1,NumSection).indexOf("#");
					if (End ==-1) { 
						End=Count+1
					}
					else{
						End=End+Count+1
					}
					Section=NameText.substring(End+1,NumSection);
					NumSection=Count;
					break;
				}
			}
			NameText=NameText.substring(NumText+1,NumSection);
			
 			if (NameText=='index.htm'){
 				DivCode = DivCode + '<li><a href="/index.htm" title="School of Inner Light Home Page">Home |</a></li>';
 				DivCode = DivCode + '<li><a href="/newsletter.htm" title="School of Inner Light Newsletters"> Newsletters |</a></li>';
 				DivCode = DivCode + '<li><a href="/ContactUs.php" title="How to contact the School of Inner Light"> Contact Us</a></li>';
				WriteLink=1;

			}
			if (NameText=='aboutus.htm'){
 				DivCode = DivCode + '<li><a href="/index.htm" title="School of Inner Light Home Page">Home |</a></li>';
 				DivCode = DivCode + '<li><a href="/newsletter.htm" title="School of Inner Light Newsletters"> Newsletters |</a></li>';
 				DivCode = DivCode + '<li><a href="/ContactUs.php" title="How to contact the School of Inner Light"> Contact Us</a></li>';
				WriteLink=1;

			}
			if (NameText=='newsletter.htm'){
 				DivCode = DivCode + '<li><a href="/index.htm" title="School of Inner Light Home Page">Home |</a></li>';
 				DivCode = DivCode + '<li><a href="/aboutus.htm" title="About Us and the School of Inner Light"> About Us |</a></li>';
 				DivCode = DivCode + '<li><a href="/ContactUs.php" title="How to contact the School of Inner Light"> Contact Us</a></li>';
				WriteLink=1;

			}
			if (NameText=='ContactUs.php'){
 				DivCode = DivCode + '<li><a href="/index.htm" title="School of Inner Light Home Page">Home |</a></li>';
 				DivCode = DivCode + '<li><a href="aboutus.htm" title="About Us and the School of Inner Light"> About Us |</a></li>';
 				DivCode = DivCode + '<li><a href="/newsletter.htm" title="School of Inner Light Newsletters"> Newsletters</a></li>';
				WriteLink=1;

			}
			
			if (NameText=='workshopsoffered.htm'){
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary">Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance"> Why Grids</a></li>';
				WriteLink=1;

			}
			if (NameText=='currentYearCourses.htm'){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary">Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance"> Why Grids</a></li>';
				WriteLink=1;

			}

			if (NameText=='calendarataglance.php'){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary"> Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance" >Why Grids</a></li>';
				WriteLink=1;

			}
			if (NameText=='crystalhealingcourse.htm'  && Section ==''){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary"> Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance"> Why Grids</a></li>';
				WriteLink=1;

			}
			if (NameText=='dipsyllabus.htm'){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary"> Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance"> Why Grids</a></li>';
				WriteLink=1;

			}
			if (NameText=='diplomacoursemodules.htm'){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary"> Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance"> Why Grids</a></li>';
				WriteLink=1;

			}
			if (NameText=='privateclasses.htm'){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance"> Why Grids</a></li>';
				WriteLink=1;

			}
			if (NameText=='testimonialspage.htm'){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary"> Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/workshops/grids.htm" title="Grids / layouts and their significance"> Why Grids</a></li>';
				WriteLink=1;

			}
			if (NameText=='grids.htm'){
				DivCode = DivCode + '<li><a href="/workshops/workshopsoffered.htm" title="Overview of training available"> Workshops Overview |</a></li>';
				DivCode = DivCode + '<li><a href="/currentYearCourses.htm" title="Details of currently scheduled courses"> Scheduled Workshops |</a></li>';
 				DivCode = DivCode + '<li><a href="/calendarataglance.php" title="Current year(s) calendar of events at a glance"> What\'s on at a Glance|</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/crystalhealingcourse.htm" title="Crystal Healing Diploma course - overview"> Crystal Diploma |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/dipsyllabus.htm" title="Crystal Healing Diploma course - Syllabus"> Crystal Syllabus |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/diplomacoursemodules.htm" title="Crystal Healing Diploma course - Modules"> Crystal Modules |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/privateclasses.htm" title="Individually tailored short courses run by Hilary"> Private classes |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/testimonialspage.htm"title="Some feedback and photos from our courses"> Testimonials</a></li>';
				WriteLink=1;

			}


			if (NameText=='angelicmultidimensionalhealing.htm'){
 				DivCode = DivCode + '<li><a href="/courses/wayofarchangels.htm" title="Working with Archangels and Archeia - certificated course">Walking Angels |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/distancearchangels.htm" title="Working with Archangels and Archeia - Distance Study Course"> Distance Walking Angels</a></li>';
				WriteLink=1;

 			}
 			if (NameText=='wayofarchangels.htm' && Section ==''){
 				DivCode = DivCode + '<li><a href="/Reiki/angelicmultidimensionalhealing.htm" title="Angelic Multidimensional training offered by the School">AMD Healing |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/distancearchangels.htm" title="Working with Archangels and Archeia - Distance Study Course"> Distance Walking Angels</a></li>';
				WriteLink=1;

 			}
 			if (NameText=='distancearchangels.htm'){
 				DivCode = DivCode + '<li><a href="/Reiki/angelicmultidimensionalhealing.htm" title="Angelic Multidimensional training offered by the School">AMD Healing |</a></li>';
 				DivCode = DivCode + '<li><a href="/courses/wayofarchangels.htm" title="Working with Archangels and Archeia - certificated course"> Walking Angels</a></li>';
				WriteLink=1;

 			}

 			if (NameText=='reikitraining.htm'){
 				DivCode = DivCode + '<li><a href="/Reiki/usui.htm" title="Usui &amp; Tibetan Reiki training offered by the School">Usui Tibetan |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/seichemcartouche.htm" title="Seichem Reiki &amp; Cartouche training offered by the School"> Seichem Cartouche |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/bluestar.htm" title="Blue Star Celestial Mastery System training offered by the School"> Blue Star </a></li>';
				WriteLink=1;

			}
			if (NameText=='usui.htm'){
 				DivCode = DivCode + '<li><a href="/Reiki/reikitraining.htm" title="Overview of Reiki and the Reiki training offered by the School">Overview |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/seichemcartouche.htm" title="Seichem Reiki &amp; Cartouche training offered by the School"> Seichem Cartouche |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/bluestar.htm" title="Blue Star Celestial Mastery System training offered by the School"> Blue Star </a></li>';
				WriteLink=1;

			}
			if (NameText=='seichemcartouche.htm'){
 				DivCode = DivCode + '<li><a href="/Reiki/reikitraining.htm" title="Overview of Reiki and the Reiki training offered by the School">Overview |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/usui.htm" title="Usui &amp; Tibetan Reiki training offered by the School"> Usui Tibetan |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/bluestar.htm" title="Blue Star Celestial Mastery System training offered by the School"> Blue Star </a></li>';
				WriteLink=1;

			}
			if (NameText=='bluestar.htm'){
 				DivCode = DivCode + '<li><a href="/Reiki/reikitraining.htm" title="Overview of Reiki and the Reiki training offered by the School">Overview |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/usui.htm" title="Usui &amp; Tibetan Reiki training offered by the School"> Usui Tibetan |</a></li>';
 				DivCode = DivCode + '<li><a href="/Reiki/seichemcartouche.htm" title="Seichem Reiki &amp; Cartouche training offered by the School"> Seichem Cartouche</a></li>';
				WriteLink=1;

			}
			if (NameText=='psychicprotectionws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='introws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='bigboysws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='celestialws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='ascendedmastersws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='ancientegyptws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='archangelsws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='elementalsws.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='Strangerandskulls.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='crystalhealingcourse.htm'&&Section!=""){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='wayofarchangels.htm'&& Section !=''){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='wayofthemasters.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofascension.htm" title="Working towards our personal (and hence planetary) Ascension"> Ascension<\/a><\/li>';
				WriteLink=1;

			}
			if (NameText=='wayofascension.htm'){
				DivCode=DivCode + '<li><a href="/workshops/psychicprotectionws.htm" title="Workshop introducing energy support and techniques for psychic protection"> Psychic Protection |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/introws.htm" title="Introductory workshop about choosing and using crystals for healing"> Introduction |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/bigboysws.htm" title="How to communicate with crystals, large &amp; small"> Communicating |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/celestialws.htm" title="Crystal based workshop with Stars and Celestial energies"> Stars |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ascendedmastersws.htm" title="Crystal based workshop with 24 Ascended Masters"> Ascended Masters |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/ancientegyptws.htm" title="Crystal based workshop with Ancient Egyptian archetypes"> Ancient Egypt |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/archangelsws.htm" title="Crystal based workshop with 22 Archangels and Archeia"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/elementalsws.htm" title="Crystal based workshop with gnomes, sylphs, salamanders and undines"> Elementals |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/workshops/Strangerandskulls.htm" title="Workshop using Crystal skulls and the Stranger painting"> Stranger &amp; Skulls |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/crystalhealingcourse.htm?from=Private#Private" title="Crystal Healing Diploma course - overview"> Diploma Overview |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofarchangels.htm?from=Private#Private" title="Working with Archangels and Archeia - certificated course"> Archangels |<\/a><\/li>';
				DivCode=DivCode + '<li><a href="/courses/wayofthemasters.htm" title="Working with the Ascended Masters - distance study course coming 2011"> Ascended Masters (Distance) |<\/a><\/li>';
				WriteLink=1;
			}
          	
			if (WriteLink==0){
			   if (NameText!="newsletter.htm"){
					DivCode=DivCode + '<li><a href="/newsletter.htm" title="Latest News letter from School of Inner Light">Newsletter |<\/a><\/li>';
				}
				if (NameText!="index.htm"){
					DivCode=DivCode + '<li><a href="/index.htm" title="School of Inner Light Home Page">Home page |<\/a><\/li>';
				}
				if (NameText!="aboutus.htm"){
					if (NameText=="ContactUs.php"){
						DivCode=DivCode + '<li><a href="/aboutus.htm" title="About Us and the School of Inner Light"> About Us<\/a><\/li>';
					}
					else{
						DivCode=DivCode + '<li><a href="/aboutus.htm" title="About us at inner light"> About Us |<\/a><\/li>';
					}
				}
				if (NameText!="ContactUs.php"){
					DivCode=DivCode + '<li><a href="/ContactUs.php" title="How to contact the School of Inner Light"> Contact Us<\/a><\/li>';
				}
			}
			DivCode=DivCode+"<\/ul>";
			document.getElementById("footlink").innerHTML=DivCode;
//			document.write("<p> subPage = "+SubPage+" NameText = "+NameText+"<\/p>");

//           -->
