var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="U.S. craft show features Korean artists
";
arnews[0] += "Korean craft works are set to captivate the United States. Twenty-six Korean craft artists will be showcasing their works at the 33rd Philadelphia Museum of Art Craft Show which runs for five days starting today at The Pennsylvania Convention Center.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 20:23:35 GMT";
arnews[0] += "
";
arnews[1]="U.S. craft show features Korean artists
";
arnews[1] += "Korean craft works are set to captivate the United States. Twenty-six Korean craft artists will be showcasing their works at the 33rd Philadelphia Museum of Art Craft Show which runs for five days starting today at The Pennsylvania Convention Center.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 09:07:35 GMT";
arnews[1] += "
";
arnews[2]="Sword presents the softer si...
";
arnews[2] += "Cho Seung-woo, left, and Soo-ae in a scene from the film The Sword with No Name.";
arnews[2] += "
Publ.Date : Wed, 30 Sep 2009 21:13:03 GMT";
arnews[2] += "
";
arnews[3]="S Korea enjoys the lion's share at ISU World Cup short track Beijing leg
";
arnews[3] += "South Korea continued its domination at the 2009-2010 season World Cup short-track first leg, finishing the men's events with a clean gold sweep and snatching the women's 3,000 meters relay title as well here on Sunday.";
arnews[3] += "
Publ.Date : Mon, 21 Sep 2009 07:29:31 GMT";
arnews[3] += "
";
arnews[4]="Lin meets Lee, China secures 3 golds at China Masters
";
arnews[4] += "Beijing Olympics and three times world champion Lin Dan booked a much anticipated semifinal clash with world number one Lee Chong Wei at the China Masters badminton super series on Friday.";
arnews[4] += "
Publ.Date : Sat, 19 Sep 2009 11:28:56 GMT";
arnews[4] += "
";
arnews[5]="The Art of War III: Retribution
";
arnews[5] += "A Sony Pictures Home Entertainment release of a Hollywood Media Bridge production.";
arnews[5] += "
Publ.Date : Wed, 12 Aug 2009 21:44:02 GMT";
arnews[5] += "
";
arnews[6]="17 Again, 90210, Art of War 3, I Love You Man, Last Resort
";
arnews[6] += "NewLine.com 90210: Season 1 Also known as Gossip Girl West: The CW's sequel to the '90s Fox series, featuring teens even more decadent and dumber than the original Beverly Hills crew - most of whom show up here, too, because a job is a job.";
arnews[6] += "
Publ.Date : Thu, 06 Aug 2009 03:08:56 GMT";
arnews[6] += "
";
arnews[7]="Hong Im Lee
";
arnews[7] += "GRANVILLE: Funeral services for Hong Im Lee, 64, of Granville, will be held at the Reed-Egan Funeral Home, 141 Green Wave Drive, Newark, 3:00 p.m. and 6:00 p.m., Thursday, July 9, 2009, with Reverend Cho officiating.";
arnews[7] += "
Publ.Date : Wed, 08 Jul 2009 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Hong Im Lee
";
arnews[8] += "GRANVILLE: Funeral services for Hong Im Lee, 64, of Granville, will be held at the Reed-Egan Funeral Home, 141 Green Wave Drive, Newark, 3:00 p.m. and 6:00 p.m., Thursday, July 9, 2009, with Reverend Cho officiating.";
arnews[8] += "
Publ.Date : Wed, 08 Jul 2009 04:00:00 GMT";
arnews[8] += "
";
totcount = 9;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("