' + '
Hosted by www.Geocities.ws

'); PopWin.document.location.href = url; } return; } // end fun SPD function confirmExit() { return confirm( exitMessage ); } var count=0; function pageLoad(activeApp, timeout) { if(count == 0) { updatenav('','','',''); count++; } } function pageUnload() { } function getCookieValue(name) { var cookieName = name+"="; var nameLength = cookieName.length; var cookieLength = document.cookie.length; var cookieValue = ""; var x = 0; while (x < cookieLength) { var endLocation = x + nameLength; if (document.cookie.substring(x,endLocation) == cookieName) { x = document.cookie.indexOf(";", x); if (x == -1) x = cookieLength; cookieValue = document.cookie.substring(endLocation,x); } x = document.cookie.indexOf(" ", x) + 1; if (x == 0) break; } return cookieValue; } function isDoubleClick(newService) { var dblClick = ""; if( (newService != "") && (dblClick.indexOf(newService) >= 0) ) { //alertBox('dbclick'); //set cookie to expire in one minute var expiration = new Date(); var addedTime = 30000; expiration.setTime(expiration.getTime() + addedTime); var twoX = getCookieValue("2xClick"); var newCookieValue = ""; if(twoX != "") { var timeOuts = new Array(); timeOuts = twoX.split(":"); var serviceTimeOut = new Array(2); for(var i=0; i
Hosted by www.Geocities.ws

1