var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Star fees sparkle for office parties
";
arnews[0] += "Most entertainment stars will raise their appearance fees by as much as 50 percent for private parties during the Spring Festival holiday, insiders revealed.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:13:03 GMT";
arnews[0] += "
";
arnews[1]="Colleges Where Men Are in Supply
";
arnews[1] += "Here's yet another issue for high school seniors - particularly girls - to factor into their college choices: the ratio of women to men on a particular campus.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:02:32 GMT";
arnews[1] += "
";
arnews[2]="Me Fine Foundation, Inc. Announces Sponsors for 4th Annual Purse Gala
";
arnews[2] += "Raleigh, NC, February 07, 2010 -- -- Lisa Valentino, executive director of Me Fine Foundation, Inc.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 10:48:49 GMT";
arnews[2] += "
";
arnews[3]="539 Back Belmont Road
";
arnews[3] += "The home interior has white pine boards and cathedral ceilings throughout & overhead exposed beams in kitchen & living room.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:52:50 GMT";
arnews[3] += "
";
arnews[4]="Liang Jing (ae ao ): From Ruling by Rhetoric to Ruling by Secret Police
";
arnews[4] += "Thanks to David Kelly, Professor of China Studies, China Research Centre, University of Technology Sydney, for translating the following opinion piece by political commentator Liang Jing : Liang Jing , From ruling by rhetoric to ruling by secret police* I was left rather shocked by the many stories in the current issue of Nanfang Zhoumo [Southern ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 06:08:16 GMT";
arnews[4] += "
";
arnews[5]="CRM Week in Review: Sales Software Releases Process Manager, Cloud Telephony Offers User Benefits
";
arnews[5] += "Welcome to the week in review for the customer relationship management, or \"CRM,\" industry.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 19:02:39 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("