var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Vampires' Descend Upon Oxford Campus
"; arnews[0] += "It all started with the appearance of a gigantic blue cherry picker. Wires, lights and cameras came next, followed by a mass of black-clad individuals wearing headsets."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:51:02 GMT"; arnews[0] += "
"; arnews[1]="Viewers sucked in by 'Diaries'
"; arnews[1] += "The vampires on \"Twilight\" aren't the only ones teen girls are flocking to see these days."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:07:17 GMT"; arnews[1] += "
"; arnews[2]="Fall season survival: Glee and The Vampire Diaries are best new bets
"; arnews[2] += "Nina Dobrev stars as Elena Gilbert in The Vampire Diaries. Photograph by: Handout, Files VANCOUVER a ' File this one under Things You Need to Know About the Fall TV Season: First off, the first weeka TMs ratings dona TMt mean a thing."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:08:19 GMT"; arnews[2] += "
"; arnews[3]="Vampire Diaries: Two Webclips from The Turning Point
"; arnews[3] += "Week in and week out we keep finding more to like about The Vampire Diaries . Whether it's the death of someone we thought was a recurring character or the reappearance of another character presumed dead who's now a vampire, the show never fails to surprise ... and entertain ... us."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:49:13 GMT"; arnews[3] += "
"; arnews[4]="CW Planning 'Vampire' Marathon
"; arnews[4] += "The CW network says it will re-run the first 10 episodes of its new U.S. television drama, \"The Vampire Diaries,\" on five consecutive nights next month."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 16:32:09 GMT"; arnews[4] += "
"; arnews[5]="CTV Programming Highlights, November 15 - 30
"; arnews[5] += "CTV keeps November pumping with the season finales of AMERICA'S NEXT TOP MODEL and DANCING WITH THE STARS, the 100th episode of CRIMINAL MINDS and the television premiere of Shrek the Third."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 07:51:25 GMT"; arnews[5] += "
"; arnews[6]="Episode Preview: the Vampire Diaries "The Turning Point"
"; arnews[6] += "The latest episode of The CW series THE VAMPIRE DIARIES will debut this Thursday night, and we've got a preview of \"The Turning Point\" for you below."; arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");