if (parent != self) {		if (document.images) {				top.location.replace(self.location.href);		} else {				top.location = self.location	}	}if (document.images) {         		img1on = new Image(582,78);   		img1on.src = "http://chelseamadrigal.com/images/chelseahome2.gif";					img1off = new Image(582,78);  		img1off.src = "http://chelseamadrigal.com/images/chelseagirls2.gif";			}						function imgOn(imgName) {            if (document.images) {                document[imgName].src = eval(imgName + "on.src");             }}function imgOff(imgName) {             if (document.images) {                 document[imgName].src = eval(imgName + "off.src");             }}function soundWindow(URL) {	if (document.layers) {		var soundWindow = window.open(URL,"soundWindow","width=580,height=80,top=5,left=0,scrolling=no,toolbar=no,location=no,statusbar=no,menubar=no,resizable=no");		}		if (document.all) {		var soundWindow = window.open(URL,"soundWindow","width=567,height=80,top=5,left=0,scrolling=no,toolbar=no,location=no,statusbar=no,menubar=no,resizable=no");		}		if(document.getElementById) {		var soundWindow = window.open(URL,"soundWindow","width=582,height=80,top=5,left=0,scrolling=no,toolbar=no,location=no,statusbar=no,menubar=no,resizable=no");		}soundWindow.focus();}