var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2010 conferences: Social media, tech, marketing
";
arnews[0] += "Lucia GiaA coA manA toA nio, AdriA ana GasA coigne and Robyn Cohen at Web 2.0 Expo, AprilA 2009.";
arnews[0] += "
Publ.Date : Thu, 21 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="2010 conferences: Social media, tech, marketing
";
arnews[1] += "Lucia GiaA coA manA toA nio, AdriA ana GasA coigne and Robyn Cohen at Web 2.0 Expo, AprilA 2009.";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 21:07:58 GMT";
arnews[1] += "
";
arnews[2]="Vancouver Winter Olympics: USA Men's Ice Skating and Pairs Team
";
arnews[2] += "Ian Ono and Jana Monji : What dancer doesn't love ice skating because unless it is hockey, it is dancing on ice.";
arnews[2] += "
Publ.Date : Thu, 31 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Fresh Food on TV: Weekday Edition
";
arnews[3] += "With all the channels on broadcast TV and cable--and the inevitable episode repeats - it's hard to sort out what's new or worthwhile.";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 01:13:41 GMT";
arnews[3] += "
";
arnews[4]="Unicorn hunter roundup
";
arnews[4] += "YesA terA day, I wrote : Apple might be the only techA nolA ogy comA pany that inspires its own fan fiction.A This was in response to this artiA cle in MacA world , \"Four reaA sons Apple will launch a tablet in 2010,\" where tech anaA lyst Brian MarA shall got to specA uA late that Apple was REALLY launchA ing a tablet so that it could LATER launch ...";
arnews[4] += "
Publ.Date : Sun, 03 Jan 2010 23:05:54 GMT";
arnews[4] += "
";
arnews[5]="Michelle Duggar's 19th baby Josie Brooklyn born prematurely
";
arnews[5] += "Michelle and Jim Bob Duggar, stars of US reality show 18 Kids And Counting, had Josie Brooklyn, weighing 1 pound, 6 ounces, at 11:27am on Friday in Arkansas.";
arnews[5] += "
Publ.Date : Fri, 11 Dec 2009 21:32:48 GMT";
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]);
if (x != (totcount-1) ) document.write("
"); }
document.write("