Another suggestion I would make is to move your links to an ini file. You can have separate sections for Lotus, Kronos, etc. Under each, put link1=... for each of the links. Then, in your script, just loop through each section testing and deleting the links. You could do two loops. The outer loop would loop through the section headers, and the inner loop would hit each link. That way you remove the data from your script. If you need to add a section, delete a link, etc, you just need to modify your ini file and not your script.

Regards,

Brad