/* 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); } } staring at the glass infront of me, is it half empty
www.disastrously-sweet.blogspot.com♥
Name: Iman D.O.B: 8th Dec 1990 R.I.P: Everyday
♥♥♥
Likes Soccer Likes computer Likes you Likes TP Likes business school Likes The click Likes 4e3 Likes a contented life Likes meis Likes lazying around Likes being contented and stepped over

name
Lian Ni Yang Karshing Jessica adi martin fiona Sabrina Amalina qian hui Chener Nathaniel kim Sharmain Diana shirleen

Antiquity





April 2007
May 2007
June 2007

Monday, April 9, 2007
This is the first time I'm doing a blog, reason is because I was sort of bored one day and decided to ask a friend of mine on MSN on how to do a blog. I'm really new to this blog thing, and I am really not so sure about the 'how to go about this whole blog thing'. Currently learning from a friend of mine who was once a blogger. Ok well, I'm going to stop here, going back to squeezing my brains out on how to go about this blog thing.