You have two jQuery scripts associated with the page in different spots (here shown together):
Code:
<script type="text/javascript" language="javascript" src="https://www.annelayneonline.com/javascript/jquery/jquery-1.3.min.js"></script>
<script language="JavaScript" type="text/javascript" src="https://www.annelayneonline.com/javascript/jquery/jquery-1.3.min.js"></script>
Neither is the right version or in the right place for the slideshow. The version might not be important, but the placement is.
Get rid of both of those (jQuery only needs to be associated with a page once, it can then service the entire page), then add the highlighted:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!-- Site Design by Avalon Rose Design -->
<!-- www.theavalonrose.com -->
<!-- Written on 03/27/09 -->
<head>
<title>FREE SHIPPING ~ Posh ~ Chique ~ Unique Gifts For All</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<meta name="google-site-verification" content="rQamY7sG6qSofbrIrjHa_dwonLEyJw_c0iR9TPJnCEo" />
<link rel="stylesheet" type="text/css" media="screen" href="http://www.annelayneonline.com/styles.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.annelayneonline.com/uploads/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [425, 300], //wi
Bookmarks