var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Supernatural: Three Sneak Peeks at My Bloody Valentine
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 09 Feb 2010 21:26:56 GMT";
arnews[0] += "
";
arnews[1]="Paris Hilton goes Supernatural
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 09 Feb 2010 02:06:06 GMT";
arnews[1] += "
";
arnews[2]="'Supernatural' cast and crew say thanks to fans
";
arnews[2] += "This one's pretty simple: The cast and crew of \"Supernatural\" love their fans as much as their fans love them.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 23:36:25 GMT";
arnews[2] += "
";
arnews[3]="Like peen, a blind item is best when it's hard. Anything else is just a waste of time.
";
arnews[3] += "Secretia Ohio and Chester Shorts-Off are as horny as they are famous - just don't think they're so hot for each other , that's all.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 18:28:23 GMT";
arnews[3] += "
";
arnews[4]="Continue reading "Let's talk 'Supernatural': 'The Song Remains the Same'"
";
arnews[4] += "Let's talk 'Supernatural': 'The Song Remains the Same' Before we get to this week's \"Supernatural\" review, I want to direct fans' attention to an ongoing charity auction I'm doing via eBay .";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:00:24 GMT";
arnews[4] += "
";
arnews[5]="Supernatural Review
";
arnews[5] += "February 4, 2010 - The apocalypse storyline returns to the forefront with a vengeance in \" The Song Remains the Same \" as Anna has escaped her heavenly prison with a new plan to stop the apocalypse from happening in the first place.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 04:32:28 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("