/******************************************************************************
* efs_banner.js                                                            *
*                                                                             *
* Copyright 2002 by EFSports                                                *
* Last update: Dec. 15, 2002.                                                *
******************************************************************************/

function efs_banner() {
	// currentRulesPage - menu array index of page we're on now
	// fantasySport - 1 = fantasy football; 2 = fantasy baseball
	
	var banner = "";
	
	banner = "Come play the greatest online fantasy football challenge with the big dogs at EFSports! &nbsp;";

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

