This is the type of problem that again shows, Validating one's code is a good thing. :smile:
Line 54, Column 31: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified .
document.write("<script id=__ie_onload defer></script>");
As I'm not sure exactly what you are doing, it should be written as:
document.write("<script id="__ie_onload**"** defer></script>");
or
document.write("<script id="__ie_onload defer**"**></script>");
After making the above correction you may still have one or two more errors that need correcting.
Also, are you sure the file was uploaded correctly?
.replace('/^mailto:/', 'mailto/');
// alert(link); return false; //**òåñòèðîâàíèå**
pageTracker._trackPageview(link);
}
);
//**îòñëåæèâàíèå äîïîëíèòåëüíûõ ýëåìåíòîâ**
What's Bolded doesn't seem like it should be there. Even though Commented out, whenever I see something like that I always re-upload the file; because to my knowledge it shouldn't be there. But then again, that's just me. :wink: