var arnews = new Array(5);
totcount = 5;
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]="Pop Stop
";
arnews[1] += "Sparks continue to fly over a rumored romance between singer Jay Chou and model Lin Chi-ling , co-stars of the recently released film The Treasure Hunter .";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 16:28:44 GMT";
arnews[1] += "
";
arnews[2]="Down the Wabbit hole
";
arnews[2] += "Thanks to its founder s marketing acumen and attention to customers shifting tastes, White Wabbit Records has come a long way from its roots in a converted men s restroom to become one of the country s top indie music labels By Catherine Shu STAFF REPORTER Wednesday, Jan 20, 2010, Page 13 FOLLOW THE CARROT ONLINE White Wabbit is currently in ...";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 20:04:44 GMT";
arnews[2] += "
";
arnews[3]="Jay Chou and Jolin Tsai dating again?
";
arnews[3] += "TAIPEI : Taiwanese superstar Jay Chou was spotted bowling with old flame, pop diva Jolin Tsai, at a bowling alley in Taipei on Friday.";
arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 10:31:31 GMT";
arnews[3] += "
";
arnews[4]="Jay, Jolin caught dating
";
arnews[4] += "FIVE years after their romance ended, singers Jay Chou and Jolin Tsai were caught on what the media said was a date at a Taipei bowling alley.";
arnews[4] += "
Publ.Date : Mon, 18 Jan 2010 02:31:05 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("