It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://hmg.oxfordjournals.org/rss/ahead.xml

  1. <html><head><script type="text/javascript"><!--
  2. function leastFactor(n) {
  3. if (isNaN(n) || !isFinite(n)) return NaN;
  4. if (typeof phantom !== 'undefined') return 'phantom';
  5. if (typeof module !== 'undefined' && module.exports) return 'node';
  6. if (n==0) return 0;
  7. if (n%1 || n*n<2) return 1;
  8. if (n%2==0) return 2;
  9. if (n%3==0) return 3;
  10. if (n%5==0) return 5;
  11. var m=Math.sqrt(n);
  12. for (var i=7;i<=m;i+=30) {
  13.  if (n%i==0)      return i;
  14.  if (n%(i+4)==0)  return i+4;
  15.  if (n%(i+6)==0)  return i+6;
  16.  if (n%(i+10)==0) return i+10;
  17.  if (n%(i+12)==0) return i+12;
  18.  if (n%(i+16)==0) return i+16;
  19.  if (n%(i+22)==0) return i+22;
  20.  if (n%(i+24)==0) return i+24;
  21. }
  22. return n;
  23. }
  24. function go() {
  25. var p=1432726584012; var s=1394216749; var n;
  26. if ((s >> 8) & 1)/*
  27. else p-=
  28. */p+= 87035519* 11; else  p-=/*
  29. else p-=
  30. */34396037*9; if ((s >> 13) & 1)p+=/*
  31. else p-=
  32. */99254717*/*
  33. else p-=
  34. */14;
  35. else  p-= 34294108*/*
  36. p+= */14;/*
  37. *13;
  38. */if ((s >> 4) & 1)p+=/*
  39. *13;
  40. */247198254* 7;else p-=/*
  41. *13;
  42. */58781453*/*
  43. p+= */5;/* 120886108*
  44. */if ((s >> 14) & 1) p+= 7105200*
  45. 17;/*
  46. p+= */else  p-=/*
  47. else p-=
  48. */89553460* 15;if ((s >> 15) & 1) p+=/* 120886108*
  49. */28263556*/*
  50. p+= */16; else  p-=/*
  51. *13;
  52. */116051342* 16; p+=3012369615;
  53. n=leastFactor(p);
  54. { document.cookie="KEY="+n+"*"+p/n+":"+s+":3750099030:1;path=/; SameSite=none; Secure;";
  55.  document.location.reload(true); }
  56. }
  57. //--></script></head>
  58. <body onload="go()">
  59. Loading...
  60. </body>
  61. </html>
  62.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda