
var pa_links = new Array("http://galaxy.twd.net/ccabb",
"http://royer-greavesschoolforblind.com",
"http://tricountyblind.org",
"http://www.abvi.org",
"http://www.aiu3.net",
"http://www.altoona.net/uwbc/bcab/bcab.html",
"http://www.asb.org",
"http://www.asb.org",
"http://www.blindness.org",
"http://www.blindrelieffund.org",
"http://www.caiu.k12.pa..us",
"http://www.carnegielibrary.org/clp/lbpH",
"http://www.dancingdots.com",
"http://www.dli.state.pa.us/landi/cwp/view.asp?A=128&Q=58075",
"http://www.dpw.state.pa.us/omr/omrei.asp",
"http://www.forsight.org",
"http://www.keystoneblind.org",
"http://www.delcoblind.org",
"http://www.library.phila.gov/",
"http://www.lphg.ein/northland",
"http://www.mcab.org",
"http://www.ncsight.org",
"http://www.obs.org",
"http://www.pablind.org",
"http://www.pablind.org",
"http://www.pablind.org",
"http://www.pattan.k12.pa.us/",
"http://www.pattan.k12.pa.us/",
"http://www.pattan.k12.pa.us/",
"http://www.pco.edu",
"http://www.pghvis.org",
"http://www.poaeyes.org",
"http://www.readingservice.org",
"http://www.rfbd.org",
"http://www.sites.state.pa.us/PA_Exec/Aging",
"http://www.somersetblind.org",
"http://www.stlucydayschool.org",
"http://www.viablservices.org",
"http://www.words-plus.com") ;


var org_name = new Array("Cambria County Association for the Blind and Visually Handicapped",
"Royer-Greaves School for Blind",
"Pennsylvania Association for the Blind ",
"Associated Services for the Blind",
"Allegheny Intermediate Unit: Special Education Division",
"Blair County Association for the Blind and Visually Handicapped",
"Associated Services for the Blind",
"Association for the Blind and Visually Impaired of Lehigh County",
"Foundation Fighting Blindness: Philadelphia Affiliate",
"Blind Relief Fund of Philadelphia",
"Capital Area Intermediate Unit",
"Carnegie Library of Pittsburgh - Library for the Blind and Physically Handicapped",
"Dancing Dots",
"Office of Vocational Rehabilitation",
"Office of Mental Retardation - Division of Early Intervention Services",
"York County Blind Center",
"Keystone Blind Association",
"Delco Blind/Sight Center",
"Free Library of Philadelphia ",
"Northland Public Library",
"Montgomery County Association for the Blind",
"North Central Sight Services",
"Overbrook School for the Blind",
"Pennsylvania Association for the Blind",
"Butler County Association for the Blind",
"South Central Blind Association",
"Pennsylvania Training and Technical Assistance Network",
"Pennsylvania Training and Technical Assistance Network",
"Pennsylvania Training and Technical Assistance Network",
"Institute for the Visually Impaired - PA College of Optometry",
"Pittsburgh Vision Services",
"Pennsylvania Optometric Association",
"Radio Information Service Pittsburgh",
"Recording for the Blind & Dyslexic: Philadelphia Unit",
"Pennsylvania Department of Aging",
"Somerset County Blind Association",
"St. Lucy Day School for Children with Visual Impairments",
"Visual Impairment and Blindness Services of Northampton County",
"Words Plus") ;


function randlink()
{

// document.write ("size " + pa_links.length ) ;
var r = Math.random() * pa_links.length ;
r = Math.floor(r) ;
// document.write ("r is " + r + "  " + pa_links[r] + "<br/>" ) ;
randanchor.href = pa_links[r] ;
randanchor.innerHTML = org_name[r] ;
randpara.innerHTML = "Here is another group serving the blind of Pennsylvania: <br/> " + randpara.innerHTML ; 

}  // end 





