var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Day 105 of 170: JET Takes Flight
";
arnews[0] += "Jason Terry , who is quietly putting together yet another great year, led the pack by taking advantage of the Golden Ticket to score 36 points, with 6 rebounds, 9 assists and 6 threes in 42 minutes.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:08:19 GMT";
arnews[0] += "
";
arnews[1]="Gangsta Droptography - 'Bubble' by Rodolfo Goudinho is a Clever Perspective on Gs
";
arnews[1] += "You'd better lay low after checking out 'Bubble' by Rodolfo Goudinho. This shoot takes a clever inspiration from fisheye lens photography and depicts thugged-out urban youth through a water droplet.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 23:28:43 GMT";
arnews[1] += "
";
arnews[2]="UFC 109 walk-in music: The overused, the old school and the new fuel upsets
";
arnews[2] += "Light Heavyweight Randy Couture defies his age yet again with a second round submission of Mark Coleman at Saturday's UFC 109.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 23:14:27 GMT";
arnews[2] += "
";
arnews[3]="There Goes My B... - Charlie Wil...
";
arnews[3] += "As lead singer for the Gap Band, Charlie Wilson sang on four number one R&B hits: \"Burn Rubber ,\" \"Early in the Morning,\" \"Outstanding,\" and \"Addicted to Your Love\" -- as well as the classics \"You Dropped a Bomb on Me,\" \"Yearning for Your Love,\" \"Party Train,\" and \"Big Fun.\" The band had three platinum albums, two gold certificates, and supplied ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 14:24:26 GMT";
arnews[3] += "
";
arnews[4]="Ticketline
";
arnews[4] += "B.B. King; Rachel Cantu, 8 p.m. April 24, House of Blues; $76; $78 at the door. On sale at 10 a.m. Cymbals Eat Guitars; Freelance Whales, 6 p.m. April 4, Schubas; $12. On sale at noon.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 12:00: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("