var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'Bones' Digs Up Gravedigger Storyline
"; arnews[0] += "Back in season 2, a super badass villain was introduced in the form of The Gravedigger, who abducted people, buried them alive and then demanded ransom to reveal their location so they could be saved before they die of suffocation."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 00:03:00 GMT"; arnews[0] += "
"; arnews[1]="Emlly Deschanel in no rush to marry
"; arnews[1] += "EMILY Deschanel insists she's in no rush to get married. The Bones actress, 33, says she doesn't feel pressured into a finding a husband, so intends to take her time finding Mr Right."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:17:32 GMT"; arnews[1] += "
"; arnews[2]="Emily Deschanel: I Don't Need a Husband to be Happy
"; arnews[2] += "Temperance Brennan, the brilliant but socially challenged forensic scientist who finds it easier to solve crimes than get along with others, especially the opposite sex."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 19:14:54 GMT"; arnews[2] += "
"; arnews[3]="Bones star says to expect dramatic changes
"; arnews[3] += "'Bones' star Emily Deschanel has told fans of the show to expect dramatic changes this season."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 12:26:20 GMT"; arnews[3] += "
"; arnews[4]="Bones creator to share knowledge
"; arnews[4] += "The last time Hart Hanson's old friend talked him into leaving Los Angeles and the set of his hit TV series Bones, the venue for the conference was Whitehorse, where the frigid arctic air sliced through his Michelin-man-inspired winter wear like he was \"stark naked.\" This time, Scot Morison, who teaches professional writing at Grant MacEwan ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 18:29:04 GMT"; arnews[4] += "
"; arnews[5]="'Bones' Fan Columnist: 100 Episodes, Endless Possibilities
"; arnews[5] += "We've got one more Bones episode until the winter hiatus, and that means that after this Thursday's episode, our favorite show will not be back on until April 8. I know, right? That will be exactly 62 days that we will be without Booth and Bones and the rest of the Squints."; arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 10:55:45 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("
");document.write("
");