var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ShoWest to honor Hudgens, Pettyfer
";
arnews[0] += "Vanessa Hudgens and Alex Pettyfer, stars of CBS Films' teen romance \"Beastly,\" will receive the 2010 ShoWest Female and Male Star of Tomorrow awards at next month's annual gathering of theater owners in Las Vegas.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:55:43 GMT";
arnews[0] += "
";
arnews[1]="ShoWest fetes 'Beastly' co-stars
";
arnews[1] += "Vanessa Hudgens and Alex Pettyfer of CBS Films' upcoming horror fantasy \"Beastly\" will be honored as ShoWest 2010's male and female Stars of Tomorrow.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 11:11:00 GMT";
arnews[1] += "
";
arnews[2]="'Sucker Punch' cast are happy customers + Emily Browning casting news.
";
arnews[2] += "\"Sucker Punch\" cast are happy customers + Emily Browning casting news. \"more Mr.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 12:33:41 GMT";
arnews[2] += "
";
arnews[3]="Safe "sexting?" No such thing, teens warned
";
arnews[3] += "In the United States, a survey last fall found one in five teenagers said they had sent or posted online nude or semi-nude pictures of themselves and 39 percent said they had sent or posted sexually suggestive messages.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 06:30:36 GMT";
arnews[3] += "
";
arnews[4]="2010 Top Ten Sexiest Hispanic Actresses
";
arnews[4] += "No one can deny the beauty of a pretty black-haired senorita. What makes latin girls so alluring? Is it those long legs, the sun bronzed skin, or the badonkadonk? A recent poll claimed that Puerto Rican girls topped Mexican girls as the sexiest latinas, but where were the Cuban girls? Where were the Brazilian girls? Eva Mendes - #2";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Bandslam Director Todd Graff to Helm Damn Yankees Musical
";
arnews[5] += "Don't be turned off by the fact that Todd Graff directedA Bandslam with Vanessa Hudgens because word on the street is that movie is actually pretty good but was poorly marketed, and actually had a lot more of an edge to it than Disney's teen musical cash cow.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 00:52:22 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("