function drawNews()
{
createLink('headlines','<strong>NRA Sectional Air Rifle Championship</strong> to be held 09, 10 March; more info and registation available','PittsburghAirRifle2012.doc');
createLink('headlines','<strong>All About Art Contest</strong> info and entry form now available--see flyer','AllAboutArtContest.pdf');
//createLink('headlines','2011 chapter election results!','Elections.html');
//createLink('headlines','2011 Annual Banquet will feature Air Refueling Wing commander','banquet.html');

createLink('headlines','Make a vehicle donation to support paralyzed veterans','donationscars.html');
//createLink('headlines','Two easy ways YOU can support the wheelchair athletes at the 2011 Games in Pittsburgh','nvwg2011.html');
createLink('headlines','Lebanon VAMC events calendar for February 2012 now available','events.html');
createLink('headlines','Lebanon VAMC seeks volunteers; posts listed','lebanonvavolunteerassignments.doc');
//createLink('headlines','NOVEMBER will bring the general election and Veterans Day--are you ready?','veteransday.html');

//createLink('headlines','Benefits Box on-line: VA Urges Veterans to Sign Up for Direct Deposits, continued from page 9 of The Parascope, January-February 2011 edition','nsobenefitsboxjanfeb11.html');
//createLink('headlines','Join Keystone PVA and mark your calendar now for the annual Mobility Works Expo (scroll down)','links.html');
//createLink('headlines','<strong>Open House is this Friday</strong>, noon to 5 p.m.','openhouse2010.html');
createLink('headlines','VA cautions: VAS is not the same as VA','verywary.html');

createLink('headlines','Special extra earnings for military service','http://www.ssa.gov/retire2/military.htm');
//createLink('headlines','Rules, Registration and Waiver for for the 6th Annual <strong>Bass Tournament</strong>, Sunday, 14 June 2009--','bassappwaiver2009.doc');
//createLink('headlines','Kennywood Picnic, Monday, July 06','kennywood.html');
//createLink('headlines','PVA Scholarship Application','pvascholarshipapp.pdf');
createLink('headlines','Warning of "Patient Care Group" scam','verywary.html');


createLink('headlines','See Keystone PVA policies on photography, public elected officials','policies.html');

createLink('headlines','Will Pennsylvania tax your federal Economic Stimulus Payment?','news.html');
//createLink('headlines','VA revised compensation rates effective 01 December 2007','http://www.vba.va.gov/bln/21/Rates/comp01.htm');
//createLink('headlines','Awards given at Annual Banquet','banquet.html');
//createLink('headlines','Keystone chapter athletes win 26 medals at National Veterans Wheelchair Games!','nvwgomaha.html');

//createLink('headlines','Keystone PVA member participates in Winter Sports Clinic','wintersports.html');

//createLink('headlines','Updated meeting dates','calendar2007.doc');


//createLink('headlines','A random act of kindness <i>(scroll down after you click)</i>','news.html');

//createLink('headlines','Pheasant Hunt held at Springflow Lodge','outdoorrec.html')



;
}

function createLink(elmnt, txt, link)
{
document.getElementById(elmnt).innerHTML += "<p>" + txt + " <a href='" + link + "'>. . . read more . . .</a></p>"
}

