var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="America's Next Top Model: Kimora Lee Simmons, Andre Leon Talley Reportedly Join Judging Panel
";
arnews[0] += "America's Next Top Model boss Tyra Banks has reportedly signed on two new advisors to help her critique her incoming cycle 14 models: model and reality star Kimora Lee Simmons, and Vogue editor-at-large and fashion show staple Andre Leon Talley.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 10:10:33 GMT";
arnews[0] += "
";
arnews[1]="Meet the Driving Instructor to the Stars
";
arnews[1] += "USC student Matt Schrader catches officials issuing parking tickets in street sweeping zones despite the lack of actual street sweeping.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 15:30:18 GMT";
arnews[1] += "
";
arnews[2]="High Winds, Heavy Rain Cause Flooding Concerns
";
arnews[2] += "As the ice melts, wouldn't it be great if your drink got stronger instead of watered down? New booze cubes make it so.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 14:51:45 GMT";
arnews[2] += "
";
arnews[3]="'America's Next Top Model': Has Miss J been demoted?
";
arnews[3] += "It sure has been quite a week for Miss J. Alexander news. He has a new book . He revealed that hea s a daddy.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 06:51:28 GMT";
arnews[3] += "
";
arnews[4]="Supermodel Memory Lane
";
arnews[4] += "Paulina Porizkova reminisces about her days as fashion's \"It\" girl. Catch more Supermodel Secrets at Modelinia.com. television Nov 12, 2009 Ray Romano: \"Men of a Certain Age\" Not \"an Extreme Departure\" \"Men of a Certain Age\" creator and star Ray Romano talks about what inspired him to write a show about men going through middle age.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="1st Anniversary Gay Marriage in CT
";
arnews[5] += "Paulina Porizkova reminisces about her days as fashion's \"It\" girl. Catch more Supermodel Secrets at Modelinia.com. television 2 hours ago Ray Romano: \"Men of a Certain Age\" Not \"an Extreme Departure\" \"Men of a Certain Age\" creator and star Ray Romano talks about what inspired him to write a show about men going through middle age.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 05:48:48 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("