/*
	added 2007-04-10 by GMC
	EBSoftware.com
*/

			/* press release data arrays
				 pressReleases[0] - oldest press release
				 pressReleases[x][0] - date
				 pressReleases[x][1] - title
				 pressReleases[x][2] - body
				 
			*/
			// email address to send to
			var emailAddress = '<a href=""mailto:fsmith@ebsoftware.com"">fsmith@ebsoftware.com</a>';
			
			var pressReleases = new Array(2);		// two-dimensional array
																					// first element: press release
																					// second element: item within that press release
			pressReleases[0] = new Array(3);
			
			pressReleases[0][0] = "December 12, 2006";
			pressReleases[0][1] = "EBS Releases New Web Site";
			pressReleases[0][2] = "<p>In preparation for projected 2007 growth, EBS today released its new web site.  " +
														"Designed for easier use and navigation, the web site reflects the company's focus on its ability to outperform the " +
														"competition in delivering value-based IT projects with on and off-shore resources." +
														"</p><p>\"Off-shoring is extremely risky, with possible adverse repercussions to individuals and the company.  " +
														"\"The key need in off-shore projects is to have a proven strategy to reduce risk,\"" +
														"said Chris Farias, President.  \"We've evolved a process and methodology that we've " +
														"used over the last several years which has provided excellent results for our customers " +
														"and for us,\" Farias added. " +
														"</p><p>EBS intends to leverage its expertise and access to deliver results to prospects " +
														"and customers who want to do more with existing IT budgets, and who want to " +
														"reduce time to market.  The new web site is intended to highlight this and make " +
														"it easier for visitors to access information about the company. " +
														"</p><p>EBS is a Systems Integrator based in suburban Philadelphia in Broomall, PA.  EBS " +
														"has been delivering services to corporate America since 1992, and has " +
														"exceptional strengths in integration and application development. " +
														"</p><p>More information is available by contacting Frank Smith at 610-355-1978 " +
														"or " + emailAddress + "." +
														"</p>";
			
			pressReleases[1] = new Array(3);
			pressReleases[1][0] = "March 28, 2007";
			pressReleases[1][1] = "Eastern Business Software, Inc. (EBS) Announces Offshore Facility Fully Operational";
			pressReleases[1][2] = "<p>Doing business as EBS Solutions Private Ltd, EBS\' offshore facility in Pune, India is now fully operational." +
														" The unit offers custom application development and legacy application support for projects utilizing Microsoft and " +
														" Java technology stacks.  A niche area of service is support for Gupta Team Developer and SQLWindows. " + 
														" Search and Staffing services for local companies is also offered." +
														"</p>" +
														"<p>Mr. Pruthvish Dave, Managing Director of EBSS Pvt Ltd., is confident of very significant growth and success.  " +
														"\'In addition to serving the needs of EBS Inc, we support local Indian IT, manufacturing and pharmaceutical " +
														" companies as well,\' said Dave.  \'We project significant increases in head count and revenue, and are " +
														" prepared for the challenge the future has to offer,\' continued Dave." +
														" </p><p>\'Off-shoring is extremely risky,\' said Christopher Farias, President of EBS Inc in the US. " +
														"\'We have a proven strategy and methodology to reduce risk and achieve success,'\ continued Farias.  " +
														"'\This methodology has provided excellent results for EBS customers, and we look forward to helping " +
														" new customers who are exploring the off-shoring option.  The formation of EBSS is an integral part " +
														" of the risk containment and reduction strategy for our customers,'\ said Farias. " +
														"</p><p>EBS is a Consulting company with global reach, offering Systems Integration, Staffing, " +
														" and Custom Application Software Development services using Gupta Centura Team Developer, " +
														"Microsoft and Java technologies.  Based in suburban Philadelphia in Media, PA, EBS has been " +
														"delivering services to corporate America since 1992, and has exceptional strengths in " +
														"integration and application development.</p><p>More information is available by contacting Frank Smith " + 
														" at 610-355-1978 or " + emailAddress + "." +
														"</p>";