Hi,

I am loading text from an XML file with 500 records. This works fine, but these records average three links in each one. I am forced to create user defined functions for most of these links due to the length of the url. I would like to add the font color blue to each of the functions instead of inserting over a thousand font tags into the xml document.

I hope that's clear. Here's one of functions:

function L19550() {
getURL("http://samplelinkthatgoesonforever.htm");
}

The link works, but it would save me a ton of work if I could include the font color inside each of these functions.

Thanks a bunch,
Debbie