var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Award-winning singer, songwriter and producer speaks today at MTSU
";
arnews[0] += "Tonight at 7 p.m. in Mass Communications room 149, Singer/Songwriter/Producer Rick Elias will be speaking about his career in the industry while also offering tips on songwriting and publishing.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:15:24 GMT";
arnews[0] += "
";
arnews[1]="Quiz: Who won two consecutive Oscars?
";
arnews[1] += "If Penelope Cruz wins supporting actress one year after prevailing for \" Vicky Cristina Barcelona ,\" she'll join an elite group of stars who pulled off two consecutive Oscar victories.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:37:40 GMT";
arnews[1] += "
";
arnews[2]="Cruise suits up for `Mission: Impossible IV'
";
arnews[2] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:32:09 GMT";
arnews[2] += "
";
arnews[3]="TOLDJA! Universal Snags Pic Reteaming Tom Hanks & Julia Roberts; Summit Sells Foreign
";
arnews[3] += "Universal Pictures has bought domestic distribution rights to that movie I first told you about on January 11th that reteams Tom Hanks and Julia Roberts.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:22:53 GMT";
arnews[3] += "
";
arnews[4]="Year of Tiger Woods may be rocky
";
arnews[4] += "BEIJING, Feb.A 10 -- It's the Year of the Tiger, but Chinese fortune tellers believe it will be a rough patch for the world's most famous one, golfer Tiger Woods.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:13:10 GMT";
arnews[4] += "
";
arnews[5]="Universal grabs Roberts-Hanks' 'Crowne'
";
arnews[5] += "Tom Hanks and Julia Roberts Universal Pictures has scooped up domestic distribution rights to the comedy \"Larry Crowne,\" which will see Tom Hanks reteaming with Julia Roberts, with whom he shared the screen in 2007's \"Charlie Wilson's War.\" Hanks also is directing the tale of a man re-inventing his life.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:59:00 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("