View Single Post
Old May 15th, 2006, 12:16 AM   #5 (permalink)
Kickersny.com
Surpass Fan
Super #1
 
Joined in Aug 2004
Hosted on SH58
1,688 posts
Gave thanks: 6
Thanked 7 times
I believe that the following line
Code:
document.getElementById('imageLink').src = imageLinks[randomNum];
should be
Code:
document.getElementById('imageLink').href = imageLinks[randomNum];
__________________
- Evan Charlton | [site] | Server - SH58
Kickersny.com is offline   Reply With Quote