lnr/Originals/Website/games/bubble/index.html

125 lines
3.6 KiB
HTML
Executable File

<html>
<head>
<title>Game Loading at LNR Universe</title>
</head>
<!--Begin JavaScript roadmap code. If editing downloaded HTML source, delete
this portion.-->
<script language="JavaScript">
<!--
function TripodShowPopup()
{
var bName=navigator.appName;
var bVer=parseInt(navigator.appVersion);
var now = new Date();
var popupURL = "/adm/popup/roadmap.shtml?"+"member_name=lnru&path=Games&client_ip=68.61.169.90&ts=1025023090&ad_type=POPUP&id=e2b1840420a1a774c01e7c9f9abfb7ff";
var popupName = "TripodPopup";
if (bName=="Netscape" && bVer<=3)
{
var popup = window.open("", popupName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=614,height=129');
popup.focus();
}
else
{
var popup = window.open("", popupName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=604,height=114');
popup.focus();
}
popup.location = popupURL;
}
if(window.parent==window)
{
TripodShowPopup();
}
// -->
</script>
<script language="JavaScript1.2">
<!--
function changeOpenFunction()
{
var original_window_open = window.open;
function new_open_function(url, name, features, replace)
{
if(name != "TripodPopup")
return original_window_open(url, name, features, replace);
}
window.open = new_open_function;
}
var bName = navigator.appName;
if(bName != "Netscape")
changeOpenFunction();
// -->
</script>
<!-- TEMPORARY POP UNDER -->
<script language="JavaScript">
<!--
function showNow(scale)
{
var expdate = new Date ();
var surveyCookieName = "0417STARWARS";
var percentOfferedSurvey = 100;
var surveyLocation = "/adm/popunder/tripod_popunder.html?"+"member_name=lnru&path=Games&client_ip=68.61.169.90&ts=1025023090&ad_type=POPUP&id=e2b1840420a1a774c01e7c9f9abfb7ff";
var popupNewWindow = true;
expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000));
var stored_value = GetCookie(surveyCookieName);
if (stored_value == null)
{
SetCookie(surveyCookieName, "alreadyOffered", expdate, "/", "");
nowWin = window.open(surveyLocation,'now','height=300,width=720,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
nowWin.blur();
}
}
function SetCookie (name,value,expires,path,domain,secure)
{
document.cookie = name + "=" + escape (value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
function getCookieVal (offset)
{
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name)
{
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
if( (document.cookie == null) || (document.cookie.length == null))
{
return null;
}
var i = 0;
while (i < clen)
{
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
showNow();
//-->
</script>
<BODY onLoad="location='Bubble.html'">
<p align="center"><b>Bubble Puzzle</B></p>
</BODY>
</html>