
// Please, don't touch it.
prDateAry=new Array();
prTitleAry=new Array();
prUrlAry=new Array();
prNewAry=new Array();




// List of Press Release.

prDateAry.push("June 25, 2009");
prTitleAry.push("NEC wins \"Progress in Commercial Deployment\" Femto Forum Femtocell Awards");
prUrlAry.push("http://www.nec.co.jp/press/en/0906/2502.html");
prNewAry.push(true);

prDateAry.push("February 6, 2009");
prTitleAry.push("NEC and TDC A/S partners to deploy the first Femtocell network in Denmark");
prUrlAry.push("http://www.nec.co.jp/press/en/0902/0601.html");
prNewAry.push(false);

prDateAry.push("February 6, 2009");
prTitleAry.push("NEC JOINS 'FEMTOZONE' AT MOBILE WORLD CONGRESS 2009");
prUrlAry.push("http://www.nec.co.jp/press/en/0902/0604.html");
prNewAry.push(false);

prDateAry.push("September 29, 2008");
prTitleAry.push("NEC Joins LTE/SAE Trial Initiative");
prUrlAry.push("http://www.nec.co.jp/press/en/0809/2902.html");
prNewAry.push(false);

prDateAry.push("September 22, 2008");
prTitleAry.push("NEC MAKES STRATEGIC INVESTMENT IN KINETO WIRELESS");
prUrlAry.push("http://www.nec.co.jp/press/en/0809/2203.html");
prNewAry.push(false);

prDateAry.push("September 22, 2008");
prTitleAry.push("NEC Receives World's First IMS-Based Femtocell System Order from SOFTBANK MOBILE");
prUrlAry.push("http://www.nec.co.jp/press/en/0809/2202.html");
prNewAry.push(false);

prDateAry.push("September 8, 2008");
prTitleAry.push("NEC chosen to supply Core Systems supporting NTT DoCoMo's Next Generation Mobile Phone Network, Super 3G");
prUrlAry.push("http://www.nec.co.jp/press/en/0809/0802.html");
prNewAry.push(false);

prDateAry.push("July 30, 2008");
prTitleAry.push("NEC Establishes LTE Demonstration Center");
prUrlAry.push("http://www.nec.co.jp/press/en/0807/3001.html");
prNewAry.push(false);

prDateAry.push("June 16, 2008");
prTitleAry.push("NEC Selects GENBAND as Femtocell Solution Partner");
prUrlAry.push("http://www.nec.co.jp/press/en/0806/1701.html");
prNewAry.push(false);

prDateAry.push("February 12, 2008");
prTitleAry.push("Alcatel-Lucent and NEC announce a Long Term Evolution (LTE) JV as the first step in a broader collaboration");
prUrlAry.push("http://www.nec.co.jp/press/en/0802/1202.html");
prNewAry.push(false);

prDateAry.push("November 6, 2007");
prTitleAry.push("NEC elected to the Femto Forum board NEC appointment supports growth and momentum of the femtocell industry association");
prUrlAry.push("http://www.nec.co.jp/press/en/0711/0601.html");
prNewAry.push(false);





