Friends Promo
diff --git a/_projectCommon.php b/_projectCommon.php
new file mode 100644
index 0000000..701f3c3
--- /dev/null
+++ b/_projectCommon.php
@@ -0,0 +1,18 @@
+<?php
+
+	# Set the theme for your project's web pages.
+	# See the Committer Tools "How Do I" for list of themes
+	# https://dev.eclipse.org/committers/
+	# Optional: defaults to system theme 
+	$theme = "Nova";
+	//$App->ExtraHtmlHeaders = '<link rel="stylesheet" type="text/css" href="/equinox/equinox.css">';
+	# Define your project-wide Nav bars here.
+	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
+	# these are optional
+	$Nav->setLinkList( array() );
+	$Nav->addNavSeparator("Galileo", "/galileo/");
+	$Nav->addCustomNav("Test Galileo M7", "/downloads/packages/release/galileo/m7", "_self", 1);
+	$Nav->addCustomNav("Galileo Bird's Nest", "http://galileo.chinposin.com", "_blank", 1);
+	$Nav->addCustomNav("Galilo Friends of Eclipse", "/galileo/friends", "_self", 1);
+
+?>
\ No newline at end of file
diff --git a/friends.php b/friends.php
new file mode 100644
index 0000000..900133e
--- /dev/null
+++ b/friends.php
@@ -0,0 +1,59 @@
+<?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'
+
+	#*****************************************************************************
+	#
+	# friends.php
+	#
+	# Author: 		Nathan Gervais
+	# Date:			2009-05-21
+	#
+	# Description:  Galileo Friends Landing Page
+	#
+	#
+	#****************************************************************************
+	
+	#
+	# Begin: page-specific settings.  Change these. 
+	$pageTitle 		= "Friends of Eclipse";
+	$pageKeywords	= "Friends of Eclipse, Galileo";
+	$pageAuthor		= "Nathan Gervais";
+		
+	# Paste your HTML content between the EOHTML markers!	
+	ob_start();
+	?>
+	<div id="midcolumn">
+		<h1>Friends of Eclipse</h1>
+		
+		<h2>Eclipse Galileo Release is Coming June 24</h2>
+		<p>
+			Become a <a href="/donate">Friend of Eclipse</a> to get early access to the Galileo release and a faster download experience[1].   At the same time you will be helping support the Eclipse Foundation and the Eclipse community.  Join now for only US$35.
+		</p>
+		
+		<p style="font-size:10px;color:#888;">
+			[1] Friends of Eclipse get special access to the Eclipse Foundation download server.  This server will be available to Friends of Eclipse while the download packages are being synchronized to our mirrors.  This typically means the packages will be available up to 24 hrs before everyone else.   The Eclipse Foundation will also be dedicated extra bandwidth to this download server, so Friends should experience a faster download.
+		</p>
+		
+		
+	</div>
+	
+	<!-- remove the entire <div> tag to omit the right column!  -->
+	<div id="rightcolumn">
+		<div class="sideitem">
+			<h6>Related Links</h6>
+			<ul>
+				<li><a href="/donate">Become a Friend of Eclipse</a></li>
+				<li><a href="/donate/donorlist.php">Friends of Eclipse Donor List</a></li>
+			</ul>
+		</div>
+		<div id="promos">
+			<img src="/galileo/images/friends.gif">
+		</div>		
+	</div>
+
+	
+	<?
+	$html = ob_get_clean();
+
+	# Generate the web page
+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+?>
\ No newline at end of file
diff --git a/images/friends.gif b/images/friends.gif
new file mode 100644
index 0000000..f16b261
--- /dev/null
+++ b/images/friends.gif
Binary files differ