var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Sprint Cup: Kahne may leave RPM after contract expiration in '10: Kasey Kahne is thinking ab.. http://bit.ly/2qCzI0 #NASCAR
";
arnews[0] += "Sprint Cup: Kahne may leave RPM after contract expiration in '10: Kasey Kahne is thinking ab..";
arnews[0] += "
";
arnews[1]="#NASCAR Kasey Kahne exploring other options for 2011 http://tinyurl.com/ye3nsbs
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Jesse Boskoff: Kasey Kahne is strongly considering bolting Richard Petty Motorsports after his contract expires next season http://bit.ly/07bBWnH
";
arnews[2] += "Kasey Kahne is strongly considering bolting Richard Petty Motorsports after his contract expires next season";
arnews[2] += "
";
arnews[3]="Automotive News: Knaus and 'his driver' are perched on the edge of NASCAR history - Gaston Gazette
";
arnews[3] += "Knaus and 'his driver' are perched on the edge of NASCAR history - Gaston Gazette -";
arnews[3] += "
";
arnews[4]="Even more deals: SAVE $12.05 - Large NASCAR Wall Shadow Decal Kasey Kahne 9 Officially Licensed $32.95 http://bit.ly/7t9nw9
";
arnews[4] += "SAVE $12.05 - Large NASCAR Wall Shadow Decal Kasey Kahne 9 Officially Licensed $32.95";
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("