Ok few things.
Your image files names should not have spaces or & in them, such as "Kim & Mike Wedding -0183.jpg". You will need to rename the images and change your gallery.xml file to match.
Edit morethanafeeling.html in a text editor like notepad and change the following.
You have two </head> and <title> tags, remove the <title>TiltViewer</title> at about line 13 and </head> at about line 41.
Remove lines at about 44 to 101 this is your gallery.xml and should not be in your html.
<tiltviewergallery>
<photos>
<photo imageurl="images/Blend 10.jpg" showFlipButton="true">
<title>Blend 10.jpg</title>
<description></description>
</photo>
<photo imageurl="images/Blend 6 (2).jpg" showFlipButton="true">
<title>Blend 6 (2).jpg</title>
<description></description>
</photo>
<photo imageurl="images/DSC_0015.jpg" showFlipButton="true">
<title>DSC_0015.jpg</title>
<description></description>
</photo>
<photo imageurl="images/DSC_0022 Haze 2.jpg" showFlipButton="true">
<title>DSC_0022 Haze 2.jpg</title>
<description></description>
</photo>
<photo imageurl="images/DSC_0023.jpg" showFlipButton="true">
<title>DSC_0023.jpg</title>
<description></description>
</photo>
<photo imageurl="images/DSC_0154.jpg" showFlipButton="true">
<title>DSC_0154.jpg</title>
<description></description>
</photo>
<photo imageurl="images/DSC_0178 B.jpg" showFlipButton="true">
<title>DSC_0178 B.jpg</title>
<description></description>
</photo>
<photo imageurl="images/DSC_0313.jpg" showFlipButton="true">
<title>DSC_0313.jpg</title>
<description></description>
</photo>
<photo imageurl="images/Kim & Mike Wedding -0183.jpg" showFlipButton="true">
<title>Kim & Mike Wedding -0183.jpg</title>
<description></description>
</photo>
<photo imageurl="images/Wedding 18.jpg" showFlipButton="true">
<title>Wedding 18.jpg</title>
<description></description>
</photo>
<photo imageurl="images/Wedding 22.jpg" showFlipButton="true">
<title>Wedding 22.jpg</title>
<description></description>
</photo>
<photo imageurl="images/Wedding 28.jpg" showFlipButton="true">
<title>Wedding 28.jpg</title>
<description></description>
</photo>
</photos>
</tiltviewergallery>
finally replace
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="606" width="804" id="element22"><param name="movie" value="files/TiltViewer.swf">
<param name="play" value="true">
<param name="loop" value="false">
<param name="quality" value="autohigh">
<embed src="files/TiltViewer.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" height="606" play="true" quality="high" width="804" loop="false"><noembed><a href="http://www.macromedia.com/go/getflashplayer">Flash Required</a></noembed>
<div class="c2"><a href="http://www.macromedia.com/go/getflashplayer">Flash Required</a></div>
</object>
with
<div id="flashcontent">TiltViewer requires JavaScript and the latest Flash player.
<a href="http://www.macromedia.com/go/getflashplayer/">Get Flash here.</a></div>
<script type="text/javascript">
var fo = new SWFObject("TiltViewer.swf", "viewer", "804", "606", "9.0.28", "#000000");
// TILTVIEWER CONFIGURATION OPTIONS
// To use an option, uncomment it by removing the "//" at the start of the line
// For a description of config options, go to:
//http://www.airtightinteractive.com/projects/tiltviewer/config_options.html
//FLICKR GALLERY OPTIONS
// To use images from Flickr, uncomment this block
//fo.addVariable("useFlickr", "true");
//fo.addVariable("user_id", "48508968@N00");
//fo.addVariable("tags", "jump,smile");
//fo.addVariable("tag_mode", "all");
//fo.addVariable("showTakenByText", "true");
// XML GALLERY OPTIONS
// To use local images defined in an XML document, use this block
fo.addVariable("useFlickr", "false");
fo.addVariable("xmlURL", "gallery.xml");
fo.addVariable("maxJPGSize","640");
//GENERAL OPTIONS
fo.addVariable("useReloadButton", "false");
fo.addVariable("columns", "3");
fo.addVariable("rows", "3");
//fo.addVariable("bkgndInnerColor", "0xFFFFFF");
//fo.addVariable("bkgndOuterColor", "0xFFFFFF");
//fo.addVariable("frameColor", "0xAAAAAA");
//fo.addVariable("navButtonColor", "0x000000");
//fo.addVariable("showFlipButton", "true");
fo.addVariable("showLinkButton", "false");
//fo.addVariable("linkLabel", "View image info");
//fo.addVariable("backColor", "0xDDDDDD");
//fo.addVariable("langGoFull", "Go Fullscreen");
//fo.addVariable("langExitFull", "Exit Fullscreen");
//fo.addVariable("langAbout", "About");
// END TILTVIEWER CONFIGURATION OPTIONS
fo.addParam("allowFullScreen","true");
fo.write("flashcontent");
</script>
once you have that done we'll see how it works and go from there.
Mike Richards
SimpleViewer Support Team.