OK thanks for the quick reply. Here's the entire code from the page.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<!-- #BeginTemplate "master.dwt" -->
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<!-- #BeginEditable "doctitle" -->
<title>Gun Shack</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="slideshow/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: [300, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["slideshow/slide1.jpg"],
["slideshow/slide2.jpg"],
["slideshow/slide3.jpg"],
["slideshow/slide4.jpg"]//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 2000, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
<style type="text/css">
.style1 {
font-size: 10.0pt;
font-family: Verdana, sans-serif;
color: #000000;
margin-left: 0in;
margin-right: 0in;
}
.style5 {
text-align: center;
}
</style>
<!-- #EndEditable -->
<link href="styles/style1.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
<style type="text/css">
.footer .copyright{color:#666}</style>
</head>
<body>
<!-- Begin Container -->
<div id="container" style="width: 700px; background-color: #FFFFFF;">
<!-- Begin Masthead -->
<div id="masthead" style="height: 170px">
<h1>Gun Shack / Crosswind</h1>
<h3>Established 1977<br />
</h3>
<h3>101 S. Main Street, Mount Airy,MD 21771</h3>
</div>
<!-- End Masthead -->
<!-- Begin Navigation -->
<div id="navigation" style="left: 0px; top: 0px; height: 288px">
<ul>
<li><a href="default.html">Home</a></li>
<li><a href="Staff/staff.html">Our Staff</a></li>
<li><a href="Products/Products.html">Products</a></li>
<li><a href="Services/Services.html">Services</a></li>
<li><a href="Hours_Directions/Hours_Directions.html">Hours / Directions</a></li>
<li><a href="Sale_Items/Sale_Items.html">Sale Items</a></li>
<li><a href="Links/Links.html">Links</a></li>
<li><a href="contact/Contact.html">Contact</a></li>
<li><a href="Photo_Album/Photo%20Main.html">Photos</a></li>
</ul>
</div>
<!-- End Navigation -->
<!-- Begin Content -->
<div id="content" style="width: 495px">
<!-- #BeginEditable "content" -->
<h2 class="style5">Thanks for visiting our site !</h2>
<div id="fadeshow1"></div>
<br />
<p><strong><span style="font-size:10.0pt;
color:windowtext">Gun Shack / Crosswind </span></strong><span class="style1">
is Central Maryland’s most complete privately owned sporting goods store for the
bow and firearms hunter, recreational shooter and fly fisherman.
We also work with local businesses and agencies providing vertical and
confined space rescue equipment as well as industrial fall protection
supplies. Conveniently located on the corner of Main and Center Streets in the
original downtown section of Mt. Airy, the shop has been in the same
location and under the same management since 1977.</span><span style="font-family:"Verdana","sans-serif";
color:windowtext"><o:p></o:p></span></p>
<p class="style1"><span style="color:windowtext"> This family owned
and operated business originally began in the early 1960’s as a Western
Auto store. Gradually, sporting goods and firearms were incorporated and
the business has become a comprehensive sporting goods store. Although
the business has grown, it has retained its unique down-home friendly
atmosphere. With it’s high ceilings and walls decorated with old
outdoors relics and animal mounts, it represents a feast for the eyes as
you warm yourself on the bench before the cozy wood stove and catch up
on the latest hunting successes or discuss what the trout are taking on
the local streams.<o:p></o:p></span></p>
<p class="style1"><span style="color:windowtext"> Equally as
important as the complete line of products is the highly knowledgeable
and helpful staff that have themselves spent a lifetime in the outdoors
either pursuit of fish and game or on the target range. Not only can they provide help and advice
in finding what you need but will do their utmost to locate and obtain
anything that is not in inventory. We can generally get special order
items within three to six days from the excellent group of suppliers and
manufacturers we represent.<o:p></o:p></span></p>
<p class="style1"><span style="color:windowtext"> So if you need
some Woolly Buggers or Bead-head Nymphs to spend a day in the
Frederick watershed after trout, or a new Winchester .338 for your trip
to Alaska for brown bear and moose, or just need to have new cables and
string installed on your compound bow in preparation for Maryland’s
whitetail season, Gun Shack/Crosswind All Outdoors can meet your needs
and get you outfitted.<o:p></o:p></span></p>
<p> </p>
<!-- #EndEditable "content" --></div>
<!-- End Content -->
<!-- Begin Footer -->
<div id="footer">
<p><a href="default.html">Home</a> | <a href="Staff/staff.html">
Our Staff</a>
| <a href="Products/Products.html">Products</a> |
<a href="Services/Services.html">Services</a> |
<a href="Hours_Directions/Hours_Directions.html">Hours / Directions</a> |
<a href="Sale_Items/Sale_Items.html">Sale Items</a> |
<a href="Links/Links.html">Links</a> | <a href="contact/Contact.html">Contact</a>
| <a href="Photo_Album/Photo%20Main.html">Photos</a></p>
<p><span class="copyright" style="font-weight: bold">©</span><b> 2010
Gun Shack Inc.</b></p>
</div>
<!-- End Footer --></div>
<!-- End Container -->
</body>
<!-- #EndTemplate -->
</html>
Bookmarks