var arnews = new Array(4); totcount = 4; rnd = 1; document.write("
| ");
arnews[0]="UAV persistent surveillance at night using staring infrared sensors is goal of ... - Military & Aerospace Electronics "; arnews[0] += " UAV persistent surveillance at night using staring infrared sensors is goal of ...Military & Aerospace ElectronicsInfrared sensor specialists at the BAE Systems Electronic Solutions sector in Nashua, NH, are developing the advanced processor for a military nighttime ... ";
arnews[0] += ""; arnews[1]="Canon develops mammoth camera sensor - CNET "; arnews[1] += "Seer Press Canon develops mammoth camera sensorCNETCanon's 202x205mm image sensor, left, dwarfs even the full-frame 36x24mm sensor to the right, a large model by conventional industry ...Canon Develops 120 Megapixel CMOS Sensor ";
arnews[1] += ""; arnews[2]="UH professor uses bridge movement to power sensors - Hawaii News Now "; arnews[2] += " UH professor uses bridge movement to power sensorsHawaii News NowHONOLULU (AP) - A University of Hawaii professor is using slight movements of bridges to generate power for sensors that monitor their stresses and ... ";
arnews[2] += ""; document.title=document.title+ " "; arnews[3]="Canon Shows Off Concept Cameras at Expo - PC Magazine "; arnews[3] += " Canon Shows Off Concept Cameras at ExpoPC MagazineA few incredible image sensors were also on display, including an APS-H size image sensor. Canon's current camera available with this size sensor produces ... ";
arnews[3] += ""; totcount = 4; 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(" |