var arnews = new Array(10); totcount = 10; rnd = 0; document.write("
| ");
arnews[0]="Office Professional Plus 2010 (Includes Software Assurance), Admin Fee: $31.00 USD "; arnews[0] += "Suite of ten office products"; arnews[0] += " Publ.Date : Wed, 23 Jun 2010 00:00:00 -0700"; arnews[0] += " "; document.write("TechSoup "); document.write("Updated : "); document.write(" "); document.title=document.title+ " - TechSoup"; document.title=document.title+ " "; arnews[1]="Office Standard 2010 (Includes Software Assurance), Admin Fee: $24.00 USD "; arnews[1] += "Suite of six office products"; arnews[1] += " Publ.Date : Wed, 23 Jun 2010 00:00:00 -0700"; arnews[1] += " "; arnews[2]="SharePoint 2010 for Nonprofits and Libraries "; arnews[2] += "What's new in Microsoft's latest integrated-management platform?"; arnews[2] += " Publ.Date : Mon, 21 Jun 2010 12:00:00 -0700"; arnews[2] += " "; arnews[3]="Photoshop CS 4.0 Win Boxed -- Special Donation, Admin Fee: $25.00 USD "; arnews[3] += "Image-editing and graphics-creation application"; arnews[3] += " Publ.Date : Wed, 16 Jun 2010 00:00:00 -0700"; arnews[3] += " "; arnews[4]="CS4 Production Premium Win Boxed -- Special Donation, Admin Fee: $128.00 USD "; arnews[4] += "Application suite for creating video, audio, and interactive productions"; arnews[4] += " Publ.Date : Wed, 16 Jun 2010 00:00:00 -0700"; arnews[4] += " "; arnews[5]="CS Web Premium 4.0 Mac Boxed -- Special Donation, Admin Fee: $136.00 USD "; arnews[5] += "Application suite for designing and publishing web and mobile content"; arnews[5] += " Publ.Date : Wed, 16 Jun 2010 00:00:00 -0700"; arnews[5] += " "; arnews[6]="CS4 Production Premium Mac Boxed -- Special Donation, Admin Fee: $128.00 USD "; arnews[6] += "Application suite for creating video, audio, and interactive productions"; arnews[6] += " Publ.Date : Wed, 16 Jun 2010 00:00:00 -0700"; arnews[6] += " "; arnews[7]="CS Design Prem 4.0 Mac Boxed -- Special Donation, Admin Fee: $136.00 USD "; arnews[7] += "Application suite for creating print and electronic publications as well as mobile device content"; arnews[7] += " Publ.Date : Wed, 16 Jun 2010 00:00:00 -0700"; arnews[7] += " "; arnews[8]="Dreamweaver CS 4.0 Win Boxed -- Special Donation, Admin Fee: $25.00 USD "; arnews[8] += "Website and Internet application editor"; arnews[8] += " Publ.Date : Wed, 16 Jun 2010 00:00:00 -0700"; arnews[8] += " "; arnews[9]="CS Master Collection 4.0 Mac Boxed -- Special Donation, Admin Fee: $199.00 USD "; arnews[9] += "Application suite for creating content for print, web, interactive, mobile, film, and video"; arnews[9] += " Publ.Date : Wed, 16 Jun 2010 00:00:00 -0700"; arnews[9] += " "; totcount = 10; 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(" |