// Condolence // Mourning end date, Name, Club, link, him/her, obituary link var condolence = new Array ( ["2009021400", "Amber Perry", "CinciDayton and Kelts rugby", "", "her", ""], ["2009020200", "Melissa \"Fort\" McLaughlin", "Fairmont High School, Ohio University, DARC, CinDay and Kelts rugby", "", "her", "http://www.legacy.com/dayton/Obituaries.asp?Page=LifeStory&PersonId=122160992"], ["2008121500", "Jeff Ebner", "DARC", "daytonrugby.com", "him", ""], ["2007082600", "Aevion Blackwell", "QCRFC", "qcrfc.com", "him", ""] ); var one_time_flag = 1; // document.write ('
  Sad news
'); // document.write ('
'); for ( i = 0; i < condolence.length ; i++ ) { if ( tnow < condolence[i][0]) { document.write ('
  Sad news
'); document.write ('
'); document.write ( condolence[i][1] ); document.write (' of '); if ( condolence[i][3] ) { document.write (''); } else document.write (''); document.write ( condolence[i][2] ); if ( condolence[i][3] ) { document.write (' '); } else document.write (' '); document.write ('passed recently. Our sympathy goes out to '); document.write ( condolence[i][4] ); document.write (' family, friends and ruggers who had the privilege of knowing ') document.write ( condolence[i][4] ); document.write (' on and off the pitch. ('); document.write ( condolence[i][4] ); document.write (' obituary) '); document.write ('
'); document.write ('
'); } }