var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="As 'New Moon' dawns, 'Twilight' fans take sides
";
arnews[0] += "Republican or Democrat? Coke or Pepsi? Now, there is another raging debate to divide Americans: Edward or Jacob? Jennifer Love Hewitt is a proud Team Edward member, as is Joe Jonas.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:15:08 GMT";
arnews[0] += "
";
arnews[1]="Were Miley and Selena Told to Diss New Moon?
";
arnews[1] += "You are viewing the print friendly version of Were Miley and Selena Told to Diss New Moon ? Were Miley and Selena Told to Diss New Moon ? Today 3:01 PM PST Gregg DeGuire,Chris Polk/WireImage.com Why are people so up in arms about the comments Miley Cyrus made about not liking Twilight ? I'm sure there are plenty more people out there that don't ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:13:43 GMT";
arnews[1] += "
";
arnews[2]="Bitch-Back! Breaking Newsa "Johnny's a Hottie
";
arnews[2] += "Dear Ted: A.T. is part of my early morning ritual, helping me start the day on a light note before diving into work.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:13:09 GMT";
arnews[2] += "
";
arnews[3]="2009 American Music Awards: Nominations List
";
arnews[3] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[3] += "
";
arnews[4]="Watch Jay Leno New Moon Special
";
arnews[4] += "Share on Facebook Watch the Jay Leno New Moon special with guest Dakota Fanning.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:38:02 GMT";
arnews[4] += "
";
arnews[5]="Robert Pattinson Talks Vanity Fair
";
arnews[5] += "Share on Facebook Watch a recent Vanity Fair interview with actor Robert Pattinson.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:07:24 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("