var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Competition Free cinema for a year
";
arnews[0] += "WANT to win unlimited access to any Cineworld for a year? We're celebrating the release of the animated-adventure Ponyo, by offering three lucky readers the chance to win TWO free cinema passes each.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:51:02 GMT";
arnews[0] += "
";
arnews[1]="Sarah Palin Hand Notes: It's Time for a Tina Fey SNL Skit
";
arnews[1] += "The Sarah Palin hand notes she used at the Tea Party Convention in Nashville Saturday means that it's time for a Tina Fey SNL skit.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:22:00 GMT";
arnews[1] += "
";
arnews[2]="30 Rock Preview: Anna Howard Shaw Day
";
arnews[2] += "This week's Valentine's-themed episode of 30 Rock features a guest appearance by Elizabeth Banks as well as a cameo by Jon Bon Jovi.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:36:51 GMT";
arnews[2] += "
";
arnews[3]="Dennis Duffy's "30 Rock" Return: One Reason to Give Valentine's Thanks
";
arnews[3] += "At last a reason for even lonely hearts to look forward to Valentine's Day -- the \" 30 Rock \" episode.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:30:20 GMT";
arnews[3] += "
";
arnews[4]="NBC previews of Parks & Rec, The Office, BTS with the Community Cast and 30 Rock
";
arnews[4] += "Emmy Award winner Tina Fey writes, executive-produces and stars as Liz Lemon in NBC's \"30 Rock,\" a workplace comedy where the workplace exists behind-the-scenes ... more US Release: TBA UK Release: From Sites we Like Photoshop this dapper gentleman on a loopy couch [Photoshop] Teacher hits student with clipboard.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:06:33 GMT";
arnews[4] += "
";
arnews[5]="Robert Gibbs Mocks Sarah Palin from White House Podium...When Imitation Isna t Flattery
";
arnews[5] += "ABC News' Karen Travers reports: It may not have been as dead-on accurate as the Saturday Night Live impression by Tina Fey, but today White House Press Secretary Robert Gibbs mocked former Alaska Gov.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:10:02 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("