var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Duo to offer 'Altered Reality' - Sentinel
";
arnews[0] += "Sperry, often described as David Copperfield meets Marilyn Manson, is originally from Litchfield. He plans to perform his signature bird act, which was featured at the World's Greatest Magic Show in Los Vegas. \"It's a fun show, with new material, new ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:03:00 GMT";
arnews[0] += "
";
arnews[1]="Extreme censorship has no place - Port Arthur News
";
arnews[1] += "I just happened to watch the Grammys on Sunday night for the span of maybe five minutes. It was just enough time to see the final performance of the night which involved Eminem, Lil Wayne and some guy I think was named Drake, though I am not real ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="SUNShine Girl - Calgary Sun
";
arnews[2] += "SUNshine Girl Alexis is a green-eyed Pisces who wants to travel the globe. This 5-foot-3 hockey enthusiast and snowboarder may enjoy the winter sports, but her favourite thing is to sit on a beach with a drink. Hey, us too! (Ernest Doroszuk photo ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[2] += "
";
arnews[3]="After Friday’s show, German Art Students re-form as trio - madison
";
arnews[3] += "When local power pop foursome the German Art Students first starting playing together in the late ’90s, most rock on the radio had edged into goth, nu metal and industrial. “Music was so dark — Marilyn Manson, Nine Inch Nails. The time was ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:06:00 GMT";
arnews[3] += "
";
arnews[4]="Emma Watson unveils her new fair-trade clothing range - The Gaea Times
";
arnews[4] += "LONDON - Harry Potter star Emma Watson has come up with a new range of ‘clean, sexy’ outfits for ethical clothing brand People Tree. Courtesy the latest venture, the young actress is using fashion as a tool to ‘alleviate poverty’ by using ...";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 13:26: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("