var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Armorize Technologies: Crimes use "Edison Chen's nude photos" as a web ... - Mister-info.com
";
arnews[0] += "Recently in a press conference by Ministry of Justice of the Republic of China, Armorize Technologies announced several statistics on the web-phishing crimes as the \"Edison Chen photo scandal\" became a hot topic in Chinese-language world especially ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 02:54:00 GMT";
arnews[0] += "
";
arnews[1]="The Grudge 2 - San Diego weekly Reader
";
arnews[1] += "With Amber Tamblyn, Arielle Kebbel, Edison Chen, Joanna Cassidy, and Sarah Michelle Gellar. 2006.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 06:32:00 GMT";
arnews[1] += "
";
arnews[2]="House of Wax - Malay Mail
";
arnews[2] += "SOOTHING AMBIENCE: Waxing can be a painful experience for some but at Honeypot, they make you feel calm and relaxed Fancy a Hollywood, playboy, L'amour or butterfly? If you have no idea what we are talking about or think that it’s a girly cocktail ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 05:44:00 GMT";
arnews[2] += "
";
totcount = 3;
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("