var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars sign up for Soderbergh film
";
arnews[0] += "Fez struggles to approach the new girl in school; Donna wins concert tickets for a night Eric must work; budding cosmetologist Laurie practices on Kitty.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:43:23 GMT";
arnews[0] += "
";
arnews[1]="Hagar not joining Aerosmith
";
arnews[1] += "Fez struggles to approach the new girl in school; Donna wins concert tickets for a night Eric must work; budding cosmetologist Laurie practices on Kitty.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:43:02 GMT";
arnews[1] += "
";
arnews[2]="Cruise back for another 'Mission'
";
arnews[2] += "Fez struggles to approach the new girl in school; Donna wins concert tickets for a night Eric must work; budding cosmetologist Laurie practices on Kitty.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:42:54 GMT";
arnews[2] += "
";
arnews[3]="Kenny "The Jet" Smith Celebrates NBA All-Star Weekend 2010 With Parish-Nation, Ciroc Vodka and Nuvo
";
arnews[3] += "PHOTOS AVAILABLE POST EVENT Dallas, TX - Kenny \"The Jet\" Smith, two-time NBA Champion and analyst for TNT's Emmy Award winning \"Inside the NBA\", along with PARISH-NATION, CAZROC VODKA and NUVO will celebrate the biggest weekend in professional basketball with The 8th Annual Kenny Smith All-Star Bash at the luxurious Deux Lounge at Mockingbird ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:46:38 GMT";
arnews[3] += "
";
arnews[4]="TV bites: Henry Winkler is a 'Royal Pain(s),' Georgina's back on 'Gossip Girl'
";
arnews[4] += "Henry Winkler heads to USA, Georgina Sparks is back on the UES and \"American Choppers\" is done on TLC.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 18:37:17 GMT";
arnews[4] += "
";
arnews[5]="Laura Prepon joins Danny Wallace comedy
";
arnews[5] += "That '70s Show star Laura Prepon has joined the cast of ABC comedy Awkward Situations for Men , says The Hollywood Reporter .";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 02:18:02 GMT";
arnews[5] += "
";
arnews[6]="Actress Laura Prepon, best known from her tenure on Fox's...
";
arnews[6] += "Actress Laura Prepon, best known from her tenure on Fox's \"That '70s Show,\" will be part of ABC's sitcom pilot \"Awkward Situations for Men,\" according to The Hollywood Reporter .";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 22:10:30 GMT";
arnews[6] += "
";
totcount = 7;
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("