var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Secret pipe dream gives Shaun White a snowboarding edge
";
arnews[0] += "To find the secrets to Shaun White's snowboard success, it's a 63-mile drive from Durango, Colo., along the treacherous Million Dollar Highway to Silverton, a tiny town known for its mining of silver and gold.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:31:12 GMT";
arnews[0] += "
";
arnews[1]="Olympic Preview: White's secret pipe dream
";
arnews[1] += "To find the secrets to Shaun White's snowboard success, it's a 63-mile drive from Durango, Colo., along the treacherous Million Dollar Highway to Silverton, a tiny town known for its mining of silver and gold.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:05:00 GMT";
arnews[1] += "
";
arnews[2]="Secret pipe dream gives Shaun White a snowboarding edge
";
arnews[2] += "To find the secrets to Shaun White 's snowboard success, it's a 63-mile drive from Durango, Colo., along the treacherous Million Dollar Highway to Silverton, a tiny town known for its mining of silver and gold.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:35:34 GMT";
arnews[2] += "
";
arnews[3]="Annual benefit honors PSJA North student who passed away
";
arnews[3] += "Michael M. Rutledge passed away several years ago. At the time he was a sophomore at PSJA North High School, and the institution continues to honor his memory.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:11:10 GMT";
arnews[3] += "
";
arnews[4]="Simpel Session 2010
";
arnews[4] += "Adam Dyet takes a crooked grind up the hubba at the 2009 Simpel Session comp. This coming weekend some of the best skaters in the world ate taking it to Tallinn, Estonia.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:18:38 GMT";
arnews[4] += "
";
arnews[5]="Bringing life to action figures
";
arnews[5] += "Fallbrook inventor Mike Bellon shows off one of his new skateboard action figures at home Tuesday, Jan.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:39:46 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("