add page for video tutorials
diff --git a/documentation/_index.html b/documentation/_index.html
index 1b2fffc..432900a 100644
--- a/documentation/_index.html
+++ b/documentation/_index.html
@@ -5,4 +5,5 @@
 <li><b><a href="http://wiki.eclipse.org/Libra/Getting_Started#Obtaining_Sources">Obtaining Sources</a></b></li>
 <li><b><a href="http://wiki.eclipse.org/Libra/Getting_Started#Build_Infrastructure">Build Infrastructure</a></b></li>
 <li><b><a href="http://wiki.eclipse.org/Libra/Getting_Started#Proposing_and_Committing_a_Patch">Proposing and Committing a Patch</a></b></li>
+<li><b><a href="./video">Video Tutorials</a></b></li>
 </ul>
\ No newline at end of file
diff --git a/documentation/video/_index.html b/documentation/video/_index.html
new file mode 100755
index 0000000..e2902ad
--- /dev/null
+++ b/documentation/video/_index.html
@@ -0,0 +1,20 @@
+<h2>Video Tutorials</h2>
+
+<h3>[2011-09-22] Eclipse Libra Launchers </h3>
+<object style="height: 390px; width: 640px">
+	<param name="movie"
+		value="http://www.youtube.com/v/tXw7fPekMa4?version=3">
+	<param name="allowFullScreen" value="true">
+	<param name="allowScriptAccess" value="always">
+	<embed src="http://www.youtube.com/v/tXw7fPekMa4?version=3"
+		type="application/x-shockwave-flash" allowfullscreen="true"
+		allowScriptAccess="always" width="640" height="360">
+</object>
+
+<h3>[2010-10-30] Eclipse Libra - OSGi Bundle Facet</h3>
+<div id="screencast">
+	<iframe title="YouTube video player" class="youtube-player"
+		type="text/html" width="480" height="390"
+		src="http://www.youtube.com/embed/r09q9a4Qaas" frameborder="0"
+		allowFullScreen> </iframe>
+</div>
\ No newline at end of file
diff --git a/documentation/video/index.php b/documentation/video/index.php
new file mode 100755
index 0000000..76eaf3a
--- /dev/null
+++ b/documentation/video/index.php
@@ -0,0 +1,10 @@
+<?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
+	$pageTitle 		= "Libra - Video Tutorials";
+
+	$html  = '<div id="midcolumn">';
+	$html .= file_get_contents('_index.html');
+	$html .= "</div>";
+	
+	# Generate the web page
+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
diff --git a/pages/_index.html b/pages/_index.html
index 47dcc12..da45f27 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -49,11 +49,6 @@
 
 </div>
 
-<div id="screencast"><iframe title="YouTube video player"
-	class="youtube-player" type="text/html" width="480" height="390"
-	src="http://www.youtube.com/embed/r09q9a4Qaas" frameborder="0"
-	allowFullScreen> </iframe></div>
-
 </div>
 
 <div id="rightcolumn">