% This line will not be parsed as it starts with a % character.

% Each ticker message starts with a  character and then follows
% the arguments separated with | characters.

% The arguments are (in order):
%   Subject text | Headline text | URL link | Headline pause |
%   Subject background color | Subject foreground color |
%   Headline background color | Headline foreground color

% Any argument can be omitted but you have to leave a single
% space character between the | characters.

 Red message | This is the read message from InputRed.txt. |                 | |c00000|f4f4f4|f4f4f4|c00000
 Red message | Click here for the blue message.            | $InputBlue.txt  | |c00000|f4f4f4|f4f4f4|c00000
 Red message | Click here for the green message.           | $InputGreen.txt | |c00000|f4f4f4|f4f4f4|c00000

