The document describes the ASP.NET AdRotator control which is used to display a sequence of ad images randomly by selecting from a predefined list stored in an XML file. The XML file contains <Advertisements> and <Ad> tags to define each ad along with elements like <ImageUrl>, <NavigateUrl>, <AlternateText>, <Keyword> and <Impressions>. The AdRotator control presents ads each time a page loads and navigates to a new URL when ads are clicked. It can fetch ad information from a database or XML file and display ads randomly with the help of a Timer control.