var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pitt Wrestling Travels To Sprawl & Brawl Duals
";
arnews[0] += "Pitt travels to Binghamton, N.Y., Sunday for an all-day appearance at the Sprawl & Brawl duals.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:16:57 GMT";
arnews[0] += "
";
arnews[1]="Chris Knight: Hey, I vaguely recall that film
";
arnews[1] += "Nicolas Cage and Eva Mendez in the new Bad Lieutenant. Despite similarities in titles, this weekend's new release Bad Lieutenant: Port of Call New Orleans is not a remake of the 1992 movie Bad Lieutenant.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:17:23 GMT";
arnews[1] += "
";
arnews[2]="Tigers land nine spots on All-Cowapa team
";
arnews[2] += "It wasn't quite the season Ric Stahl had hoped for in his first year as head coach, winning just a second-week matchup with Philomath.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:43:47 GMT";
arnews[2] += "
";
arnews[3]="No. 25 Maryland welcomes New Hampshire to College Park
";
arnews[3] += "The 25th-ranked Maryland Terrapins close out a season-opening three-game homestand this evening, as they welcome the New Hampshire Wildcats to the Comcast Center.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:14:12 GMT";
arnews[3] += "
";
arnews[4]="Actors rise above misguided Hamlet
";
arnews[4] += "Theatre Actors rise above misguided Hamlet Eric Peterson is a panty-raiding Polonius in Necessary Angel's production of Hamlet.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:13:35 GMT";
arnews[4] += "
";
arnews[5]="Dane is Aguilera's leading man
";
arnews[5] += "AMY WINEHOUSE's stay in hospital earlier this week was prompted by problems with her recent boob job, according to her father MITCH.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:02:21 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("