function drawNews()
{
createLink('headlines','Pick up three points: attend the April Membership Meeting','events.html');
createLink('headlines','Participate in the PVA Member Survey','PVAMemberSurvey.pdf');
//createLink('headlines','Brig. Gen. Scott Wagner to speak at Annual Banquet; register to attend NOW!','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','NEW POSTING: 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','All are welcome to the 3rd annual OPEN HOUSE on 18 April','OpenHouse.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>"
}