AddHead(new Html(<<
.rounded{display:block}
.rounded *{
display:block;
height:1px;
font-size:.01em;
overflow:hidden;
background:#333333}
.rounded1{
margin-left:3px;
margin-right:3px;
padding-left:1px;
padding-right:1px;
border-left:1px solid #a7a7a7;
border-right:1px solid #a7a7a7;
background:#666666}
.rounded2{
margin-left:1px;
margin-right:1px;
padding-right:1px;
padding-left:1px;
border-left:1px solid #eaeaea;
border-right:1px solid #eaeaea;
background:#595959}
.rounded3{
margin-left:1px;
margin-right:1px;
border-left:1px solid #595959;
border-right:1px solid #595959;}
.rounded4{
border-left:1px solid #a7a7a7;
border-right:1px solid #a7a7a7}
.rounded5{
border-left:1px solid #666666;
border-right:1px solid #666666}
.roundedfg{
background:#333333}
a.donate { font-size:200%; color:#FFF; }
a.donate:hover { color:#CCCCCC }
EOD
));
$page->AddPost(new Post("Ways to contribute", <<
Please send us feedback about any of our projects
Join the development of the open source Rehearsal Assistant
If there are any other ways in which you would like to help us or collaborate with us, please let us know!
EOD
));
$page->AddPost(new Post('Or, donate', <<
- or -
Make a donation specific to Rehearsal Assistant through SourceForge / PayPal:
* urbanSTEW is a sponsored project of Fractured Atlas, a non-profit arts service organization.
Contributions for the purposes of urbanSTEW must be made payable to Fractured Atlas and
are tax-deductible to the extent permitted by law.
EOD
));
/*
$page->AddPost(new Post('Why donate?', <<Your contribution will help support urbanSTEW projects and mission. Any amount is helpful, and will be greatly appreciated!
EOD
));*/
/*$page->AddPost(new Post('How will your donation be used?', <<It will be used for equipment, time & other expenses related to urbanSTEW projects. We are all about transparency, and will post exactly how we use donated funds on our finances page.
EOD
));*/
$page->AddPost(new Post('Supporter Wall', <<urbanSTEW would like to thank the following donors and granting institutions for their valuable support:
Corporate Donors

Individual Donors
Granting Institutions

EOD
));
$page->AddPost(new Post('Volunteer Wall', <<urbanSTEW would like to thank the following organizations and individuals for providing urbanSTEW with assistance:
Pro Bono Services

Dennis Mudd,
Finance Manager, Wells Fargo
Volunteers
- Numerous users of Rehearsal Assistant and Sound Recorder Widget providing bug reports and suggesting improvements
EOD
));
$page->Render();
?>