homePics = new Array ("images/homepic1.jpg","images/homepic2.jpg","images/homepic3.jpg","images/homepic4.jpg","images/homepic1.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")		subImgCt = subPics.length				function chooseSubPic(){			if (document.images) {			randomNum = Math.floor ((Math.random() * subImgCt))			document.subPic.src = subPics[randomNum]			}		}		if (self.location == "http://pediatricpsychologypartnership.com/"){		self.location = "http://pediatricpsychologypartnership.com/v.php?pg=35"}if (self.location == "http://www.pediatricpsychologypartnership.com/"){		self.location = "http://pediatricpsychologypartnership.com/v.php?pg=35"}if (self.location == "http://www.pediatricpsychologypartnership.com/index.php"){		self.location = "http://www.drterriweaver.com/index.php"}if (self.location == "http://pediatricpsychologypartnership.com/index.php"){		self.location = "http://drterriweaver.com/index.php"}
