var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Womanizer teaches nerds in battle-of-the-sexes comedy
";
arnews[0] += "Philippe , a charming Frenchman living in Manhattan, feels free to have his way with women, since he's married to a bitchy wife.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:27:21 GMT";
arnews[0] += "
";
arnews[1]="UNH battles to 1-1 tie against Harvard
";
arnews[1] += "Sophomore goalie Lindsey Minton recorded a season-high 27 saves and senior Micaela Long scored a shorthanded goal to lead the fourth-ranked UNH women's ice hockey team to Wednesday night's 1-1 tie against Harvard University at the Bright Hockey Center.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:52:03 GMT";
arnews[1] += "
";
arnews[2]="Bruins prevail in shootout 4-3
";
arnews[2] += "Michael Ryder scored twice, Patrice Bergeron had the only goal of the shootout and the Boston Bruins snapped Atlanta's four-game winning streak with a 4-3 victory over the Thrashers on Thursday night.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:24:09 GMT";
arnews[2] += "
";
arnews[3]="The U.S. and China in Africa: To compete or cooperate?
";
arnews[3] += "Large African communities are forming in China, from Guangzhou to Beijing. Many of the migrants are traders and entrepreneurs hoping to make a profit by sending China's cheap manufactured goods back home.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Major Tweets from a Twitterless country
";
arnews[4] += "For those who don't subscribe to Major Garrett's tweets - the Fox News Senior White House Correspondent was able to message his loyal tweeps the latest news from the statements made by Chinese President Hu and President Obama in real time, while he sat in the audience in the Great Hall of the People in Beijing.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:58:47 GMT";
arnews[4] += "
";
arnews[5]="Inspectors Fear Iran Is Hiding Nuclear Plants
";
arnews[5] += "International inspectors who gained access to Iran's newly revealed underground nuclear enrichment plant voiced strong suspicions in a report on Monday that the country was concealing other atomic facilities.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 17:36:54 GMT";
arnews[5] += "
";
arnews[6]="The semifinals are on! 4 compete on 'Dancing'
";
arnews[6] += "Model Joanna Krupa and partner Derek Hough finished in second place with 81 points.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 17:53:41 GMT";
arnews[6] += "
";
arnews[7]="Obamaa s bow in Japan sparks some criticism
";
arnews[7] += "U.S. President Barack Obama, left, bows as he is greeted by Japanese Emperor Akihito and Empress Michiko, not pictured, as he arrives at the Imperial Palace in Tokyo, Saturday, Nov.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 01:30:25 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("