var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inbox — Feb. 10 - leoweekly.com
";
arnews[0] += "So let me see if I have this straight. Of the 17 writers recognized by LEO in Literary LEO 2010 (Jan. 27 issue), five of them are students at St. Francis High School? Five. Of 17. Are high school students. At St. Francis High School. Let’s see ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:05:00 GMT";
arnews[0] += "
";
arnews[1]="Hollywood's tin ear: Great songs Oscar has ignored - Vancouver Sun
";
arnews[1] += "This year's Oscar nominees for best original song include the T-Bone Burnett and Ryan Bingham-penned country ditty The Weary Kind (Theme From Crazy Heart); the token movie-musical tune Take it All from Nine; Loin de Paname from Paris 36; and Almost ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Betraying the Lie - RedState
";
arnews[2] += "A visionary coward says that anger can be power, as long as there’s a victim on TV - Flat Top, Goo Goo Dolls Tim Tebow’s existence, and consequently his potential for a successful life, absolutely depends on the historical fact that his mother ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:25:00 GMT";
arnews[2] += "
";
arnews[3]="Bringing it on - Sri Lanka Sunday Times
";
arnews[3] += "A mix of music, will be featured at this year’s ‘Revolution of Sound’. Presented by the Interact Club of S. Thomas’ College, Mount Lavinia, the show will feature a host of bands at the concert, from popular local artistes such as Bathiya and ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 04:14:00 GMT";
arnews[3] += "
";
totcount = 4;
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("