var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2010 Hurst Camaro Debuted at SEMA Is Shipped By Reliable Auto Transport
";
arnews[0] += "Reliable Auto Transport received the heavy contested prize of shipping the first 2010 Hurst Camaro from its 2009 SEMA debut to its home in New Jersey.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:44:18 GMT";
arnews[0] += "
";
arnews[1]="'Lasik surgeon to the talk hosts' charged in murder-for-hire plot
";
arnews[1] += "Michael Mockovak, of Seattlea s Clearly Lasik was arrested Nov. 12, and has been charged with trying to hire a hit man to kill his business partner and a former colleague.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 01:39:29 GMT";
arnews[1] += "
";
arnews[2]="Michael Anthony On Adam Carolla's Daily Podcast; Audio Available
";
arnews[2] += "Former VAN HALEN and current CHICKENFOOT bassist Michael Anthony was interviewed for today's edition of Adam Corolla 's daily podcast.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 17:06:03 GMT";
arnews[2] += "
";
arnews[3]="John Phillips: Some Questionable Cars of Mine a " Column
";
arnews[3] += "I'm Not Proud of This: More proof that I'm unqualified to offer car advice. Car guys are proud of the automobiles they've owned.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 02:52:16 GMT";
arnews[3] += "
";
arnews[4]="PSC Moving to Next Fight on $2.4B Coal Plant
";
arnews[4] += "Commissioner Lynn Posey announced Monday that hearings for the proposed Kemper County plant will move forward.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 00:55:09 GMT";
arnews[4] += "
";
arnews[5]="Local sleep expert gives slumber tips
";
arnews[5] += "Check your clocks. Did you \"fall back\" today? If you remembered that Daylight Saving Time ended early this morning, an extra hour of sleep was your reward.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 17:51: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("