var arnews = new Array(6); totcount = 6; rnd = 0; document.write("
"); arnews[0]="Want cheapskates to spend? Hawk gizmos that save
"; arnews[0] += "
"; arnews[1]="Venus wins but never finds comfort at US Open
"; arnews[1] += "
"; arnews[2]="Congo: 70 dead in 2nd weekend boat capsize
"; arnews[2] += "
"; arnews[3]="Guatemala mudslides kill at least 38; 2 buses hit
"; arnews[3] += "
"; arnews[4]="Backyard volunteers helping track firefly numbers
"; arnews[4] += "
"; document.title=document.title+ " - AP Top Headlines At 3:30 p.m. EDT"; document.title=document.title+ " "; arnews[5]="Future hiring will mainly benefit the high-skilled
"; 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]); } document.write("
");document.write("
");