var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smartphones: A Bigger Target for Security Threats
";
arnews[0] += "Smartphones are also vulnerable to the same web-based and e-mail attacks that have long hammered PCs.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]=""great info, thanks alot! ..."
";
arnews[1] += "The first worm written for Apple's iPhone has been unleashed and is infecting phones in Australia.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:17:36 GMT";
arnews[1] += "
";
arnews[2]="Smartphones: New Security Risks
";
arnews[2] += "Smartphones are also vulnerable to the same web-based and e-mail attacks that have long hammered PCs.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:24:19 GMT";
arnews[2] += "
";
arnews[3]="Fake religious trailer incites heresy for Dante's Inferno - 2 Hours Ago
";
arnews[3] += "In the sixth part of EA's marketing campaign based on the nine circles of Hell, a trailer for a fake religious game turned out to be a viral ad for Dante's Inferno, representing heresy.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:56:30 GMT";
arnews[3] += "
";
arnews[4]="Miley Cyrus Bus Crash: A Bus Crash Leaves 1 Dead, Miley Cyrus Unscathed
";
arnews[4] += "One year ago, in November 2008, there were rumors that Miley Cyrus was killed in a car accident caused by a drunk driver.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:19:30 GMT";
arnews[4] += "
";
arnews[5]="Smartphones: A Bigger Target for Security Threats
";
arnews[5] += "Smartphones are also vulnerable to the same web-based and e-mail attacks that have long hammered PCs.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Apple: 'Enterprise' is as enterprise does
";
arnews[6] += "Is Apple an enterprise software or hardware company? That's the question Gartner's Nick Jones asks , ultimately answering with \"you have to have a pretty relaxed definition [of enterprise] before Apple fits it.\" \"Enterprise\" is defined by the company you keep.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 23:21:18 GMT";
arnews[6] += "
";
arnews[7]="Devoxx 09: Day 2 Fun
";
arnews[7] += "It was a morning of keynotes examining the workings of technology professional, and a contrast of preaching styles.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 16:40:36 GMT";
arnews[7] += "
";
arnews[8]="Microsoft releases Silverlight 4 beta
";
arnews[8] += "Microsoft's fourth-generation answer to Adobe Flash, Silverlight 4, was released overnight at the software giant's 2009 Professional Developers Conference in Los Angeles.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 11:35:07 GMT";
arnews[8] += "
";
totcount = 9;
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("