var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jensen Ackles and Danneel Harris @ 2010 Northern Trust Open
";
arnews[0] += "Source 1 and 2 I know it's not the popular opinion in Supernatural fandom and what have you, but I like Danneel.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:50:41 GMT";
arnews[0] += "
";
arnews[1]="New Batman DVD to peek out from 'Under the Red Hood'
";
arnews[1] += "Written by Judd Winick and based on his 2005 Batman comics story line, it's Batman versus another vigilante, Red Hood, who doesn't mind cleaning up Gotham by leaving dead bodies in his wake.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:48:21 GMT";
arnews[1] += "
";
arnews[2]="Skip the latest lame romance flick and give these suggestions a try
";
arnews[2] += "If the idea of sitting in a darkened theater watching a group of interchangeable cardboard characters played by a group of interchangeable Hollywood actors in a movie called, of all things, 'Valentine's Day' makes you want to shoot your eyes out with a couple of Cupid's arrows, then you've come to the right place.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Supernatural: What's In Store for Michael Shanks?
";
arnews[3] += "A few weeks ago, BuddyTV reported that sci-fi favorite Michael Shanks, who is best known for his role as Dr.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:20:02 GMT";
arnews[3] += "
";
arnews[4]="Supernatural: Three Sneak Peeks at My Bloody Valentine
";
arnews[4] += "As a clever nod to star Jensen Ackles's recent theatrical foray, this week's episode of Supernatural is entitled \"My Bloody Valentine\". But the similarities are in name only as the plot description reveals something quite different is in store for the Winchester brothers ... as the three webclips we've uncovered will bear out.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:26:56 GMT";
arnews[4] += "
";
arnews[5]="Paris Hilton goes Supernatural
";
arnews[5] += "Paris Hilton will guest in the spooky new series of Supernatural. In a shocking forthcoming plotline, a monster takes on the guise of the US heiress, 28, and goes on a killing spree.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:06:06 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("