var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hall, Seguin leading draft-pack
";
arnews[0] += "NHL: CAL @ LA Taylor Hall of the Windsor Spitfires holds up the Memorial Cup after defeating the Kelowna Rockets Rimouski, Que.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:33:02 GMT";
arnews[0] += "
";
arnews[1]="Hall, Seguin entry draft frontrunners
";
arnews[1] += "A year ago, Taylor Hall was the odds-on favourite to be the first pick overall in the 2010 NHL entry draft.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:01:47 GMT";
arnews[1] += "
";
arnews[2]="Scottish Premier Briefing
";
arnews[2] += "Click here to bet on the SPL with Sky Bet Click here for more Scottish Premier news Click here for weekend match odds Saturday Falkirk v Hamilton Falkirk have seven players missing for the clash with Hamilton but new signing Pedro Pele will be on the bench.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:32:44 GMT";
arnews[2] += "
";
arnews[3]="Free For All Friday: Part Two
";
arnews[3] += "2) on the first page 3) the first commenter. yay! my friday sucks so far. i hate my family too.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:20:45 GMT";
arnews[3] += "
";
arnews[4]="WWE News: Pre-Survivor Series Chat With Sheamus, WWE And Toys For...
";
arnews[4] += "WWE News: Pre-Survivor Series Chat With Sheamus, WWE And Toys For Tots, Tuesday's ECW/SD Dark Match, More Posted by Larry Csonka on 11.20.2009 Some WWE news... - Sheamus will be doing a live chat on WWE.com before the Survivor Series PPV on Sunday.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:43:10 GMT";
arnews[4] += "
";
totcount = 5;
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("