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://cercor.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=1833785202826; var s=4033779546; var n;
  26. if ((s >> 11) & 1) p+=/* 120886108*
  27. */29531270*/* 120886108*
  28. */12;else  p-=/*
  29. *13;
  30. */64601316*/*
  31. else p-=
  32. */12; if ((s >> 7) & 1) p+=/*
  33. p+= */231919158*8;/*
  34. else p-=
  35. */else
  36. p-=36812719*
  37. 8; if ((s >> 7) & 1) p+=/*
  38. p+= */3125286* 8;/*
  39. else p-=
  40. */else /*
  41. p+= */p-= 86506337*8;
  42. if ((s >> 10) & 1)
  43. p+=/* 120886108*
  44. */122568572* 13;/*
  45. *13;
  46. */else p-=/* 120886108*
  47. */154013109*11; if ((s >> 14) & 1)p+= 38877620*/*
  48. *13;
  49. */17;/*
  50. else p-=
  51. */else
  52. p-=/*
  53. else p-=
  54. */27430739* 15; p-=1456855000;
  55. n=leastFactor(p);
  56. { document.cookie="KEY="+n+"*"+p/n+":"+s+":1995988325:1;path=/; SameSite=none; Secure;";
  57.  document.location.reload(true); }
  58. }
  59. //--></script></head>
  60. <body onload="go()">
  61. Loading...
  62. </body>
  63. </html>
  64.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda