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://theleagueonline.org

  1. <HTML>
  2. <HEAD><TITLE>The League</TITLE>
  3.  
  4. <!-- Prevent caching in netscape.
  5.     Very important cause netscape tends to mangle cached code -->
  6. <META HTTP-EQUIV="expires" CONTENT="0">
  7. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  8.  
  9.  
  10.  
  11. <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
  12. var requiredVersion = 5;  
  13. var useRedirect = true;    
  14.                          
  15.                          
  16. // var flashPage = "indexfl.html"      
  17. var flashPage = "main1.php"      
  18. var noFlashPage = "main1.php"  
  19.                                  
  20. var upgradePage = "main1.php"  
  21.  
  22.  
  23.  
  24. var flash2Installed = false;  
  25. var flash3Installed = false;    
  26. var flash4Installed = false;    
  27. var flash5Installed = false;    
  28. var flash6Installed = false;    
  29. var maxVersion = 6;            
  30. var actualVersion = 0;        
  31. var hasRightVersion = false;
  32. var jsVersion = 1.0;          
  33.  
  34. // -->
  35. </SCRIPT>
  36.  
  37. <SCRIPT LANGUAGE="JavaScript1.1" type="text/javascript">
  38. <!--
  39.  
  40.  
  41. var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;    
  42. var isWin = (navigator.appVersion.indexOf("Windows") != -1) ? true : false;
  43.  
  44.  
  45. jsVersion = 1.1;
  46.  
  47. if(isIE && isWin){
  48.  document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
  49.  document.write('on error resume next \n');
  50.  document.write('flash2Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2"))) \n');
  51.  document.write('flash3Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))) \n');
  52.  document.write('flash4Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');
  53.  document.write('flash5Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) \n');  
  54.  document.write('flash6Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) \n');  
  55.  document.write('</SCR' + 'IPT\> \n'); // break up end tag so it doesn't end our script
  56. }
  57. // -->
  58. </SCRIPT>
  59.  
  60. <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
  61. <!--
  62.  
  63.  
  64. function detectFlash() {  
  65.  // If navigator.plugins exists...
  66.  if (navigator.plugins) {
  67.    // ...then check for flash 2 or flash 3+.
  68.    if (navigator.plugins["Shockwave Flash 2.0"]
  69.        || navigator.plugins["Shockwave Flash"]) {
  70.  
  71.      
  72.      var isVersion2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
  73.      var flashDescription = navigator.plugins["Shockwave Flash" + isVersion2].description;
  74.  
  75.      var flashVersion = parseInt(flashDescription.charAt(flashDescription.indexOf(".") - 1));
  76.    
  77.      flash2Installed = flashVersion == 2;    
  78.      flash3Installed = flashVersion == 3;
  79.      flash4Installed = flashVersion == 4;
  80.      flash5Installed = flashVersion == 5;
  81.      flash6Installed = flashVersion >= 6;
  82.    }
  83.  }
  84.  
  85.  for (var i = 2; i <= maxVersion; i++) {  
  86.    if (eval("flash" + i + "Installed") == true) actualVersion = i;
  87.  }
  88.  
  89.  if(navigator.userAgent.indexOf("WebTV") != -1) actualVersion = 3;  
  90.  
  91.  if (actualVersion >= requiredVersion) {
  92.    if (useRedirect) {
  93.      if(jsVersion > 1.0) {
  94.        window.location.replace(flashPage);  
  95.      } else {
  96.        window.location = flashPage;
  97.      }
  98.    }
  99.    hasRightVersion = true;                
  100.  } else {  
  101.    if (useRedirect) {
  102.      if(jsVersion > 1.0) {
  103.        window.location.replace((actualVersion >= 2) ? upgradePage : noFlashPage);
  104.      } else {
  105.        window.location = (actualVersion >= 2) ? upgradePage : noFlashPage;
  106.      }
  107.    }
  108.  }
  109. }
  110.  
  111.  
  112. detectFlash();    
  113.  
  114. // -->
  115. </SCRIPT>
  116.  
  117.  
  118.  
  119.  
  120.  
  121. </HEAD>
  122.  
  123. <BODY BGCOLOR="#FFFFCC">
  124. <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
  125. if (!useRedirect) {    
  126.  if(hasRightVersion) {  
  127.    var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
  128.    + 'WIDTH="550" HEIGHT="400"'
  129.    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
  130.    + '<PARAM NAME="MOVIE" VALUE="movie.swf">'
  131.    + '<PARAM NAME="PLAY" VALUE="true">'
  132.    + '<PARAM NAME="LOOP" VALUE="false">'
  133.    + '<PARAM NAME="QUALITY" VALUE="high">'
  134.    + '<PARAM NAME="MENU" VALUE="false">'
  135.    + '<EMBED SRC="movie.swf"'
  136.    + 'WIDTH="550" HEIGHT="400"'
  137.    + 'PLAY="true"'
  138.    + 'LOOP="false"'
  139.    + 'QUALITY="high"'
  140.    + 'MENU="false"'
  141.    + 'TYPE="application/x-shockwave-flash"'
  142.    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
  143.    + '</EMBED>'
  144.    + '</OBJECT>';
  145.  
  146.    document.write(oeTags);  
  147.  } else {  
  148.    var alternateContent = '<IMG SRC="altimage.gif" HEIGHT="400" WIDTH="550">'
  149.      + '<BR>any desired alternate html code goes here';
  150.  
  151.    document.write(alternateContent);  
  152.  }
  153. }
  154.  
  155. // -->
  156. </SCRIPT>
  157. <font color="#F60000"><NOSCRIPT> </NOSCRIPT> </font>
  158. <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  159.  <tr>
  160.    <td>
  161.      <div align="center"><font color="#F60000"><font color="#000000" face="Arial, Helvetica, sans-serif"><b><font size="3">Detecting
  162.        the Macromedia Flash Player... Please Wait Thank You. </font></b><br>
  163.        <img src="images/logo.gif" width="317" height="177"> </font></font></div>
  164.    </td>
  165.  </tr>
  166. </table>
  167. </BODY>
  168. </HTML>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda