var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bisma slams unbeaten ton as Punjab thump Multan
";
arnews[0] += "Opener Bisma Maroof hit 85 ball unbeaten 100 to steer Punjab to 49 runs win over Multan, for their fourth win in a row in the Women's National Under-19 Cricket here Saturday at South End Club DHA.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 05:43:46 GMT";
arnews[0] += "
";
arnews[1]="Karthik Calling Karthik is a thriller: Farhan Akhtar
";
arnews[1] += "Mumbai Almost 10 years ago, it was suddenly okay to not have parents play a prominent role in their children's lives; it was cool to take a trip to Goa on a whim, to be robbed by a foreigner or to fall in love with every girl one met.";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 06:01:55 GMT";
arnews[1] += "
";
arnews[2]="Association vows to revive film industry
";
arnews[2] += "Saturday, January 23, 2010 By Our Correspondent LAHORE In the biggest star-studded congregation of the Pakistan film industry in decades, the newly founded United Film Association of Pakistan vowed to bring back the golden era of the film industry with a lot of expectations and help from the government led by President Asif Zardari.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 03:16:52 GMT";
arnews[2] += "
";
arnews[3]="Asif says not afraid of accountability
";
arnews[3] += "Wednesday, January 20, 2010 By Our Correspondent LAHORE PRESIDENT Asif Ali Zardari has said that he is not afraid of any kind of accountability as it is a part of democratic norms to face allegations.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 03:38:58 GMT";
arnews[3] += "
";
arnews[4]="Has soap opera copied Rab Ne...?
";
arnews[4] += "Rajshri Production's newest soap Do Hanson Ka Joda looks, sounds and feels like YRF's 2008 hit Rab Ne Bana Di Jodi A Un-hip glasses.";
arnews[4] += "
Publ.Date : Sun, 17 Jan 2010 06:50:32 GMT";
arnews[4] += "
";
totcount = 5;
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("