var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kindled by the Kindle- by Sean Maguire - HomepageDaily
";
arnews[0] += "At HPD I usually try to avoid blantant worship of businesses, advertising and products- it weakens our credibility and makes us look like we're spouting off advetorials. So in lieu of that, I have to say, Amazon's Kindle is amazing. It is ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 12:59:00 GMT";
arnews[0] += "
";
arnews[1]="Seamus Tansey - Irish Times
";
arnews[1] += "There’s a rough-hewn quality to this collection from the Sligo flute player that fits hand in glove with Tansey’s robust personality. It’s a remastering of his 1971 long player, and there’s enough vim swirling in the midst of the jig set ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 00:48:00 GMT";
arnews[1] += "
";
arnews[2]="Towson preview - Weblogs.baltimoresun.com
";
arnews[2] += "Today's entry is the second of a week-long series taking a look at each of the seven Division I programs in this state according to their order of finish from last season. Tune in Sunday for a preview of Loyola, and The Sun's lacrosse preview is ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 15:35:00 GMT";
arnews[2] += "
";
arnews[3]="Winter Storm Forces Changes in Weekend Scrimmage Schedule - Inside Lacrosse (press release)
";
arnews[3] += "It was going to be a massive weekend of both scrimmages and season openers, but an expected storm has scrambled everybody's game plans. As far as we know, the Saturday games that kick off the season are still on schedule, but here's the latest with ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 23:21:00 GMT";
arnews[3] += "
";
arnews[4]="The Morbid Road Obsession- by Simon Moore - HomepageDaily
";
arnews[4] += "The focus we give to recent a car crash fatality, the foreseeable prevention of said tragedy and the call to action is too frequent. Such continuous appraisal should surely indicate that Australia is a den of mad max madness. Well according to the ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 18:29:00 GMT";
arnews[4] += "
";
totcount = 5;
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("