var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Week's Fab Faves
";
arnews[0] += "What's special about this week's Fab faves is the count of stylish men. Yum. Inside you will find the dapper looks of Zachary Quinto, Taylor Lautner, and Zac Efron a ' enjoy! On the female front, from purple Dior gowns to ray-printed Proenza frocks, there is a vast array of eye candy.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:00:22 GMT";
arnews[0] += "
";
arnews[1]="Side effects of caduet
";
arnews[1] += "The cast of FOX's new series Glee. Disney, take your \"High School Musical\" kids and try the community theater production of \"Cats\" - there is a new show in town full of uber-talented youth poised to take the primetime ratings crown.";
arnews[1] += "
Publ.Date : Tue, 19 May 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Report: Efron And Hudgens Still Dating
";
arnews[2] += "A source close to Zac Efron and Vanessa Hudgens says the U.S. celebrity couple's relationship isn't on the rocks, contrary to a tabloid report claiming it is.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Zac Efron's island-hopping fans
";
arnews[3] += "The 'High School Musical' actor was shooting new movie 'Me and Orson Wells' on the Isle of Man - a small island located in the Irish Sea between Britain and Ireland - and was stunned to discover his legion of female fans had even managed to hunt him down there.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:07:21 GMT";
arnews[3] += "
";
arnews[4]="Efron Mania
";
arnews[4] += "Me & Orson Welles Gallery Home 'Me & Orson Welles' premiere Actress Claire Danes arrives at the UK film premiere of 'Me & Orson Welles' at the Vue West End on November 18, 2009 in London.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:23:59 GMT";
arnews[4] += "
";
arnews[5]="Unleashed Fangirls Derail Justin Bieber Appearance
";
arnews[5] += "R.Pattz wasn't there, so why did a bunch of screaming fangirls nearly cause a riot at a Long Island mall? They were waiting for Justin Bieber , of course! One girl ended up at the hospital and a member of Bieber's entourage was arrested after more than 1,000 young-and-rowdy fans whipped themselves into a frenzy awaiting the arrival of the the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:19: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("