var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Air-savings.com TV commercial
";
arnews[0] += "This is the new TV commercial for Air-savings.com. It was shot in Metuchen NJ. The cast is Puja Gupta (Haste Haste Fame) Cyril, and Sonny Chatrath. It will air on Zee TV, a...";
arnews[0] += "
Publ.Date : Sun, 08 Jun 2008 15:14:29 GMT";
arnews[0] += "
";
arnews[1]="MISS UNIVERSE 2007 FASHION SHOOT
";
arnews[1] += "* Miss Universe 2007: Riyo Mori (Japan) * The runners-up were: o 1st runner-up: Natália Guimarães (Brazil) o 2nd runner-up: Ly Jonaitis (Venezuela) o 3rd runner-up: Honey Lee...";
arnews[1] += "
Publ.Date : Sat, 17 May 2008 07:15:44 GMT";
arnews[1] += "
";
arnews[2]="Femina Miss India Universe 2007 Puja Gupta
";
arnews[2] += "Puja Gupta's Dress Trial for Miss India Universe 2007";
arnews[2] += "
Publ.Date : Fri, 03 Aug 2007 12:45:11 GMT";
arnews[2] += "
";
arnews[3]="Miss India 2007 Puja Gupta in Munich
";
arnews[3] += "Current Miss India 2007, Puja Gupta, came to Munich to see some touristic places on tour with The Time of India. the leading local city and entertainment guide...";
arnews[3] += "
Publ.Date : Fri, 03 Aug 2007 10:07:33 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Puja Gupta all geared to represent India at the Miss Univers
";
arnews[4] += "Lara, I think putting your life on hold is a very harsh sentence to accept at the age of 23. I know what I need to do. I know how to use my time wisely. If you tell your brain to...";
arnews[4] += "
Publ.Date : Wed, 18 Jul 2007 13:22:07 GMT";
arnews[4] += "
";
arnews[5]="Puja Gupta all geared to represent India @ the Miss Universe
";
arnews[5] += "Lara, I think putting your life on hold is a very harsh sentence to accept at the age of 23. I know what I need to do. I know how to use my time wisely. If you tell your brain to...";
arnews[5] += "
Publ.Date : Wed, 18 Jul 2007 10:46:52 GMT";
arnews[5] += "
";
arnews[6]="VJ Sarah Jane on becoming Miss India World
";
arnews[6] += "www.zoomtv.in The three girls who wore the crown this year were Sarah Jane Dias (Miss India World), Puja Gupta (Miss India Universe) and Pooja Chitgopekar (Miss India Earth)....";
arnews[6] += "
Publ.Date : Wed, 18 Jul 2007 08:17:58 GMT";
arnews[6] += "
";
arnews[7]="Miss Universe 2007 - Riyo Mori Miss Japan at Mexico 28-5-07
";
arnews[7] += "MORE Pictures & Details at http://powerpresent.blogspot.com/2007/05/more-pics-video-miss-universe-2007-riyo.html Mexico City, Mexico May 28, 2007 - This evening, during one of the...";
arnews[7] += "
Publ.Date : Wed, 30 May 2007 01:12:09 GMT";
arnews[7] += "
";
arnews[8]="Miss Universe 2007 ,Mexico city-India
";
arnews[8] += "Miss universe 2007 mexico city Miss India Puja Gupta Dress";
arnews[8] += "
Publ.Date : Sun, 20 May 2007 23:19:57 GMT";
arnews[8] += "
";
arnews[9]="Worshiping the beauty Queen
";
arnews[9] += "Puja Gupta, representing India in Miss Universe 2007 Beauty Pageant";
arnews[9] += "
Publ.Date : Wed, 16 May 2007 20:49:10 GMT";
arnews[9] += "
";
totcount = 10;
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("