	function determineLink() {		if (squidcoInternetServices_02.src==squidcoInternetServices_02_about_over.src) {			location='about.shtml';		}		else if (squidcoInternetServices_02.src==squidcoInternetServices_02_clients_over.src) {			location='clients.shtml';		}		else if (squidcoInternetServices_02.src==squidcoInternetServices_02_music_over.src) {			location='music.shtml';		}		else if (squidcoInternetServices_02.src==squidcoInternetServices_02_shopping_over.src) {			location='http://www.squidco.com/miva/merchant.mv?';		}		else if (squidcoInternetServices_02.src==squidcoInternetServices_02_programming_over.src) {			location='programming.shtml';		}		else if (squidcoInternetServices_02.src==squidcoInternetServices_02_internet_over.src) {			location='internet.shtml';		}		else if (squidcoInternetServices_02.src==squidcoInternetServices_02_information_over.src) {			location='information.shtml';		}		else if (squidcoInternetServices_02.src==squidcoInternetServices_02_art_over.src) {			location='arts.shtml';		}	}		function weatherWindow() {	adate = new Date();	bdate = Date.parse(adate);	newWinName = 'win'+bdate;    myWindow=window.open('/weather.shtml',newWinName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=350,height=350');}
