var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="NJIT receives funding to improve Big Bear Telescope, study solar energy
"; arnews[0] += "NFS Funding to NJIT's Big Bear Solar Observatory will focus on the purchase of a cryogenic infrared spectrograph."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:30:05 GMT"; arnews[0] += "
"; arnews[1]="Carsick Cars, PK-14, Xiao He played powerhouse Arena (videos) &...
"; arnews[1] += "Carsick Cars, PK-14, Xiao He played powerhouse Arena & Glasslands , playing more shows this week photos by Lori Baily , words by Andrew Frisicano PK-14 @ Glasslands Arriving late [to powerHouse Arena on November 5th] I found the place packed, but I was just able to set up in time to get Xiao He 's last tune."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:22:27 GMT"; arnews[1] += "
"; arnews[2]="Documentary revealing real world of kids
"; arnews[2] += "From the fast paced action of espionage films, we now turn to that small and mysterious world we've all left behind, a kid's world."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:11:27 GMT"; arnews[2] += "
"; arnews[3]="Mew Choo back at happy hunting ground
"; arnews[3] += "WONG Mew Choo's only success in the Super Series was in the 2007 China Open and she saved her best for the same event again when she toppled World No 1 Wang Yihan of China to reach the quarter-finals in Shanghai yesterday."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:15:27 GMT"; arnews[3] += "
"; arnews[4]="Koo-Tan advance despite unsatisfactory playing condition
"; arnews[4] += "PETALING JAYA: The playing condition was not to the liking of Koo Kien Keat-Tan Boon Heong but they managed to clear the first round hurdle in the China Open in Shanghai yesterday."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 01:33:20 GMT"; arnews[4] += "
"; arnews[5]="China still wrestling with aftermath of Tiananmen Square massacre
"; arnews[5] += "Tiananmen Square is dark, quiet and empty Thursday, a far cry from the chaos of June 4, 1989, when thousands of troops and hundreds of tanks rolled into the iconic square in the heart of Beijing and opened fire on tens of thousands of people to crush six weeks of pro-democracy protests."; arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 20:15:44 GMT"; arnews[5] += "
"; arnews[6]="China Creates Artificial Snow Storma Again
"; arnews[6] += "A rain experiment conducted by Chinese officials unexpectedly cooked up a snowstorm this month whereby the resulting snowfall prompted flight delays and traffic problems all over Beijing ."; arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 00:33:42 GMT"; arnews[6] += "
"; arnews[7]="Discovery of novel inhibitors of Streptococcus pneumoniae based on...
"; arnews[7] += "Discovery of novel inhibitors of Streptococcus pneumoniae based on the virtual screening with the homology-modeled structure of histidine kinase Export BMC Microbiology , Vol."; arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 20:58:32 GMT"; arnews[7] += "
"; totcount = 8; 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("
");