% if ( $ARGS{artist} ) {
% }
<%attr>
bgcolor=>'#F8EA92'
title=>'Artist Biography'
pagetype=>'home'
footercolor=>'#000033'
%attr>
<%init>
my $class = "person::artist";
my $artist = $class->getoid( $ARGS{artist} );
my $bio = $artist->biography();
my $format;
( $format = $bio )=~ s/\r//g;
%init>