var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Leading News Resource of Pakistan
";
arnews[0] += "Green shirts become 10th team to qualify for 12-team mega event in India: Pakistan outclass Japan in final to qualify for Hockey World Cup 2010 * Poland claim third position after outplaying France 5-4 By Muhammad Ali LILLE: World number seven Pakistan thrashed world number 14 Japan 3-1 in the final of a six-team competition to qualify for the ...";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 01:47:55 GMT";
arnews[0] += "
";
arnews[1]="'Bruc' belongs to StudioCanal
";
arnews[1] += "Gallic minimajor StudioCanal has taken worldwide rights outside Spain to Daniel Benmayor's \"Bruc.\" A pioneering historical actioner, a genre rarely explored in Spain, \"Bruc,\" now in post, is one of the most-awaited productions coming out of Barcelona.";
arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 01:22:01 GMT";
arnews[1] += "
";
arnews[2]="The Concert
";
arnews[2] += "A Les Productions du Tresor presentation of an Oi Oi Oi Prods., Les Productions du Tresor, France 3 Cinema, EuropaCorp /Castel Films /Panache Prods., RTBF /BIM Distribuzione production, with the participation of Canal Plus, Cinecinema, France 3. Produced by Alain Attal.";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 22:16:14 GMT";
arnews[2] += "
";
arnews[3]="One for the Road
";
arnews[3] += "A Wild Bunch Distribution release of a Pan-Europeenne, StudioCanal, France 3 Cinema, Rhones-Alpes Cinema production, in association with La Banque Postale Image 2, with participation of Canal Plus, CineCinema, France 3. Produced, directed by Philippe Godeau.";
arnews[3] += "
Publ.Date : Sun, 04 Oct 2009 22:43:26 GMT";
arnews[3] += "
";
arnews[4]="I've learnt art art of growing up
";
arnews[4] += "THEO WALCOTT has ditched the beard he grew to look older and made the definitive step to proving he is no longer a boy in a man's world.";
arnews[4] += "
Publ.Date : Sat, 26 Sep 2009 02:42:04 GMT";
arnews[4] += "
";
arnews[5]="'I just want to win trophies'
";
arnews[5] += "'People always think it's about money, but I just want to win trophies' Theo Walcott says he is ready to perform in a pivotal season for Arsenal and England Theo Walcott aims to emulate Ryan Giggs' succesful career away from the limelight.";
arnews[5] += "
Publ.Date : Fri, 11 Sep 2009 22:10:52 GMT";
arnews[5] += "
";
arnews[6]="Relay for Life to step off in Auburn
";
arnews[6] += "After months of planning, the Central South County Relay for Life is finally upon us.";
arnews[6] += "
Publ.Date : Wed, 09 Sep 2009 02:58:20 GMT";
arnews[6] += "
";
arnews[7]="Fashion: The glitter band
";
arnews[7] += "Time was when Swarovski's crystals were just for your granny. But now they are the decoration of choice for designers such as Alexander McQueen and Philip Treacy.";
arnews[7] += "
Publ.Date : Tue, 08 Sep 2009 00:56:08 GMT";
arnews[7] += "
";
arnews[8]="To thank visiting performers, Philadelphia says it with swag
";
arnews[8] += "Say you are Sheryl Crow and you are singing before thousands on the Ben Franklin Parkway on the Fourth of July.";
arnews[8] += "
Publ.Date : Mon, 29 Jun 2009 06:01:00 GMT";
arnews[8] += "
";
totcount = 9;
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("