homePics = new Array ("images/homepic1.jpg","images/homepic2.jpg","images/homepic3.jpg","images/homepic4.jpg","images/homepic5.jpg","images/homepic6.jpg")
		homeImgCt = homePics.length
		
		function chooseHomePic(){
			if (document.images) {
			randomNum = Math.floor ((Math.random() * homeImgCt))
			document.homePic.src = homePics[randomNum]
			}
		}

subPics = new Array ("images/subpic1.jpg","images/subpic2.jpg","images/subpic3.jpg","images/subpic4.jpg","images/subpic5.jpg","images/subpic6.jpg","images/subpic7.jpg","images/subpic8.jpg")
		subImgCt = subPics.length
		
		function chooseSubPic(){
			if (document.images) {
			randomNum = Math.floor ((Math.random() * subImgCt))
			document.subPic.src = subPics[randomNum]
			}
		}

edPics = new Array ("images/edlaw_header1.jpg","images/edlaw_header2.jpg","images/edlaw_header3.jpg","images/edlaw_header4.jpg","images/edlaw_header5.jpg","images/edlaw_header6.jpg","images/edlaw_header7.jpg")
		edImgCt = edPics.length
		
		function chooseEdPic(){
			if (document.images) {
			randomNum = Math.floor ((Math.random() * edImgCt))
			document.edPic.src = edPics[randomNum]
			}
		}
		
if (self.location == "http://educationlawgroup.com/"){
		self.location = "http://educationlawgroup.com/edlaw.php?pg=613"
}
if (self.location == "http://www.educationlawgroup.com/"){
		self.location = "http://educationlawgroup.com/edlaw.php?pg=613"
}
if (self.location == "http://www.educationlawgroup.com/index.php"){
		self.location = "http://www.tstm.com/index.php"
}
if (self.location == "http://educationlawgroup.com/index.php"){
		self.location = "http://www.tstm.com/index.php"
}