Page is a not externally linkable
joshie76 - 11:16 am on Jul 18, 2002 (gmt 0)
Do you know what the error is? (type javascript: into the address bar just after the error occured). edit>>DOH! I can see that your displayBanner() function is called before the writeImage function exists and think this may be the cause of your problems... function writeImage()
Is displayBanner() called before the writeImage() function is written in the source?
can you try:
{
...
}
displayBanner();