function GetTOCBottom(sSiteID,sLocation) {
	if (typeof(sSiteID)=='undefined') {
		sSiteID="VORTEX";
	}
	switch (sSiteID.toUpperCase()) {
	case "COM" : 
		sBGCOLOR="#000000";
		break;		
	case "CUR" : 
		sBGCOLOR="#29639C";
		break;		
	case "IDX" :
		sBGCOLOR="#F1C8B8";
		break;
	default : 		
		sBGCOLOR="#29639C";
		break;		
	}

	sHTML="<tr><td valign='bottom' bgcolor='" + sBGCOLOR + "' height='10'>";
	sHTML=sHTML+"<font size='1' face='arial,helvetica'>";
	sHTML=sHTML+GetBanner("S","TOC_"+sLocation,"","",sSiteID);

	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><img src='http://www.theFinancials.com/images/free.gif' alt='You can subscribe for free.' width='25' height='10'><br>";
    	sHTML=sHTML+"<a HREF='http://www.theFinancials.com/Subscribe_Plans.html?id=" + sSiteID + "' onClick='movePageMarker(&quot;register&quot;)'>Subscribe</a><img src='blank.gif' name='register' width='9' height='5'> </p>";

     	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a href='http://www.forex-newsletters.com/' target='_top' onClick='movePageMarker(&quot;Newsletters&quot;)'>Free Newsletters</a>";
     	sHTML=sHTML+"<img SRC='blank.gif' name='Newsletters' width='9' height='5'></p>";

     	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a href='http://www.theFinancials.com/Branding.html' target='_top' onClick='movePageMarker(&quot;becomeapartner&quot;)'>Co-Brand With Us</a><img src='../commodities/blank.gif' name='becomeapartner' width='9' height='5'></p>";

     	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a href='http://www.jobsinthemoney.com/pb/index.cfm?cob=thefinancials' onClick='movePageMarker(&quot;jobsearch&quot;)'>Search Finance Jobs</a>";
     	sHTML=sHTML+"<img SRC='blank.gif' name='jobsearch' width='9' height='5'></p>";

	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a href='http://www.theFinancials.com/BannerAdverts.html' target='Detail' onClick='movePageMarker(&quot;advertisers&quot;)'>Advertise</a><img src='../commodities/blank.gif' name='advertisers' width='9' height='5'></p>";
	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a href='http://www.theFinancials.com/CareerOpps.html' target='Detail' onClick='movePageMarker(&quot;career&quot;)'>Join Our Team</a><img SRC='blank.gif' name='career' width='9' height='5'></p>";

    	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a HREF='http://www.thefinancials.com/CompanyIntro.html' onClick='movePageMarker(&quot;companyintro&quot;)'>Company/Contact</a> <img src='../commodities/blank.gif' name='companyintro' width='9' height='5'></p>";
    	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a HREF='http://www.thefinancials.com/Support.html' onClick='movePageMarker(&quot;userguide&quot;)'>User Guide</a><img SRC='../commodities/blank.gif' name='userguide' width='9' height='5'></p>";
//    	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 6'><a HREF='http://www.theFinancials.com/rev_Disclaimer.html' onClick='movePageMarker(&quot;disclaimer&quot;)'>Disclaimer</a><img SRC='blank.gif' name='disclaimer' width='9' height='5'></p>";
    	sHTML=sHTML+"<p style='margin-top: 6; margin-bottom: 0'><a href='http://www.theFinancials.com/' target='_blank'>© theFinancials.com</a>";

  	sHTML=sHTML+"</font></td></tr>";

	return sHTML;
}
