/*
	Name: setup.js
*/

function sourceSetup()
{

	
	var footer = document.getElementById('topHeader');
	var footerHTML = '<a class="headfoot" href="about_synergy_moon.html">About Us</a>   <span class="hf-dividers">:</span>   <a class="headfoot" href="press.html">Press Coverage</a>   <span class="hf-dividers">:</span>   <a class="headfoot" href="donations.html">Make a Donation</a>   <span class="hf-dividers">:</span>   <a class="headfoot" href="sponsorship.html">Sponsorship <span class="helvt">&</span> Endorsements</a>   <span class="hf-dividers">:</span>   <a class="headfoot" href="contact.html">Contact Us</a>';
	if(footer != undefined)
	footer.innerHTML = footerHTML;
	
	var footer = document.getElementById('sponsorLinks');
	var footerHTML = '<div class="subtext">THANKS FOR OUR FIRST TEAM SYNERGY MOON GOOGLE LUNAR X PRIZE SPONSOR</div> <a href="http://www.espacetickets.com" target="new"><img src="images/e-space_tickets+logo.gif" style="padding-top:8px; padding-bottom:5px;" alt="" width="410" height="84" border="0"></a><br><a class="headfoot" http://www.espacetickets.com" target="new">eSpaceTickets.com</a>';
	if(footer != undefined)
	footer.innerHTML = footerHTML;
	
	var footer = document.getElementById('partnerLinks');
	var footerHTML = '<table border="0" width="790" cellspacing="0" cellpadding="0" class="partners" bgcolor="#e1e1e1">    <tr>    <td align="center">    <div class="subtext">TEAM SYNERGY MOON FOUNDING PARTNERS</div>     <table border="0" width="750" cellspacing="0" cellpadding="0">    <tr valign="middle">    <td width="25%" align="center" onClick="document.location.href="http://www.interplanetaryventures.org";" style="cursor:pointer;cursor:hand">    <a href="http://www.interplanetaryventures.org"><img src="images/interpanetary_ventures_logo.gif" alt="" width="160" height="149" border="0"></a></td>    <td width="25%" align="center" onClick="document.location.href="http://www.interorbital.com";" style="cursor:pointer;cursor:hand">    <a href="http://www.interorbital.com"><img src="images/interorbitalsystems.gif" alt="" width="144" height="149" border="0"></a></td>    <td width="25%" align="center" onClick="document.location.href="http://humansynergyproject.wikispaces.com";" style="cursor:pointer;cursor:hand">    <a href="http://humansynergyproject.wikispaces.com"><img src="images/human_synergy_project_logo.gif" alt="" width="142" height="171" border="0"></a></td>    <td width="25%" align="center" onClick="document.location.href="http://www.rpctelecom.com";" style="cursor:pointer;cursor:hand">    <a href="http://www.rpctelecom.com"><img src="images/RPC_Telecommunications.gif" alt="" width="226" height="108" border="0"></a></td>    </tr>        <tr>    <td width="25%" align="center" onClick="document.location.href="http://www.interplanetaryventures.org";" style="cursor:pointer;cursor:hand">    <a class="subtextpart" class="subtext" href="http://www.interplanetaryventures.org">Interplanetary<br>Ventures</a>    </td>    <td width="25%" align="center" onClick="document.location.href="http://www.interorbital.com";" style="cursor:pointer;cursor:hand">    <a class="subtextpart" href="http://www.interorbital.com">Interorbital<br>Systems</a>    </td>    <td width="25%" align="center" onClick="document.location.href="http://humansynergyproject.wikispaces.com";" style="cursor:pointer;cursor:hand">    <a class="subtextpart" href="http://humansynergyproject.wikispaces.com">Human Synergy<br>Project</a>    </td>    <td width="25%" align="center" onClick="document.location.href="http://www.rpctelecom.com";" style="cursor:pointer;cursor:hand">    <a class="subtextpart" href="http://www.rpctelecom.com">RPC<br>Telecommunications</a>    </td>    </tr>            </table></td>    </tr>    </table>';
	if(footer != undefined)
	footer.innerHTML = footerHTML;
	
	}