*** empty log message ***
diff --git a/friends.php b/friends.php
index fee206d..44b4979 100644
--- a/friends.php
+++ b/friends.php
@@ -15,7 +15,7 @@
 	$pageTitle 		= "Eclipse.org - Indigo Simultaneous Release";
 	$pageKeywords	= "indigo, release, simultaneous, release train, 3.7";
 	$pageAuthor		= "Nathan Gervais";
-		
+	include('scripts/friendsFunctions.php');		
 	# Paste your HTML content between the EOHTML markers!	
 	ob_start();
 	?>
@@ -34,20 +34,20 @@
 			</div>
 			<div id="window">
 				<div class="wantedDesc">
-					<h1 class="wanted">Wanted: 360 Friends for Helios</h1>
+					<h1 class="wanted">The Indigo 500</h1>
 					<div class="wrapper">
-						<p>Millions of people use Eclipse. <a href="/donate/">Friends of Eclipse</a> allows you to contribute back to the Eclipse community.   To celebrate the upcoming Helios Release Train we want to recruit 360 new Friends of Eclipse.</p>
+						<p>Millions of people use Eclipse. <a href="/donate/">Friends of Eclipse</a> allows you to contribute back to the Eclipse community.   To celebrate the upcoming Helios Release Train we want to recruit 500 new Friends of Eclipse.</p>
 					</div>
 					<div class="wrapper">
-						<p>For a US$35 contribution, you can become a Friend of Eclipse.  As a special thank you, Friends will get early access to the <a href="/helios/">Helios release</a>, direct from the download server at the Eclipse Foundation.  Your contribution will also help support the Eclipse community.</p>
+						<p>For a US$35 contribution, you can become a Friend of Eclipse.  As a special thank you, Friends will get early access to the <a href="/indigo/">Helios release</a>, direct from the download server at the Eclipse Foundation.  Your contribution will also help support the Eclipse community.</p>
 					</div>
 					<div class="wrapper">
 						<div class="star"><img src='images/icons/star.png'/></div>	
 						<a class="donate" href="/donate">Donate Now!</a>
 					</div>
 					<div class="progressBar">
-						<div class="progress" style="width:<?=round(getWantedCount() * (600/360));?>px">&nbsp;</div>
-						<div class="counter"><span class="active"><?=getWantedCount();?></span> / 360 friends recruited.</div>
+						<div class="progress" style="width:<?=round(getWantedCount() * (980/500));?>px">&nbsp;</div>
+						<div class="counter"><span class="active"><?=getWantedCount();?></span> / 500 friends recruited.</div>
 					</div>				
 					<h3>Recent Donors</h3>
 					<ul class="donorList clearfix"><?=sideDonorList(10);?></ul>
diff --git a/style.css b/style.css
index 1e85244..eb8ee18 100644
--- a/style.css
+++ b/style.css
@@ -30,4 +30,50 @@
 table.projects { margin-left:15px; }
 .header td { font-size:15px; font-weight:bold; border-bottom:1px solid white; }
 .tableRow td a { color:#FFF; }
-.tableRow td a:visited { color:#EEE; }
\ No newline at end of file
+.tableRow td a:visited { color:#EEE; }
+.wantedDesc { margin-left:20px; }
+.wantedDesc a { color:#9ad9ff; }
+
+.wantedDesc {
+	float:left;
+	margin-top:0px;
+}
+
+.wantedDesc li p{
+	position:relative;
+	top:-15px;
+}
+
+.wantedDesc li {
+	list-style-position:inside;	
+}
+
+.wantedDesc h3 {
+	display:inline;
+	color:#FFF;
+	border:0px;	
+}
+
+.donorList { clear:both; margin-left:10px;}
+
+.donorList li{
+	float:left;
+	list-style-image:url("images/starbullet.png") !important;
+	margin-bottom:0px !important;
+	margin-right:10px;
+}
+
+h1.wanted {
+	font-size:40px;
+	margin-bottom:20px;
+}
+
+#bulletList {
+	margin-left:30px;
+}
+
+.donate {
+	font-size:30px;	
+	color:#FFC600;
+	line-height:32px;
+}