function CopyRight (curLocation,NoFlash)
{
	var cText = ''
	cText += '<table cellpadding="2" cellspacing="0" border="0" align="center" width="90%"><tr>'
	cText += '<td width="60%" class="white-text">Copyright © <strong>NY Club Soccer League (NYCSL) 2009-2012</strong>. All Rights Reserved.</td>'
	cText += '<td width="10%"><a href="/html/home/term_of_use.asp" style="color: #FFF">Term of Use</a></td>'
	cText += '<td width="10%"><a href="/html/home/privacy_policy.asp" style="color: #FFF">Privacy Policy</a></td>'
	//
	if (NoFlash != "Y")
	{ cText += '<td width="10%"><a href="/default.asp?NoFlash=Y" style="color: #FFF">NO FLASH</a></td>'
	}
	else
	{ cText += '<td width="10%"><a href="/default.asp?NoFlash=N" style="color: #FFF">FLASH</a></td>'
	}
	cText += '</tr></table>'
	document.write(cText) 
	
//	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
//	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
//	try {
//		var pageTracker = _gat._getTracker("UA-11661879-6");
//		pageTracker._trackPageview();
//	} catch(err) {}
}
function DisplayLayer (item,status)
{
	var e = document.getElementById(item);
//	e.style.display = (e.style.display != 'none' ? 'none' : '' );
	e.style.display = status;
//	if (status == '')
//	{ e.FadeState = 0;
//		TimeToFade = 400;
//		fade (item);
//		e.style.display = status;
//	}
//	else
//	{ 	TimeToFade = 300;
//		fade (item);
//	}
}

