The problem is that it still works under Firefox, and has been working for quite some time still. Anyway I just thought I'll share it with you.
<script language="JavaScript"><!--
var name = "Many_Mails";
var domain = "ManyMails.com";
loops=3
num=1
while (num <= loops)
open('mailto:' + name + '@' + domain + '');num=num+1
var name = "Many_Mails";
var domain = "ManyMails.com";
loops=3
num=1
while (num <= loops)
open('mailto:' + name + '@' + domain + '');num=num+1
// --></script>