views:

14

answers:

0

I added something called Varal Image Switcher to a client's web site several weeks ago. Clicking on the main image displays the next image. Here is the page:

https://www.oldmanmountain.com/

Last week, I added this script from Add This:

       <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&amp;amp;username=xa-4c92ede4480832db" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c92ede4480832db"&gt;&lt;/script&gt;
<!-- AddThis Button END -->

Now, when I refresh the Old Man Mountain page, the images are shown in order down the page and clicking on one of them does not switch to the next. In other words, they do not appear to be stacked one above the other. On my machine, the page displays correctly when the page first loads, and only shows all of the images when the page is refreshed. I don't know if this is because the page is cached, or it that is just the behavior, no matter what.

This behavior occurs on a Mac running Safari 5.0.2. It does not occur on this machine in Firefox. The bad behavior only seems to happen with the AddThis code is on the page.

Here is the image switcher web site if you are unfamiliar with it:

http://www.varal.org/media/imageswitcher/index.html

I'm just a lowly graphic designer turning web designer. Any idea what is going on?