public void Remove( ClientScriptRegister script )
		{
			this.List.Remove( script );
		}
		public int Add( ClientScriptRegister script )
		{
			return this.List.Add( script );
		}