ÿþ<html><head><title>DOGS in HELL!</title> <META name="keywords" content="hellfire, hades,void, satan,lucifer,game,cerberus,underworld,devil,demon,torture,death,inferno,purgatory,penance,gehenna,apocalypse,judgement,flames,fire,go to hell,life in hell,torment,eternity,damnation,evil,dog eat dogma,dog eat dog,dogzilla,dog,eat,punk,punkrock,rock,hardcore,music,indie,band,history,biography,free mp3s,free mp3 download,download mp3,chat,forum,hell"> <STYLE TYPE="text/css"> <!-- span { position:relative; width=150; height=150; color:000000; filter:glow(color=darkorange,strength=3) } --> </STYLE> <script type="text/javascript"> function cursor(image) { trail.innerHTML="<embed src='sounds/blooey.wav' hidden=true autostart=true autoplay=true><a href=lih.htm><img border=0 src='ufo/poof.gif' onmouseout='hidecursor()' ></a>" trail.style.visibility="visible" trail.style.position="absolute" trail.style.left=event.clientX-35 trail.style.top=event.clientY-50 } function hidecursor() { trail.style.visibility="hidden" } </script> <SCRIPT language=Javascript> <!-- Beginning var starttime = 1000; var ufocontrol = true; var nImpactos = 3; var nOvnis = 1;<!--UFO --> var Xpos = 0; var Ypos = 0; var STOPACCEL = 9; var TAMOVNI = 20; var REBOTE = 0.65; var isNetscape = navigator.appName == "Netscape"; var impactoActual = 0; var ovnis = new Array(); var disparos = new Array(); var impactos = new Array(); var impactos2 = new Array(); var activos = false; var fondoMovil = false; var backgroundOffset = 0; init(); function changeUFOs(element) { activos = element.checked; } function init() { var text; var i = 0; text = "<div id=imp20 style='POSITION: absolute;'>"; text += "<img src='ufo/fire3.gif' align=bottom></div>"; for (i = 0; i < nImpactos; i++) { text += "<div id=imp1" + i + " style='POSITION: absolute;'>"; text += "<img src='ufo/fire2.gif' align=bottom></div>"; } for (i = 0; i < nOvnis; i++) { text += "<div id=dis" + i + " style='POSITION: absolute;'>"; text += "<img src='ufo/fire1.gif' align=bottom></div>"; } for (i = 0; i < nOvnis; i++) { text += "<div id=ovn" + i + " style='POSITION: absolute;'>"; text += "<img src='ufo/hh2.gif' align=bottom onmouseOver='activos = false; cursor()' ></div>"; } text += "\n"; document.write(text); for (i = 0; i < 1; i++) { impactos2[i] = new impacto2(i); impactos2[i].obj.left = -25; impactos2[i].obj.top = -25; } for (i = 0; i < nImpactos; i++) { impactos[i] = new impacto1(i); impactos[i].obj.left = -50; impactos[i].obj.top = -50; } for (i = 0; i < nOvnis; i++) { disparos[i] = new disparo(i); disparos[i].obj.left = -5; disparos[i].obj.top = -5; } for (i = 0; i < nOvnis; i++) { ovnis[i] = new ovni(i); ovnis[i].obj.left = -29; ovnis[i].obj.top = -24; } <!-- if (ufocontrol) { <!-- document.write('<form><b><font size="2" color="#FF0000">'); <!-- document.write('<input type=checkbox onClick="changeUFOs(this)" CHECKED>'); <!-- document.write('Turn On / Off UFOs'); <!-- document.write('</font></b></form>'); <!-- } if (isNetscape) { startanimate(); } else { setTimeout("startanimate()", starttime); } } function impacto1(i) { this.X = -20; this.Y = -20; if (isNetscape) { this.obj = eval("document.imp1" + i); } else { this.obj = eval("imp1" + i + ".style"); } } function impacto2(i) { if (isNetscape) { this.obj = eval("document.imp2" + i); } else { this.obj = eval("imp2" + i + ".style"); } } function disparo(i) { this.X = -5; this.Y = -5; this.dx = 0; this.dy = 0; this.estado = 0; if (isNetscape) { this.obj = eval("document.dis" + i); } else { this.obj = eval("dis" + i + ".style"); } } function ovni(i) { this.X = -30; this.Y = -30; this.dx = 0; this.dy = 0; if (isNetscape) { this.obj = eval("document.ovn" + i); } else { this.obj = eval("ovn" + i + ".style"); } } function startanimate() { setInterval("animate()", 32); } function MoveHandlerN(e) { Xpos = e.pageX; Ypos = e.pageY; return true; } function MoveHandlerIE() { Xpos = window.event.x + document.body.scrollLeft; Ypos = window.event.y + document.body.scrollTop; } if (isNetscape) { document.captureEvents(Event.MOUSEMOVE); document.onMouseMove = MoveHandlerN; } else { document.onmousemove = MoveHandlerIE; } function animate() { var deltaX, deltaY, height, width; if (activos) { for (i = 0;i < nOvnis;i++) { if (Xpos > ovnis[i].X) ovnis[i].dx += (i+1)/5; else ovnis[i].dx -= (i+1)/5; if (ovnis[i].dx > STOPACCEL) ovnis[i].dx = STOPACCEL; if (-ovnis[i].dx > STOPACCEL) ovnis[i].dx = -STOPACCEL; if (Ypos > ovnis[i].Y) ovnis[i].dy += (i+1)/5; else ovnis[i].dy -= (i+1)/5; if (ovnis[i].dy > STOPACCEL) ovnis[i].dy = STOPACCEL; if (-ovnis[i].dy > STOPACCEL) ovnis[i].dy = -STOPACCEL; ovnis[i].X += ovnis[i].dx; ovnis[i].Y += ovnis[i].dy; deltaX = Xpos - ovnis[i].X - 5; deltaY = Ypos - ovnis[i].Y - 10; if ((disparos[i].estado == 0) && ((Math.abs(deltaX) + (Math.abs(deltaY))) < 100)) { disparos[i].dx = deltaX/10; disparos[i].dy = deltaY/10; disparos[i].estado++; } if ((disparos[i].estado > 0) && (disparos[i].estado < 12)) { disparos[i].X += disparos[i].dx; disparos[i].Y += disparos[i].dy; disparos[i].estado++; } else { if (disparos[i].estado != 0) { impactoActual++; if (impactoActual >= nImpactos) { impactoActual = 1; } impactos2[0].obj.left = impactos[impactoActual].X + 5; impactos2[0].obj.top = impactos[impactoActual].Y + 13; impactos[impactoActual].X = disparos[i].X - 10; impactos[impactoActual].Y = disparos[i].Y - 14; impactos[impactoActual].obj.left = impactos[impactoActual].X; impactos[impactoActual].obj.top = impactos[impactoActual].Y; } disparos[i].X = ovnis[i].X+10; disparos[i].Y = ovnis[i].Y+10; disparos[i].estado = 0; } if (isNetscape) { height = window.innerHeight + document.scrollTop; width = window.innerWidth + document.scrollLeft; } else { height = document.body.clientHeight + document.body.scrollTop; width = document.body.clientWidth + document.body.scrollLeft; } if (ovnis[i].Y >= height - TAMOVNI - 1) { if (ovnis[i].dy > 0) { ovnis[i].dy = REBOTE * -ovnis[i].dy; } ovnis[i].Y = height - TAMOVNI - 1; } if (ovnis[i].X >= width - TAMOVNI) { if (ovnis[i].dx > 0) { ovnis[i].dx = REBOTE * -ovnis[i].dx; } ovnis[i].X = width - TAMOVNI - 1; } if (ovnis[i].X < 0) { if (ovnis[i].dx < 0) { ovnis[i].dx = REBOTE * -ovnis[i].dx; } ovnis[i].X = 0; } if (ovnis[i].Y < 0) { if (ovnis[i].dy < 0) { ovnis[i].dy = REBOTE * -ovnis[i].dy; } ovnis[i].Y = 0; } ovnis[i].obj.left = ovnis[i].X; ovnis[i].obj.top = ovnis[i].Y; disparos[i].obj.left = disparos[i].X; disparos[i].obj.top = disparos[i].Y; } } else { if (impactoActual != nImpactos+1) { for (i = 0;i < nOvnis;i++) { ovnis[i].obj.left = -50; ovnis[i].obj.top = -50; disparos[i].obj.left = -10; disparos[i].obj.top = -10; } for (i = 1;i < nImpactos;i++) { impactos[i].obj.left = -20; impactos[i].obj.top = -20; } impactos2[0].obj.left = -20; impactos2[0].obj.top = -20; impactoActual = nImpactos+1; } } } // End --> </SCRIPT> <SCRIPT Language="JavaScript"> <!-- function makeArray(n) { this.length = n; for (i=0; i<n; i++) this[i]=""; } stcnt = 16; msg = " Welcome to HELL! "; wmsg = new makeArray(32); wmsg[0]=msg; blnk = " "; for (i=1; i<32; i++) { b = blnk.substring(0,i); for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b; } function wiper() { if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0]; if (stcnt-- < -40) stcnt=31; window.status = str; timeID = window.setTimeout("wiper()",100); } // --> <!-- --> </SCRIPT> <SCRIPT LANGUAGE = "JavaScript"> <!-- browserName = navigator.appName; browserVer = parseInt(navigator.appVersion); if (browserName == "Netscape" && browserVer >= 3) version = "n3"; else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "n3"; else version = "n2"; if (version == "n3") { toc1on = new Image(); toc1on.src = "images/chada.jpg"; toc2on = new Image(); toc2on.src = "images/dda.jpg"; toc3on = new Image(); toc3on.src = "images/mofoa.jpg"; toc4on = new Image(); toc4on.src = "images/bob2a.jpg"; toc5on = new Image(); toc5on.src = "images/jan2a.jpg"; toc6on = new Image(); toc6on.src = "images/chrisa.jpg"; toc7on = new Image(); toc7on.src = "images/ggcowboya.jpg"; toc8on = new Image(); toc8on.src = "images/stevea.jpg"; toc9on = new Image(); toc9on.src = "images/scotty3a.jpg"; toc1off = new Image(); toc1off.src = "images/mt.gif"; toc2off = new Image(); toc2off.src = "images/mt.gif"; toc3off = new Image(); toc3off.src = "images/mt.gif"; toc4off = new Image(); toc4off.src = "images/mt.gif"; toc5off = new Image(); toc5off.src = "images/mt.gif"; toc6off = new Image(); toc6off.src = "images/mt.gif"; toc7off = new Image(); toc7off.src = "images/mt.gif"; toc8off = new Image(); toc8off.src = "images/mt.gif"; toc9off = new Image(); toc9off.src = "images/mt.gif"; } function img_act(imgName) { if (version == "n3") { imgOn = eval(imgName + "on.src"); document [imgName].src = imgOn; } } function img_inact(imgName) { if (version == "n3") { imgOff = eval(imgName + "off.src"); document [imgName].src = imgOff; } } //--> </SCRIPT> </head> <script> var imgArray = new picArray('<body background="images/duckhell.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/jumpinthefire.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/battlescenehell.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/hhhhhell.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/hhhhell.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/potsinhell.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/hellhurts.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/lastjudge.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/lastjudger.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/lastjudged.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh01.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh02.gif" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh02.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh03.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh04.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh05.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh06.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh07.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh08.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh09.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh10.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh11.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh12.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh13.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh14.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh15.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh16.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh17.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh18.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh19.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh20.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh21.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh22.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh23.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh24.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh25.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh26.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh27.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh28.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh29.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh30.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh31.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh32.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh33.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh34.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh35.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh36.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh37.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh38.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh39.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/moh40.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/badday.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/llehnedyeh.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/heydenhell.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/heydenjudge.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/soulsofthedamned.gif" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/yellowhell.jpg" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/clericalhell.gif" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>', '<body background="images/acrosshell.gif" bgcolor=#000000 link=orange alink=yellow vlink=red text=#000000 onLoad="wiper()"><iframe src="lih.htm" height=1 width=1 frameborder="no" scrolling="no"></iframe>'); function picArray(){ this.length = picArray.arguments.length for (var i = 0; i < this.length; i++) this[i + 1] = picArray.arguments[i] } function randyNum (num) { var now = new Date(); var rand = Math.round(num * Math.cos(now.getTime())); if (rand < 0) rand = - rand; if (rand == 0) rand++; return rand; } document.write (imgArray[randyNum(imgArray.length)]) </script> <SCRIPT > // Moving Objects Script // By Virtual_Max // // Permission to use, copy, modify, and distribute this software and its documentation // for NON-COMMERCIAL purposes and without fee is hereby granted provided that this // notice appears in all copies. // // VIRTUAL MAX MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE // SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED // WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR // NON-INFRINGEMENT. VIRTUAL MAX SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY // LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR // ITS DERIVATIVES. var brOK=false; var mie=false; var rank; var vmin=2; var vmax=5; var vr=2; var timer1; if(parseInt(navigator.appVersion.charAt(0))>=4) {brOK=true;} if(navigator.appName.indexOf("Microsoft")!=-1) {mie=true; } function Chip(chipname,width,height) {this.named=chipname; this.vx=vmin+vmax*Math.random(); this.vy=vmin+vmax*Math.random(); this.w=width; this.h=height; this.xx=0; this.yy=0; this.timer1=null; } function movechip(chipname) { if(brOK) {eval("chip="+chipname); if(!mie) {pageX=window.pageXOffset; pageW=window.innerWidth; pageY=window.pageYOffset; pageH=window.innerHeight; } else {pageX=window.document.body.scrollLeft; pageW=window.document.body.offsetWidth; pageY=window.document.body.scrollTop; pageH=window.document.body.offsetHeight; } chip.xx=chip.xx+chip.vx; chip.yy=chip.yy+chip.vy; chip.vx+=vr*(Math.random()-0.5); chip.vy+=vr*(Math.random()-0.5); if(chip.vx>(vmax+vmin)) chip.vx=(vmax+vmin)*2-chip.vx; if(chip.vx<(-vmax-vmin)) chip.vx=(-vmax-vmin)*2-chip.vx; if(chip.vy>(vmax+vmin)) chip.vy=(vmax+vmin)*2-chip.vy; if(chip.vy<(-vmax-vmin)) chip.vy=(-vmax-vmin)*2-chip.vy; if(chip.xx<=pageX) {chip.xx=pageX; chip.vx=vmin+vmax*Math.random(); } if(chip.xx>=pageX+pageW-chip.w) {chip.xx=pageX+pageW-chip.w; chip.vx=-vmin-vmax*Math.random(); } if(chip.yy<=pageY) {chip.yy=pageY; chip.vy=vmin+vmax*Math.random(); } if(chip.yy>=pageY+pageH-chip.h) {chip.yy=pageY+pageH-chip.h; chip.vy=-vmin-vmax*Math.random(); } if(!mie) {eval('document.'+chip.named+'.top ='+chip.yy); eval('document.'+chip.named+'.left='+chip.xx); } else {eval('document.all.'+chip.named+'.style.pixelLeft='+chip.xx); eval('document.all.'+chip.named+'.style.pixelTop ='+chip.yy); } chip.timer1=setTimeout("movechip('"+chip.named+"')",100); } } function stopme(chipname) {if(brOK) {eval("chip="+chipname); if(chip) {if(chip.timer1!=null) {clearTimeout(chip.timer1);} } if(tid!=null) clearTimeout(tid); } } function pagestart() {rank=new Chip("rank",125,125); if(brOK) { movechip("rank"); } } </script> <!--- setHandlers(); ----> <!----Moving object begining----> <DIV ID="rank" STYLE="position:absolute; width:150; height:150;"> <span><A HREF="swf.htm"><IMG SRC="images/cerberusnake.gif" BORDER=0 width=123 height=123 onmouseover='activos=true' vspace=9 hspace=9 ></a></span> </DIV> <!----Moving object end----> <script> pagestart(); </script> <center> <table border=0 width=88% height=88%><tr><td colspan=3><a href="dogma3.htm"><img src="images/heavenfire.gif" alt="Go To HeaVeN!" border=0 hspace=13 vspace=2 align=left></a><a href="dogshell.htm"><img src="images/hellfire.gif" alt="Go To HeLL!" border=0 hspace=13 vspace=2 align=right></a></td></tr><tr><td> <a href="ggalien.htm" onMouseover = "img_act('toc7')" onMouseout = "img_inact('toc7')"> <img src="images/mt.gif" name="toc7" alt="gg alien" border=0 width=222></a><br> </td><td> <a href="dddumper.htm" onMouseover = "img_act('toc2')" onMouseout = "img_inact('toc2')"> <img src="images/mt.gif" name="toc2" border=0 alt="dd dumper" width=222></a> </td><td> <a href="madchad.htm" onMouseover = "img_act('toc1')" onMouseout = "img_inact('toc1')"> <img src="images/mt.gif" name="toc1" alt="chad" border=0 width=222></a> </td></tr> <tr><td> <a href="huxter.htm" onMouseover = "img_act('toc6')" onMouseout = "img_inact('toc6')"> <img src="images/mt.gif" name="toc6" alt="chris" border=0 width=222></a> </td><td> <a href="bobdog.htm" onMouseover = "img_act('toc4')" onMouseout = "img_inact('toc4')"> <img src="images/mt.gif" name="toc4" alt="bob" border=0 width=222></a> </td><td> <a href="scottyd.htm" onMouseover = "img_act('toc9')" onMouseout = "img_inact('toc9')"> <img src="images/mt.gif" name="toc9" alt="scotty" border=0 width=222></a> </td></tr> <tr><td> <a href="janbone.htm" onMouseover = "img_act('toc5')" onMouseout = "img_inact('toc5')"> <img src="images/mt.gif" name="toc5" alt="jan" border=0 width=222></a> </td><td> <a href="mofom.htm" onMouseover = "img_act('toc3')" onMouseout = "img_inact('toc3')"> <img src="images/mt.gif" name="toc3" alt="mofo" border=0 width=222></a> </td><td> <a href="stevep.htm" onMouseover = "img_act('toc8')" onMouseout = "img_inact('toc8')"> <img src="images/mt.gif" name="toc8" border=0 alt="steve" width=222></a> </td></tr></table> <center><a href="dogma.htm"><img src="images/ded-fire3.gif" alt="www.dogeatdogma.com" border=0 hspace=13 vspace=2></a></center><br> <div id="trail" style="visibility:hidden">Hello</div> </body></html>