var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today's vampires: just a notch above mallrats
";
arnews[0] += "Young adult readers used to obsess over the earnest novels of Judy Blume, such as Are You There God? It's Me, Margaret, maybe dabbling in a series like The Saddle Club, which focused on the trials and tribulations of three girls bonded by their love of horses.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:34:36 GMT";
arnews[0] += "
";
arnews[1]="Henry Jenkins - Revenge of the Origami Unicorn: Seven Key...
";
arnews[1] += "Henry Jenkins - Revenge of the Origami Unicorn: Seven Key Principles of Transmedia Entertainment 20.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:08:05 GMT";
arnews[1] += "
";
arnews[2]="Meet the rising female stars who prove new movie The Twilight Saga: New Moon is not just for girls..
";
arnews[2] += "HUNKS Robert Pattinson and Taylor Lautner have made Twilight a must-see for teenage girls.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="No sex in New Moon please, we're vampires
";
arnews[3] += "Remarkable romantic comedy set among a nomadic tribe in Kazakhstan. 2. An Education 3. The White Ribbon Michael Hameke's Palme d'Or winner at Cannes is set in a German village just before the start of the First World War.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:47:53 GMT";
arnews[3] += "
";
arnews[4]="Fantastic line-up of rising female stars show new movie The Twilight...
";
arnews[4] += "Fantastic line-up of rising female stars show new movie The Twilight Saga: New Moon is not just for girls.. HUNKS Robert Pattinson and Taylor Lautner have made Twilight a must-see for teenage girls.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Wales' food and drink stars celebrate True Taste awards
";
arnews[5] += "FOOD and drink producers in Wales celebrated having their products recognised at the industry's \"Oscars\" last night.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:46:15 GMT";
arnews[5] += "
";
arnews[6]="Rachel Simmons: When the Truth Hurts: Helping Daughters Be Honest in a Good Girl World
";
arnews[6] += "I had just started a fifth grade class when a student began waving her hand and doing that \"Oooh! Oooh! Oooh!\" thing that I used to do when I couldn't contain myself.* \"Okay,\" she said, \"what if, like, my friend asks me if I like the dress she was buying and I didn't like it and I wanted to tell her but I was afraid she would get mad at me?\" This ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 06:58:15 GMT";
arnews[6] += "
";
arnews[7]="'True Blood' star laughs off dating rumors
";
arnews[7] += "Actress Evan Rachel Wood attends a screening of 'Whatever Works' hosted by the Cinema Society and The New Yorker at Regal Cinema Battery Park June 10, 2009 in New York City.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 05:23:04 GMT";
arnews[7] += "
";
arnews[8]="Alexander Skarsgard Laughs Off Dating Rumors
";
arnews[8] += "Swedish actor Alexander Skarsgard is baffled by romance reports linking him to his co-stars Evan Rachel Wood and Kate Bosworth - because he's not even dating.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 04:32:00 GMT";
arnews[8] += "
";
totcount = 9;
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("