var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @GMNewsSoCal: Check out this video of Ian Ziering & his new #ChevyFuelCell Equinox! It's safe 2 say he's a fan! http://bit.ly/3wF7MJ
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="General Motors: RT @GMNewsSoCal: Check out this video of Ian Ziering & his new #ChevyFuelCell Equinox! It's safe 2 say he's a fan! http://bit.ly/3wF7MJ
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Jack Pierce: @GMblogs Ian Ziering? Srsly? The 90's called and they want their teen heartthrob back. Tell me Carrol Shelby is a fan and I am in
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Did u watch #90210 in the 90s? Watch it now? Meet Ian Ziering and his #ChevyFuelCell Equinox: http://bit.ly/18eI1v #GM
";
arnews[3] += "Did u watch";
arnews[3] += "
";
arnews[4]="General Motors: Did u watch #90210 in the 90s? Watch it now? Meet Ian Ziering and his #ChevyFuelCell Equinox: http://bit.ly/18eI1v #GM
";
arnews[4] += "Did u watch";
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("