var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Green buildings gaining acceptance - Hindu Business Line
";
arnews[0] += "The green building concept, spearheaded by CII and the Indian Green Building Council (IGBC), seems to be gaining acceptance in Kerala following the efforts taken up by the Kochi Chapter of IGBC to create awareness among the people on the need for ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:18:00 GMT";
arnews[0] += "
";
arnews[1]="On college campuses, atheist student groups search for acceptance and ... - Baltimore Sun
";
arnews[1] += "AMES, Iowa (AP) — The sign sits propped on a wooden chair, inviting all comers: \"Ask an Atheist.\" Whenever a student gets within a few feet, Anastasia Bodnar waves and smiles, trying to make a good first impression before eyes drift down to a word ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:08:00 GMT";
arnews[1] += "
";
arnews[2]="Acceptance slow for recycling plan - Memphis Commercial Appeal
";
arnews[2] += "Response to a potential curbside recycling program in Hernando has been slow. Mayor Chip Johnson introduced the idea to the Board of Aldermen at their Oct. 6 meeting, saying the plan would require the participation of at least 1,500 residents. So far ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:08:00 GMT";
arnews[2] += "
";
arnews[3]="Atheist Student Groups Flower on College Campuses - ABC News
";
arnews[3] += "The sign sits propped on a wooden chair, inviting all comers: \"Ask an Atheist.\" This Nov. 13, 2009 photo shows Iowa State University senior Scott Moseley, of Bettendorf, Iowa,... This Nov. 13, 2009 photo shows Iowa State University senior Scott ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:08:00 GMT";
arnews[3] += "
";
arnews[4]="Acceptance doesn't come easy when car keys are at stake - St. Petersburg Times
";
arnews[4] += "When it was time to go to the grocery store, Elizabeth Garrett needed 35 minutes just to get from the kitchen to her car. Here's what she did to get herself behind the wheel: Used all the strength in both arms to raise herself out of kitchen chair ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:34:00 GMT";
arnews[4] += "
";
arnews[5]="SatMAX Completes ITT Installation -- Technology Patented by SatMAX ... - PR-USA.net
";
arnews[5] += "SatMAX Corp. ( PINKSHEETS : SATM ), a leading global provider of wireless, non-line-of-sight satellite communications products and services to the $46 billion ground based satellite communications industry, announced it has completed installation of ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:58: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("