var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="House of Bones Review - The Gaea Times
";
arnews[0] += "House of Bones , the reviews are quite good, with most people giving it thumbs ups. The movie is being described as Buffy the Vampire Slayer meets Ghost Adventures. The movie features a haunted place in New Orleans where ghosts of murdered people are ...";
arnews[0] += "
Publ.Date : Sat, 16 Jan 2010 09:40:00 GMT";
arnews[0] += "
";
arnews[1]="Daily guide - Boston Globe
";
arnews[1] += "Member Concert 6 a.m. WUMB-FM (91.9) Karan Casey from March 2004. Guest Mix 7 a.m. WUMB-FM (91.9) Paul Rishell and Annie Raines from September 2003. Classical Music with Brian McCreath 10 a.m. All Classical (99.5) Presentation of an exclusive concert ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 21:55:00 GMT";
arnews[1] += "
";
arnews[2]="Julie Benz - AfterEllen.com
";
arnews[2] += "Julie Benz: I've always been a huge fan of the show — I've seen every episode. Pretty much the way this went down was, literally the day after the Dexter season finale aired, I got a phone call asking if this was something I'd be interested in ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[2] += "
";
totcount = 3;
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("