From the looks of it, you are using client-side VBScript. I suggest you use JavaScript cause you'll have more cross-browser compatibility. Anyway, I haven't used client-side VBS, but I know server-side uses Response.Write, and not document.write. JavaScript, however, does use document.write. Are...