var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Josh Turner: 'There was never a Plan B'
";
arnews[0] += "Josh Turner is the youngest male member of the Grand Ole Opry, and why wouldn't he be? The guy's sold millions of records and scored two No.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 06:32:43 GMT";
arnews[0] += "
";
arnews[1]="iPhone fear as 'Rick Astley' worm spreads
";
arnews[1] += "An Apple iPhone showing a picture of 1980s pop icon Rick Astley. Photograph by: AFP, SYDNEY a ' An Australian student sparked fears of a new era of computer viruses on Tuesday after creating a worm which infects Apple's iconic iPhone with pictures of 1980s pop star Rick Astley.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:01:01 GMT";
arnews[1] += "
";
arnews[2]="On Feb. 6, 1911, Ronald Wilson Reagan, the 40th president of the United States, was born
";
arnews[2] += "Today is Saturday, Feb. 6, the 37th day of 2010. There are 328 days left in the year.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:55:59 GMT";
arnews[2] += "
";
arnews[3]="ShmooCon: Your iPhone's Dirty Little Security Secret
";
arnews[3] += "February 7, 2010, 09:18 PM - CSO - We've heard much about how our PCs and laptops can be compromised through malware and insecure wireless access points and often comfort ourselves with the knowledge that our smart phones are safe from such things.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:30:22 GMT";
arnews[3] += "
";
arnews[4]="Weekend Update 02.06.10a " The Winter Ain't Over Edition [Digital Daily]
";
arnews[4] += "Torrential rain in the west and a blizzard of death in the east can mean only one thing.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 00:08:40 GMT";
arnews[4] += "
";
arnews[5]="Celebrity Birthdays for February 6th
";
arnews[5] += "Today is THE perfect day to Rick-roll everyone you know and love. The man who is never gonna give you up, let you down, run around or desert you, Rick Astley, is 44 today.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 18:46:31 GMT";
arnews[5] += "
";
arnews[6]="On Feb. 6 in NEPA
";
arnews[6] += "On this date in NEPA 75 years ago, officials with the state Department of Highways announced that the snow removal fund was depleted by heavy snowfall.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 16:36:35 GMT";
arnews[6] += "
";
arnews[7]="Almanac
";
arnews[7] += "Today is Saturday, Feb. 6, the 37th day of 2010. There are 328 days left in the year.";
arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 16:27:17 GMT";
arnews[7] += "
";
totcount = 8;
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("