var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Op-Ed Writing for Print and Online Publications
";
arnews[0] += "A well-written, well-placed op-ed essay can make your voice heard in print, online, and around the world .";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:42:55 GMT";
arnews[0] += "
";
arnews[1]="Google's alleged tie-up with NSA raises concerns
";
arnews[1] += "Google A has declined comment on a Washington Post A report that it has asked theA National Security Agency to help track down the cyberattackers who recently breached its databases.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 18:42:15 GMT";
arnews[1] += "
";
arnews[2]="Nouriel Roubini Battles "Dr Doom"
";
arnews[2] += "If you predict global financial catastrophe and are proven right, sometimes you have to pay the price in the form of an ominous moniker.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 05:04:00 GMT";
arnews[2] += "
";
arnews[3]="No Meeting of the Minds
";
arnews[3] += "An expert panel in Pittsburgh picks apart manufacturinga s woes, but is unable to come up with a policy for solving them.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 02:04:49 GMT";
arnews[3] += "
";
arnews[4]="Net neutrality objections fade, Congress appears likely to pass NBCU + Comcast
";
arnews[4] += "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.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 22:30:18 GMT";
arnews[4] += "
";
arnews[5]="New York Women in Communications Announces Presenters for the 2010 Matrix Awards
";
arnews[5] += "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.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:00: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("