Test.
diff --git a/_index.html b/_index.html
index 9f6d9ef..556017a 100644
--- a/_index.html
+++ b/_index.html
@@ -74,6 +74,15 @@
 <h6 style="background-color: rgb(250, 253, 87);">Screencasts</h6>
 Find out more about ABM and AMP in these presentations.. (Externally hosted.)<BR />
 
+<div>
+<a class="gallery" rel="prettyPhoto[all]" 
+title="Xtext in less than a minute" href="http://vimeo.com/8260921">
+<img src="images/screenicons/overview.jpg"/>
+<div class="overlay"></div>
+</a>
+</div>
+
+
 <a rel="prettyPhoto"
 title="Screencast on advanced editor features" href="http://www.youtube.com/watch?v=1bVVptIEjoA">
 <img src="images/screenicons/overview.jpg"/>
@@ -163,9 +172,10 @@
 </div>
 </div>
 </div>
+
 <script type="text/javascript" charset="utf-8">
 $(document).ready(function(){
 	$("a.gallery[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square',slideshow:2000,default_width: 640, default_height: 480, opacity: 0.40, slideshow: false});
 //	$("a.featureScreencast").add('div').addClass("overlay");
 });
-</script>
\ No newline at end of file
+</script>