var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hollywood’s Sarah Thompson heading to Bollywood - The Gaea Times
";
arnews[0] += "NEVADA - Hollywood beauty Sarah Thompson Kane is reportedly heading to Bollywood to act as hero Ranbir Kapoor’s American girlfriend in the blockbuster drama ‘Raajneeti.’ Los Angeles born Sarah, with a Southern and British accent and educated at ...";
arnews[0] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[0] += "
";
arnews[1]="Fate Of Portland's Special Ed Program Discussed - WMTW
";
arnews[1] += "Portland school leaders met Thursday evening to chart a new course for the district's special education program. The school committee's personnel subcommittee discussed the findings of a report released last week. The report stated that public ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 13:56:00 GMT";
arnews[1] += "
";
arnews[2]="Pitt Gymnastics Has Exceptional Night To Earn Quad Meet Victory - Pittsburgh Panrs
";
arnews[2] += "PITTSBURGH - The Pitt gymnastic team (3-4, 1-2 EAGL) picked an opportune time to put together its best meet of the season as they earned wins over No. 13 Iowa State, EAGL foe Rutgers and Brockport in a quad meet Friday night. Pitt scored a season ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 03:03:00 GMT";
arnews[2] += "
";
arnews[3]="The Merchants of Bollywood musical heading to Canada - The Gaea Times
";
arnews[3] += "TORONTO - Producers of The Merchants of Bollywood will kick start the North American tour of the glitzy musical from Canada. The play will open at the newly renovated Sony Centre for the Performing Arts in November. The show’s Australian producer ...";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 02:51:00 GMT";
arnews[3] += "
";
arnews[4]="High school sports: Saturday's highlights - News-Herald.com
";
arnews[4] += "Michael Blair/MBlair@News-Herald.com MentorÕs Justin Fritts looks for an open shot around St. Edward center James Price during the first quarter on Saturday at St. Edward High School. The Eagles won the game, 78-63.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 06:15:00 GMT";
arnews[4] += "
";
arnews[5]="Katrina does away with old acts - IndiaGlitz
";
arnews[5] += "The hot gal seems to have got the call from her inner self and now is drawing the line of limit… Katrina Kaif has made it clear that she won’t be doing intimate scenes or wear bikini hereafter. One might however recall her kissing scenes in ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:35:00 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("