var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Features
";
arnews[0] += "Banks and financiers have become trucking's new gatekeepers. That hasn't paid if you've performed well in this recession.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:35:48 GMT";
arnews[0] += "
";
arnews[1]="Wearable Minority Report Computer
";
arnews[1] += "By Mike Abundo Posted on November 21, 2009 We're getting closer and closer to the futuristic spatial computing seen in the movie Minority Report.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:51:07 GMT";
arnews[1] += "
";
arnews[2]="Next: Control a Computer With Gestures
";
arnews[2] += "What's the latest buzz among software engineers and computer geeks in Silicon Valley? Aside from the newly released Call of Duty: Modern Warfare 2 , it's a video released earlier this week of Pranav Mistry talking about the next big thing--SixthSense technology.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:00:00 GMT";
arnews[2] += "
";
arnews[3]="Features
";
arnews[3] += "Banks and financiers have become trucking's new gatekeepers. That hasn't paid if you've performed well in this recession.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:33:25 GMT";
arnews[3] += "
";
arnews[4]="MIT unveils Minority Report-style 'gestural interface'
";
arnews[4] += "What's the latest buzz among software engineers and computer geeks in Silicon Valley? Aside from the newly released Call of Duty: Modern Warfare 2, it's a video released earlier this week of Pranav Mistry talking about the next big thing--SixthSense technology.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:41:27 GMT";
arnews[4] += "
";
arnews[5]="Technology Lets You Command a Computer With Gestures
";
arnews[5] += "What's the latest buzz among software engineers and computer geeks in Silicon Valley? Aside from the newly released Call of Duty: Modern Warfare 2, it's a video released earlier this week of Pranav Mistry talking about the next big thing--SixthSense technology.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Silicon Valley Abuzz About Tech Video That Lets You Command a Computer With Gestures
";
arnews[6] += "No mouse, no keyboard, no computer screen. It's all about hand gestures. By Tom Kaneshige - CIO - What's the latest buzz among software engineers and computer geeks in Silicon Valley? Aside from the newly released Call of Duty: Modern Warfare 2 , it's a video released earlier this week of Pranav Mistry talking about the next big thing - SixthSense ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("