<SCRIPT language=JavaScript>
<!-- Begin
Image0 = new Image();
Image0.src = "http://javascript.internet.com/img/mouse-bubbles/bubblack.gif";
Amount = 20;
Ymouse = -50;
Xmouse = -50;
Ypos = new Array();
Xpos = new Array();
Speed = new Array();
rate = new Array();
grow = new Array();
Step = new Array();
Cstep = new Array();
nsSize = new Array();
ns = (document.layers)?1:0;
(document.layers)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt) {
Ymouse=(document.layers)?evnt.pageY-20:event.y-20;
Xmouse=(document.layers)?evnt.pageX:event.x;
}
(document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
for (i = 0; i < Amount; i++) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random()*4+1;
Cstep[i] = 0;
Step[i] = Math.random()*0.1+0.05;
grow[i] = 8;
nsSize[i] = Math.random()*15+5;
rate[i] = Math.random()*0.5+0.1;
}
if (ns) {
for (i = 0; i < Amount; i++) {
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else {
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++) {
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=90)">');
}
document.write('</div></div>');
}
function MouseBubbles() {
var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i = 0; i < Amount; i++){
sy = Speed[i] * Math.sin(270 * Math.PI / 180);
sx = Speed[i] * Math.cos(Cstep[i] * 4);
Ypos[i] += sy;
Xpos[i] += sx;
if (Ypos[i] < -40) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random() * 6 + 4;
grow[i] = 8;
nsSize[i] = Math.random() * 15 + 5;
}
if (ns) {
document.layers['sn'+i].left = Xpos[i] + wscrll;
document.layers['sn'+i].top = Ypos[i] + hscrll;
}
else {
si[i].style.pixelLeft = Xpos[i] + wscrll;
si[i].style.pixelTop = Ypos[i] + hscrll;
si[i].style.width = grow[i];
si[i].style.height = grow[i];
}
grow[i] += rate[i];
Cstep[i] += Step[i];
if (grow[i] > 24) grow[i] = 25;
}
setTimeout('MouseBubbles()', 10);
}
MouseBubbles();
// End -->
</SCRIPT>
<DIV style="LEFT: 0px; POSITION: absolute; TOP: 0px"> <DIV style="POSITION: relative"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 50px; WIDTH: 8px; POSITION: absolute; TOP: -18px; HEIGHT: 8px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 92px; WIDTH: 12px; POSITION: absolute; TOP: -27px; HEIGHT: 12px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 110px; WIDTH: 11px; POSITION: absolute; TOP: -26px; HEIGHT: 11px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 89px; WIDTH: 13px; POSITION: absolute; TOP: -35px; HEIGHT: 13px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 89px; WIDTH: 12px; POSITION: absolute; TOP: -31px; HEIGHT: 12px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 108px; WIDTH: 12px; POSITION: absolute; TOP: -12px; HEIGHT: 12px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 101px; WIDTH: 10px; POSITION: absolute; TOP: -10px; HEIGHT: 10px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 112px; WIDTH: 11px; POSITION: absolute; TOP: -12px; HEIGHT: 11px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 101px; WIDTH: 12px; POSITION: absolute; TOP: 0px; HEIGHT: 12px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 113px; WIDTH: 13px; POSITION: absolute; TOP: -34px; HEIGHT: 13px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 96px; WIDTH: 9px; POSITION: absolute; TOP: -14px; HEIGHT: 9px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 100px; WIDTH: 9px; POSITION: absolute; TOP: -12px; HEIGHT: 9px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 89px; WIDTH: 10px; POSITION: absolute; TOP: -35px; HEIGHT: 10px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 65px; WIDTH: 8px; POSITION: absolute; TOP: -19px; HEIGHT: 8px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 58px; WIDTH: 8px; POSITION: absolute; TOP: -11px; HEIGHT: 8px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 102px; WIDTH: 13px; POSITION: absolute; TOP: -3px; HEIGHT: 13px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 117px; WIDTH: 9px; POSITION: absolute; TOP: -30px; HEIGHT: 9px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 99px; WIDTH: 9px; POSITION: absolute; TOP: -10px; HEIGHT: 9px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 111px; WIDTH: 10px; POSITION: absolute; TOP: -29px; HEIGHT: 10px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"><IMG id=si style="FILTER: alpha(opacity=90); LEFT: 90px; WIDTH: 10px; POSITION: absolute; TOP: -36px; HEIGHT: 10px" src="http://javascript.internet.com/img/mouse-bubbles/bubblack.gif"></DIV></DIV> |