Not sure how you commented out all the javascript. Looks like you did some improperly.
To comment out whole blocks of code, you surround with
/* code here */
To comment out script tags:
<!-- <script type=:text/javascript"></script> -->
I copied your source code over to my text editor, commented out ALL the javascript and then deleted the text above your header. That works, but if javascript is generating the code, and I know it is, then you need to find which one is doing it and comment it out properly, or delete it.
You also have just a few validation errors that should be fixed. Many of which are the invalid comments, but a few are tags not closed or improperly used. Might help with your issue might not, but always worth fixing.
teedoff
Practically a Master Poster
605 posts since Jul 2010
Reputation Points: 21
Solved Threads: 60
Skill Endorsements: 0
I would suggest you post this in the javascript forum. I do think its a js issue and perhaps someone there can help much better. No invalid html or unclosed tags should duplicate text, and if it did, it would duplicate within the space its already in.
teedoff
Practically a Master Poster
605 posts since Jul 2010
Reputation Points: 21
Solved Threads: 60
Skill Endorsements: 0
Question Answered as of 2 Years Ago by
Arkinder,
teedoff,
floatingDivs
and 1 other