# ASP Content Rotator Component (ASP 3.0)
* * *
## ASP Content Rotator Component
The ASP Content Rotator component creates a ContentRotator object that displays a different content string each time a visitor enters or refreshes a page on the website.
Information about the content strings is contained in a text file called a Content Schedule File.
Content strings can include HTML tags, allowing you to display any type of content that HTML can render: text, images, colors, or hyperlinks.
### Syntax
* * *
## ASP Content Rotator Example
The following example displays different content each time a visitor views the page.
First, create a text file named "textads.txt" and place it in a subfolder named "text".
"textads.txt":
%% #3
This is a great day!!
%% #3

%% #4
Visit
Note the # number at the beginning of each content string. This number is an optional
```