| Cire4290: weblog - photos - videos - audio - pulse - profile - subscribe! |
|
Tuesday, February 14, 2006
Thursday, October 13, 2005
Monday, October 03, 2005
Friday, September 30, 2005
Thursday, September 29, 2005
|
| /*Rotating Cursor script IE6 (By Muhammad Sufyan | http://www.sufyan.cjb.net | sufyan79@yahoo.com)*/ set= ; var cursors = new Array("e-resize","ne-resize","n-resize","se-resize") var cursorsIndex = 0 var rotationSpeed = 5 // decrease the value to increase the rotation speed and vice versa.(The value MUST be positive.) var direction = 1 // 1 to rotate clockwise and 0 to rotate counter-clockwise //*********Do Not Edit Below******** if (direction) cursors.reverse() function rotateCursor(){ document.body.style.cursor=cursors[cursorsIndex] cursorsIndex++ if (cursorsIndex==cursors.length) cursorsIndex=0 set("rotateCursor()",rotationSpeed) } window.onload=rotateCursor |
| xanga - your site - terms - privacy - jobs - help - press - join - Language |
| safety - parents - law enforcement |
| report inappropriate content |