var arnews = new Array(10);
totcount = 4;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Dark Angel/Supernatural-Max/Castiel-Breathe Me
";
arnews[0] += "vid. Enjoy guys :] :] I have way to much time on my hands :) Song: Breathe Me by Sia Comments and ratings are greatly appreciated:) Disclaimer: I DO NOT own any footage or music...";
arnews[0] += "
Publ.Date : Tue, 05 May 2009 19:44:46 GMT";
arnews[0] += "
";
arnews[1]="Reaper-Leon Part 3
";
arnews[1] += "assignment to make himself feel better. Missy Peregrym, Valarie Rae Miller, Donavan Stinson and Andrew Airlie also star. Victoria Hochberg directed the episode written by Craig";
arnews[1] += "
Publ.Date : Sat, 25 Apr 2009 05:38:23 GMT";
arnews[1] += "
";
arnews[2]="Reaper - Trailer Legendado BR (Season Premiere)
";
arnews[2] += "Premissa: \"Sam passou toda vida se perguntando porque sua mãe e seu pai sempre facilitaram tudo. Tudo na vida de Sam muda quando ele completa 21 anos e descobre porque os seus...";
arnews[2] += "
Publ.Date : Sun, 01 Jun 2008 23:24:35 GMT";
arnews[2] += "
";
arnews[3]="Smith, "Four"
";
arnews[3] += "As the team members continue to plot their next job, which involves stealing a huge load of gold, Bobby strategizes how to keep his double life a secret from Hope by somehow...";
arnews[3] += "
Publ.Date : Tue, 10 Oct 2006 00:00:00 GMT";
arnews[3] += "
";
totcount = 4;
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("