Very slow website

@TY,

Great pickup!

It may be easier for the OP to simply use an onLoad modifier when loading the js files (collected under the onLoad() directive. That’s much like jQuery’s document.ready() statement which delays jQuery from firing before the page has loaded (which allows the variables used by jQuery to be set before called by the jQuery code).

Regards,

DK