/*
Gradual-Highlight Image Script II-
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between trasparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
Sunday, May 20, 2007
Every 20th of the month is Fardley's, "suay day". Really, he's damm suay. T was suppose to meet my girlfriend for Swensens, however, all of a sudden she had a headache. I decided to go with my family to the great metro sale along with my bicycle. I did not buy much, only 2 bottles of perfume.
I went cycling around after that. I was at the zebra crossing, I signalled to the lady driver in a mercedes to allow me to cross, she slowed down, and then i was about to cross when she zoomed past me. Damm was I angry with that *toot*. She was waiting to filter into the main road, that gave me time to cycle up to her. She looked at me, I looked at her, I searched my pocket and she was curious. I found it! took it out, and pointed my finger at her!
My the look on her face.....Shiok! I decided to go to Semapang bedok and eat, when I reached there, I bumped into my friend. Therefore, we decided to eat Roti Prata yeah, my friend was really afraid of cats, and was frightened by my xiao bai ring tone. Dots...
Fard called, he was on his fren's bike. I asked him to come over. Halfway through, tire puncture. Could you imagine how difficult it is to get your tyre punctured because of a 0.5cm long pin lying on the wide road. Even if you tried purposely to get your tyre punctured, you could miss it sometimes. But no, he was suay. He just had to puncture the tyre during that time.
After he came and after we had our dinner, I had to send my friend home because the house was nearby. Fard said I'm fine, I'll just run. Suit yourself then....I raced off as he took his time, however, the one thing I could not remember was that i took his handphone!!!
How to contact now?!??!
To be continued...
signing out,
suspense...