var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I bet Kate Moss wishes shea d eaten those words
";
arnews[0] += "'Nothing tastes as good as skinny feels,\" Kate Moss trilled last week. I bet she wishes she'd eaten those words.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:55:23 GMT";
arnews[0] += "
";
arnews[1]="Eyebrows can make or break your look
";
arnews[1] += "While the heavy brows of the '80s are making a comeback, taking your eyebrows to Frida Kahlo-esque heights may be ill-advised Raw material is half the battle when it comes to eyebrows.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:02:05 GMT";
arnews[1] += "
";
arnews[2]="Pitch-perfect performances merit 'Education' honors
";
arnews[2] += "Invariably funny and inexpressibly moving in the way it looks at a young girl's journey from innocence to experience, \"An Education\" does so many things so well, it's difficult to know where to begin when cataloging its virtues.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:05:00 GMT";
arnews[2] += "
";
arnews[3]="The love triangle gets another workout.
";
arnews[3] += "The trusty love triangle gets another screen workout with \"The Twilight Saga: New Moon.\" Filmmakers have known for years that this scenario is a sure audience draw, playing on the basic human desire to find one soulmate and adding the drama of being lucky enough to find two.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:16:32 GMT";
arnews[3] += "
";
arnews[4]="First lead movie role has Carey Mulligan living in the spotlight
";
arnews[4] += "It's hard not to think that Carey Mulligan is having a \"Queen for a Day\" moment.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:39:30 GMT";
arnews[4] += "
";
arnews[5]="Butler voted best Brit in Hollywood SCOTTISH actor Gerard Butler has...
";
arnews[5] += "SCOTTISH actor Gerard Butler has been voted the best British actor in Hollywood by film fans.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:34:09 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("