effettivamente mi sono spiegato proprio male.

vi faccio vedere l'errore che mi dà il validatore:

an attribute specification must start with a name or name token.

codice:
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
An attribute name (and some attribute values) must start with one of a restricted set of characters. This error usually indicates that you have failed to add a closing quotation mark on a previous attribute value (so the attribute value looks like the start of a new attribute) or have used an attribute that is not defined (usually a typo in a common attribute name).

In pratica penso che lo fa sclerare l'apertura del tag "<" dentro al codice che mi ha fornito sto fornitore di banner.

grazie