/******************************************************************************
* efs_pricing.js                                                            *
*                                                                             *
* Copyright 2002 by EFSports                                                *
* Last update: Jan. 22, 2002.                                                *
******************************************************************************/

function efs_pricing() {
	var pricing = "";
	
	pricing = '<TABLE WIDTH="310" HEIGHT="123" BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="#000000">'
		+ '<TR><TD><TABLE WIDTH="100%" HEIGHT="123" BORDER="0" CELLPADDING="0" CELLSPACING="1">'
		+ '<TR><TD HEIGHT="20" ALIGN=LEFT COLSPAN=2 BACKGROUND="/images/EFS%20Logos/efstable-pricing.jpg">'
		+ '</TD></TR>'
		+ '<TR><TD HEIGHT="103" VALIGN=TOP CLASS="teamval" WIDTH=100%>&nbsp;'
		+ '<A HREF="/cgi-bin/WebConnect?*DTTwdf=FFXORPH/FFXORPH1&*DTTpage=orphan.htm" CLASS="efsbodyhl">Buy a Team</a> '
		+ 'of your choice by Credit Card, '
		+ 'in 12 or 16 team leagues, standard or enhanced, orphan or expansion, regular or super prize league, '
		+ 'or you can <A HREF="/check.htm" CLASS="efsbodyhl">Order by Check</A>. '
		+ '&nbsp; Regular/Returning leagues $75; super prize leagues, $125.<BR CLEAR=ALL>'
		+ '&nbsp;&nbsp;Begin your dynasty today!</TD></tr></TABLE></TD></TR></TABLE>';

	document.write(pricing);
	
	return;
}

