/******************************************************************************
* efs_banner.js                                                            *
*                                                                             *
* Copyright 2002 by EFSports                                                *
* Last update: Dec. 15, 2002.                                                *
******************************************************************************/

function efs_banner_beta() {
	// currentRulesPage - menu array index of page we're on now
	// fantasySport - 1 = fantasy football; 2 = fantasy baseball
	
	var banner = "";
	
	banner = "Come take a sneak peak at <a href='http://dynasty.efsports.com/efs2/efs_index.jsp' CLASS='efshomebeta'>EFSports Beta 2.0</a> and <a href='http://dynasty.efsports.com/efs2/efs_index.jsp?OP=contactus' CLASS='efshomebeta'>tell us what you think</a>! &nbsp;";

	// 2005 season signups end Aug. 15";
	
	// and get a jump on the competition!";
	
	document.write(banner);

	return;
}
