|
"Virus Hoax: Chain Letter Example"
Virus Hoax Warnings: Page 15
of 23
Tweedie Bird Chain
Febuary 2002
This chain comes with an embedded java script that makes the pictures of
Tweety (misspelled Tweedie) bounce around the screen. No matter how many
people you send this to, you will never see Ronald.
I THOUGHT I SAW A TWEEDIE BIRD....NO TACOS.....NO RONALDS.....
----- Send this to 6 people and you will see the Taco Bell dog run
across your screen . If you send this to 8 people Ronald Mcdonald comes
out and attacks the taco bell dog. it is really funny and it works!!
you have to try it .
function bounce1(){ if (window.tm==0) {
window.tm=setInterval('bounceIt()',2);
document.body.background="hbicons/ATT59086.gif"; }} function bounce2(){
clearInterval(window.tm); window.tm=0; document.body.background=""; }
var x=5; var y=2; var offsetx=2; var offsety=2; window.tm=0; function
bounceIt() { var el = document.all.bounce; x+=offsetx; y+=offsety; if
((x+el.offsetWidth>document.body.clientWidth+document.body.scrollLeft)
|| (x<=document.body.scrollLeft)) { offsetx=-offsetx; if
(xdocument.body.clientWidth+document.body.scrollLeft)
x=document.body.clientWidth-el.offsetWidth+document.body.scrollLeft; };
if
((y+el.offsetHeight>document.body.clientHeight+document.body.scrollTop)
|| (y<=document.body.scrollTop)) { offsety=-offsety; if
(ydocument.body.clientHeight+document.body.scrollTop)
y=document.body.clientHeight-el.offsetHeight+document.body.scrollTop; };
el.style.posTop = y; el.style.posLeft = x; }
window.onunload=bounce2;
Copyright 2004 by Jay Jennings
|