Javascript is either disabled or not supported by this browser. This page may not appear properly.
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
gSlideshowInterval = 5;
gNumberOfImages = 2;

gImages = new Array(gNumberOfImages);
gImages[0] = "http://wedsitebuild.homestead.com/files/milli.jpg";
gImages[1] = "http://wedsitebuild.homestead.com/files/design1.jpg";

function canManipulateImages() {
          if (document.images)
                    return true;
          else
                    return false;
}
function loadSlide(imageURL) {
          if (gImageCapableBrowser) {
                    document.slide.src = imageURL;
                    return false;
          }
          else {
                    return true;
          }
}
function nextSlide() {
          gCurrentImage = (gCurrentImage + 1) % gNumberOfImages;
          loadSlide(gImages[gCurrentImage]);
}
gImageCapableBrowser = canManipulateImages();
gCurrentImage = 0;
setInterval("nextSlide()",gSlideshowInterval * 1000);
// -->
</SCRIPT>
<P ALIGN=left><a href="http://millifeline.homestead.com/home.html"><IMG SRC="http://wedsitebuild.homestead.com/files/design1.jpg" BORDER=0 ALT="web site design for small businesses, weddings and other family needs" NAME="slide"></a></P>
Copy the script below and paste it where you want the link to appear on your site
">
">
">
">