var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Topic: Yen - CNBC
";
arnews[0] += "Japan's largest investment bank, Nomura Holdings, has been one of the beneficiaries of the financial crisis. Its EMEA Chairman and CEO Sadeq Sayeed told Maria Bartiromo on the sidelines of the World Economic Forum in Davos that \"the more turmoil ...";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="Helping Haiti - CNBC
";
arnews[1] += "He told Maria Bartiromo that the current challenge is to \"meet the basic needs for food, medicine and water\" and added that the \"logistical problem is still great.\" However, he is encouraged that there are now three ports operating at Port-au-Prince ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 19:49:00 GMT";
arnews[1] += "
";
arnews[2]="Out and About - the best parties of the week in pictures - Media Week Online
";
arnews[2] += "- The Financial Times and CNBC’s “nightcap” event at the Steigenberger Belvedere Hotel, Davos: Andrew Robertson, chief executive of BBDO Worldwide, CNBC anchor Maria Bartiromo and Marissa Mayer, Google’s vice-president of search product and ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:04:00 GMT";
arnews[2] += "
";
arnews[3]="New York Women in Communications Announces Presenters for the 2010 ... - Melodika.net
";
arnews[3] += "New York Women in Communications announced the 2010 Matrix Award presenters -- an extraordinary slate of men and women personally selected by each honoree to join them during the award ceremony. The 2010 Matrix Awards will take place on Monday, April ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 06:56:00 GMT";
arnews[3] += "
";
arnews[4]="Common Traits of A-Players - Huffingtonpost.com
";
arnews[4] += "We often talk about the elusive \"A-Player\" - a person that everyone wants to hire, but many can rarely find. In this article we'll attempt to discuss how to spot these people and see what they have in common. A few points up-front: It is almost ...";
arnews[4] += "
Publ.Date : Thu, 14 Jan 2010 09:57:00 GMT";
arnews[4] += "
";
arnews[5]="No Meeting of the Minds - ManagingAutomation.com
";
arnews[5] += "In early December of last year, CNBC held a panel discussion on the future of manufacturing at Carnegie Mellon University. Now, this was not the first such meeting to discuss this important subject nor will it be the last, but I was struck by how ...";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[5] += "
";
arnews[6]="Net neutrality objections fade, Congress appears likely to pass NBCU ... - Beta News
";
arnews[6] += "In the end, it was one lone congressman who raised the subject of net neutrality, with respect to access to content over the Internet, as more than a passing reference, or by way of suggesting that certain topics be ignored altogether: Rep. Ed Markey ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 21:28:00 GMT";
arnews[6] += "
";
totcount = 7;
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("