<!-- Begin
var space = "   ";
var speed = "100";
var pos = 0;
var msg = "Welcome to CPRF where people of all abilities gain the training, employment and support for lifelong independence.  Home to the School of Adaptive Computer Training, Champions for Children with Disabilities, BTCO and DCSS Ability.  Please contact Liz Karp at (316) 652-1544 for more information.";
function Scroll()
{
window.status = msg.substring(pos, msg.length) + space + msg.substring(0,pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("Scroll()", speed);
}
Scroll();
document.write('<center>');
document.write('<img src="/images/logos.gif" width="400" height="52" border="0" usemap="#Map99"><map name="Map99"><area shape="rect" coords="-8,-11,97,48" href="http://www.wichita.bbb.org/"><area shape="rect" coords="103,-6,159,49" href="http://www.wichitakansas.org/"><area shape="rect" coords="161,9,272,45" href="http://www.interhab.org/"><area shape="rect" coords="281,7,435,46" href="http://www.guidestar.org/"></map><br>');
document.write('<font size="1" face=arial><em>Copyright © 2000 CPRF. All rights reserved.</em><br><a href="/">Home Page</a> | <a href="/privacy.asp">Privacy Statement</a> | <a href="/contact.asp">Contact Us</a><BR>Website administration system provided by <a target="_blank" href="http://www.eovision.com">eoVision L.L.C.</a> of Wichita, Kansas<br>');
document.write('Contributions to CPRF, a tax exempt organization under section 501 (c) (3) of the Internal Revenue Code, are deductible for computing income and estate taxes.</font>');
document.write('</center>');
// End -->
