var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Knowledge of foreign languages gives students edge in job market
"; arnews[0] += "Malika Ghulam-Ali, political science senior, left, translates theater sophomore Emily Rodrigueza s name to Arabic on her arm Monday in the Student Union."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="HC: Examine roles of 3 civic officers in Sara-Sahara case
"; arnews[1] += "The case of the alleged illegal shopping complexes Sara Sahara may be over in the trial court with underworld don Dawood Ibrahim's brother Iqbal Kaskar's aquittal, but trouble is brewing for three civic officials."; arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 02:02:03 GMT"; arnews[1] += "
"; arnews[2]="Briefs...
"; arnews[2] += "Tuesday, August 18, 2009 Two women killed over Karo-Kari By our correspondent KHAIRPUR: Two women were killed in two separate incidents on Monday on the pretext of Karo-Kari.In village Walo Mahar in the limits of Khanpur Mahar, Afzal Pitafi shot dead his daughter Malooka and surrendered himself to police later."; arnews[2] += "
Publ.Date : Tue, 18 Aug 2009 04:07:46 GMT"; arnews[2] += "
"; arnews[3]="Grenade Attack in Magam Bazar, 7 Injured
"; arnews[3] += "Magam, July 11, KONS- Unknown persons hurled a grenade at a CRPF vehicle parked in the Magam bazaar in Tangmarg injuring seven people, six of them civilian pedestrians."; arnews[3] += "
Publ.Date : Sat, 11 Jul 2009 18:53:14 GMT"; arnews[3] += "
"; arnews[4]="'Travelling art exhibition' comes to Rawalpindi from Punjab
"; arnews[4] += "Pakistan Muslim League-Nawaz Chairman Zafarul Haq inaugurated the 'traveling exhibition', which is being held in the city after Faisalabad, Multan, Bahawalpur, Dera Ghazi Khan, Sahiwal and Sargodha."; arnews[4] += "
Publ.Date : Wed, 10 Jun 2009 04:47:04 GMT"; arnews[4] += "
"; arnews[5]="Travelling exhibition of maestros reaches Rawalpindi
"; arnews[5] += "Wednesday, June 10, 2009 Our correspondent Rawalpindi The travelling exhibition comprising fine art masterpieces that started its journey on May 10 from Faisalabad has finally reached Rawalpindi, displaying the works of 44 senior artists from all over Punjab."; arnews[5] += "
Publ.Date : Wed, 10 Jun 2009 00:05:32 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("
");document.write("
");