var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hollywood disaster movie '2012' draws in Chinese patriotic fans
";
arnews[0] += "When the apocalypse comes, China will save the world. Or at least that's how Chinese audiences are interpreting \"2012,\" Hollywood's latest blockbuster disaster movie.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:36:03 GMT";
arnews[0] += "
";
arnews[1]="Did Richard Gere really stick a hamster up his tailpipe?
";
arnews[1] += "Have a question? Ask it! Know an answer? Share it! Browse Members '') this.style.backgroundImage='none';\" / value=\"\"> The last ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:29:16 GMT";
arnews[1] += "
";
arnews[2]="He got the grim fairy tale
";
arnews[2] += "Perhaps Michael Dippolito envisioned a Pretty Woman happy ending when he chose his bride from a dial-a-date service.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:15:08 GMT";
arnews[2] += "
";
arnews[3]="Up close with the all-star cast of Nine
";
arnews[3] += "Please enter your friend's e-mail address , your name and e-mail address. Click \"send\" when you are done.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:15:35 GMT";
arnews[3] += "
";
arnews[4]="Spiritualise Your Sanity
";
arnews[4] += "The 21st Century is seeing a remarkable upsurge in people turning to religion and spirituality to seek out some form of peace in their hectic lives.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:45:04 GMT";
arnews[4] += "
";
arnews[5]="Finding your center in Bedford
";
arnews[5] += "At the Bedford Post Inn's Yoga Loft, Martha Stewart and Christina Ricci have stopped by for some downward-facing dog.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 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("