var arnews = new Array(10);
totcount = 5;
rnd = 1;
arnews[0]="The Week Ahead: July 31-Aug. 4
";
arnews[0] += "Murdoch brings pols together; Burger King, Kodak and International Paper report earnings.";
arnews[0] += "
Author : Forbes.com staff null";
arnews[0] += "
Publ.Date : Sat, 29 Jul 2006 14:24:54 GMT";
arnews[0] += "
";
document.write("Forbes.com: Work News
");
document.write("Updated :
");
document.write("
");
document.title=document.title+ " - Forbes.com: Work News";
document.title=document.title+ " ";
arnews[1]="Are Women Better Entrepreneurs?
";
arnews[1] += "Forty-six percent of private companies are owned by women. That's great for the economy, but it may mean trouble for corporate America.";
arnews[1] += "
Author : Margaret Heffernan";
arnews[1] += "
Publ.Date : Mon, 26 Jun 2006 20:00:00 GMT";
arnews[1] += "
";
arnews[2]="Giving At The Office Without Going Broke
";
arnews[2] += "It's a classic dilemma: To chip in or not to chip in. How to handle office donations with grace.";
arnews[2] += "
Author : Tara Weiss";
arnews[2] += "
Publ.Date : Thu, 22 Jun 2006 14:51:13 GMT";
arnews[2] += "
";
arnews[3]="A Woman's Guide To Making More Money
";
arnews[3] += "Failing to negotiate your salary could cost you more than $500,000 throughout your career.";
arnews[3] += "
Author : Tara Weiss";
arnews[3] += "
Publ.Date : Wed, 28 Jun 2006 15:00:00 GMT";
arnews[3] += "
";
arnews[4]="Leadership In The Wild
";
arnews[4] += "Adventure racers hike, bike and navigate hundreds of miles of treacherous terrain. What they can teach you about working under pressure.";
arnews[4] += "
Author : Hannah Clark";
arnews[4] += "
Publ.Date : Mon, 26 Jun 2006 10:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("