function drawNews()
{
//createLink('headlines','Tune in WDVE-FM 102.5 to hear Bull Baylor and Bill Leuthold talk about the 2011 National Veterans Wheelchair Games in Pittsburgh','news.html');
//createLink('headlines','Lebanon VAMC events calendar for June now available','Events.html');//createLink('headlines','<strong>Open House is this Friday</strong>, noon to 5 p.m.','OpenHouse2010.html');
createLink('headlines','Decision makes it easier for Gulf War veterans to receive benefits','http://www1.va.gov/opa/pressrel/pressrelease.cfm?id=1869');
createLink('headlines','2010 Annual Banquet scheduled','Banquet.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','NOVEMBER brings election, Veterans Day--are you ready?','VeteransDay.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>"
}