var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steven Smith set for Rangers exit after failing to oust Papac from left-back slot
";
arnews[0] += "Your account has been frozen . For your available options click the below button.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:22:42 GMT";
arnews[0] += "
";
arnews[1]="The Invisible Heart
";
arnews[1] += "A love story that embraces the business and economic issues of the day? The Invisible Heart takes a provocative look at business, economics, and regulation through the eyes of Sam Gordon and Laura Silver, teachers at the exclusive Edwards School in Washington, D.C. Sam lives and breathes capitalism.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:12:23 GMT";
arnews[1] += "
";
arnews[2]="Austin's Speak release EP tomorrow at Waterloo Records
";
arnews[2] += "If you braved the bitter, biting cold and post-BCS National Championship game ennui to venture out to Free Week in early January, you might have caught an electric, fun set from electropop outfit Speak.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:10:40 GMT";
arnews[2] += "
";
arnews[3]="New Orleans Saints Super Bowl Win Brees Manning Text
";
arnews[3] += "Saints coach Sean Payton showed up for his day-after news conference on Monday morning at Fort Lauderdale red-eyed. I didn't get to bed until about 4 o'clock this morning,\" said the winning Super Bowl coach.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:46:23 GMT";
arnews[3] += "
";
arnews[4]="Fela Kuti | The '69 L.A. Sessions
";
arnews[4] += "The '69 L.A. Sessions; Live With Ginger Baker; London Scene/Shakara; Roforofo Fight/+2 Singles; Open & Close/Afrodisiac; Gentleman/Confusion \" alt=\"photo of 'The '69 L.A. Sessions; Live With Ginger Baker; London Scene/Shakara; Roforofo Fight/+2 Singles; Open & Close/Afrodisiac; Gentleman/Confusion '\"> 4.0 Stars A Amiri Baraka put it best in his ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:36:15 GMT";
arnews[4] += "
";
arnews[5]="Tuesday PC Quotes + Audio
";
arnews[5] += "Inside Carolina's Tuesday press conference coverage includes quotes and audio from head coach Roy Williams, Marcus Ginyard, Deon Thompson, Will Graves, Ed Davis and Larry Drew, who spoke to the media as the Tar Heels welcome archrival Duke to the Smith Center on Wednesday night.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:21:25 GMT";
arnews[5] += "
";
totcount = 6;
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("