/*
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);
}
}
Friday, April 27, 2007
I'm waiting for your call I'm sick, I'm angry and I'm desperate for your voice and currently listening to the song we used to sing. It's 5 minutes passed her birthday and I think she is way way busy with her birthday stuff.
Today was a day of tear shedding. I shed tears today, I will not brag about why I shed tears. I was just really sad today, I was trying too much to put up a strong front but I could not hold back my tears. Today is just a real fucked up day which ended of with a great ending. I chatted with cute girl Brenda and she really brightened my night?!?! She is a really fun girl to chat with too....I supposed she is not afraid of the keyboard(:Not trying to be sarcastic hor!!!
Just to make it clear to the rest of you readers that I do not have feelings for her! If anyone of you would mis-interpret me! I like her yeah, really sweet girl(:
Thanks Girl!
sigining out
Iman