<!--
var prDate = new Array();
var prTitle = new Array();
var prUrl = new Array();
var prSynopsis = new Array();

var idx = -1;
// To add a new press release item, copy these lines:
//idx = idx + 1;
//prDate[idx] = "";
//prTitle[idx] = "";
//prUrl[idx] = "";
//prSynopsis[idx] = "";

// put new pr items below here

idx = idx + 1;
prDate[idx] = "9/25/2008";
prTitle[idx] = "Gradient to Exhibit at the 2008 CSICS";
prUrl[idx] = "news02_pr013.htm";
prSynopsis[idx] = "Gradient Emphasizes the Design Benefits of Fine-Grain IC Thermal Analysis at the 2008 IEEE Compound Semiconductor IC Symposium";

idx = idx + 1;
prDate[idx] = "5/22/2008";
prTitle[idx] = "Gradient to Exhibit at the 45th Design Automation Conference";
prUrl[idx] = "news02_pr012.htm";
prSynopsis[idx] = "Customers Validate Gradient's Nanoscale Thermal Simulation Products For Wide Range of IC Designs";

idx = idx + 1;
prDate[idx] = "5/17/2007";
prTitle[idx] = "Gradient to Exhibit at the 44th Design Automation Conference";
prUrl[idx] = "news02_pr011.htm";
prSynopsis[idx] = "Broadened Thermal Simulation Product Line Addresses Digital and Analog IC Designs";

idx = idx + 1;
prDate[idx] = "7/21/2006";
prTitle[idx] = "Gradient Design Automation Brings IC Thermal Verification to UMC";
prUrl[idx] = "news02_pr010.htm";
prSynopsis[idx] = "Gradient products, implemented in the UMC flow, poised to help designs operate within temperature specifications";

idx = idx + 1;
prDate[idx] = "7/12/2006";
prTitle[idx] = "Gradient Design Automation Names Industry Veteran Edmund Cheng as New President and CEO";
prUrl[idx] = "news02_pr09.htm";
prSynopsis[idx] = "Company&rsquo;s Founding CEO, Rajit Chandra, Assumes Role of CTO";

idx = idx + 1;
prDate[idx] = "June 16, 2006";
prTitle[idx] = "Gradient Design Automation and Flomerics Partner to Address Die-level Thermal Issues";
prUrl[idx] = "news02_pr08.htm";
prSynopsis[idx] = "";

idx = idx + 1;
prDate[idx] = "April 24, 2006";
prTitle[idx] = "Gradient Launches CircuitFire, First 3D Temperature Analysis for Analog/mixed-signal IC Designs";
prUrl[idx] = "news02_pr07.htm";
prSynopsis[idx] = "";

idx = idx + 1;
prDate[idx] = "April 4, 2006";
prTitle[idx] = "Gradient Wins EDN Innovation of the Year Award";
prUrl[idx] = "news02_pr06.htm";
prSynopsis[idx] = "FireBolt(TM), the EDA industry&rsquo;s first full-chip thermal analysis tool, recognized for providing detailed full-chip temperature information to IC designers";

//-->
