Hi SterlingSharpe, welcome to the forums,
The site loads OK for me with Opera, but it has some serious concerns. For starters, this is the body's mark-up
HTML Code:
<body>
<div align="center">
<table width="870" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="870" height="19" valign="top"><div align="center">
<script src="index.js"></script>
</div></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td height="38" valign="top"><div align="center"><span class="style2">2007 packersinsider.com<br>
Design By <a href="http://www.microshar.com" class="style1">Microshar.com
</a></span></div></td>
</tr>
<tr>
<td height="14"></td>
</tr>
</table>
</div>
</body>
So if javascript isn't enabled (eg. search bots), the main page is essentially useless.
The index.js file which is responsible for the page's content is
Code JavaScript:
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="870" height="2200">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="index.swf" />\n');
document.write(' <param name="menu" value="false" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#004119" />\n');
document.write('<embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="870" height="2200"></embed>\n');
document.write('</object>\n');
So even if javascript is enabled, without flash the main page is still essentially useless.
If the site was designed with so little forethought in this regard, I can only imagine what horrors lie in the other javascript code.
Bookmarks