/// <summary>
		/// Creates new instance of <see cref="HeadData"></see> object.
		/// </summary>
		public HeadData()
		{
			m_MetaTags = new MetaTagDataCollection();
		}
 /// <summary>
 /// Creates new instance of <see cref="HeadData"></see> object.
 /// </summary>
 public HeadData()
 {
     m_MetaTags = new MetaTagDataCollection();
 }