The jQuery script library is added to the page too late to do the accordion any good:
Code:
. . . pan><span class="copyright"><br />
<br />
© Copyright 2010 EZContactsUSA.com. All Rights Reserved.</span></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
<script type='text/javascript' src='/images/css/jquery.autocomplete.js'></script>
<script type="text/javascript">
//jQuery.noConflict();
(function($) {
$().ready(function() {
function formatItem(row) {
return row[0] + " (" . . .
Move it to here:
Code:
. . . lign="left" valign="top" class="data" height="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15%" valign="top"><!--
<script type="text/javascript" src="/images/tabs/jquery.min.js"></script>
-->
<script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
<script type="text/javascript" src="/images/tabs/ddaccordion.js"></script>
<script type="text/javascript">
//Initialize 2nd demo:
ddaccordion.init({
headerclass: "technology", //Shared CSS class name of headers group
. . .
Bookmarks