var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eucalyptus and Terracotta partner for open source private enterprise ... - it World Canada
";
arnews[0] += "Terracotta Inc. and Eucalyptus Systems Inc . have announced a partnership that promises to solve two key challenges enterprises face with private clouds – scalable data management and elastic provisioning. “Working together, we will be able to ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:13:00 GMT";
arnews[0] += "
";
arnews[1]="Best bets: Places to go and things to do in Northeastern Pennsylvania - Scranton Times-Tribune
";
arnews[1] += "First Friday exhibit: \"Ashcan Humanists,\" by John Sloan and Jerome Myers, gallery lecture, 5 p.m., Hope Horn Gallery, University of Scranton. Don't miss: \"Pennsylvania Hands,\" by Sally Wiener Grotta, lecture, 3 p.m., Dietrich Theater, 60 E. Tioga St ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 09:17:00 GMT";
arnews[1] += "
";
arnews[2]="Art exhibits - Standard Speaker
";
arnews[2] += "Today through May 30 - \"The Green House: New Directions in Sustainable Architecture and Design,\" the first major exhibition to explore the dynamic field of green residential design as it reaches a turning point of international acceptance by both ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:53:00 GMT";
arnews[2] += "
";
arnews[3]="First Friday photo exhibit celebrates Morocco - Scranton Times-Tribune
";
arnews[3] += "Ashcan Humanists: by John Sloan and Jerome Myers, Friday through March 12; gallery lecture, Feb. 5, 5 p.m., Hope Horn Gallery, University of Scranton. Works In Clay: by Jeff Kuratnick, opening reception, Friday, 6 to 9 p.m.; through March March 4 ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 13:43:00 GMT";
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]);
if (x != (totcount-1) ) document.write("
"); }
document.write("