diff --git a/registration-system/other/story_travelEnd.svg b/registration-system/other/story_travelEnd.svg
new file mode 100644
index 0000000000000000000000000000000000000000..8d3f86a130565919f1ea217bc12dbb2438224e12
Binary files /dev/null and b/registration-system/other/story_travelEnd.svg differ
diff --git a/registration-system/view/graphics/story/travelEnd.png b/registration-system/view/graphics/story/travelEnd.png
new file mode 100644
index 0000000000000000000000000000000000000000..b90dc76ca1a987d729407204b502e571e9b438b5
Binary files /dev/null and b/registration-system/view/graphics/story/travelEnd.png differ
diff --git a/registration-system/view/js/story.js b/registration-system/view/js/story.js
index 8fb322469adb9f4fc9e5856b5aa56e1b0e6691eb..2a9225bb61a2a78974f46d40e785e94eb5d3e264 100644
--- a/registration-system/view/js/story.js
+++ b/registration-system/view/js/story.js
@@ -225,7 +225,7 @@ Story.prototype.initTravelEnd = function()
 
 	var self = this;
 
-	this.travelEnd = this.storyImageDiv('travelBegin.png');
+	this.travelEnd = this.storyImageDiv('travelEnd.png');
 	this.travelEnd.animate({left:'-900px'}, 0);
 	this.storybox.append(this.travelEnd);