
var scripts = document.getElementsByTagName('script');
var myScript = scripts[ scripts.length - 1 ];

var queryString = myScript.src.replace(/^[^\?]+\??/,'');

var params = parseQuery( queryString );

function parseQuery ( query ) {
   var Params = new Object ();
   if ( ! query ) return Params; // return empty object
   var Pairs = query.split(/[;&]/);
   for ( var i = 0; i < Pairs.length; i++ ) {
      var KeyVal = Pairs[i].split('=');
      if ( ! KeyVal || KeyVal.length != 2 ) continue;
      var key = unescape( KeyVal[0] );
      var val = unescape( KeyVal[1] );
      val = val.replace(/\+/g, ' ');
      Params[key] = val;
   }
   return Params;
}

function MultiDimensionalArray(iRows,iCols) 
   {
   var i; 
   var j; 
   var a = new Array(iRows++);
   for (i=0; i < iRows; i++) 
      { 
      a[i] = new Array(iCols); 
      for (j=0; j < iCols; j++) 
         { 
         a[i][j] = ""; 
         } 
      } 
   return(a); 
} 

var wcnewsarray = new Array();
var idx = 0;

function reverseSort(a, b) 
   { 
   if(a > b)
      {return -1}
   if(a < b) 
      {return 1}
   return 0 
   } 

function dspnews(nitems, ntype, ncat, fcat, dmode, fyear)
   {
   var nidx = 0;
   for (var i in wcnewsarray.sort(reverseSort))
      {
      mytemp = eval('wc' + wcnewsarray[i]); 
      for (var y in mytemp.sort(reverseSort))
         {
         if (((mytemp[y][0].toString().indexOf(fyear) > -1) && fyear > -1) || fyear == 0)
         if (((mytemp[y][8].indexOf('|' + fcat) > -1) && fcat > -1) || fcat == 0)
         if(((mytemp[y][4] == "h" && dmode == "h") || (mytemp[y][5] == "a" && dmode == "a")) && (mytemp[y][10] == ncat))
            {
            if (dmode == "h")
               {
               if (nidx == 0)
                  {
                  document.write('<div id="BxNewsLinks"><h3>Corporate Headlines <img width="200" height="1"><a target="_blank" href="http://investor.baxter.com/phoenix.zhtml?c=86121&p=irol-alerts"><img style="margin-top:2px;margin-bottom:-2px;" border="0" src="http://www.baxter.com/images/home/email_alerts.gif"></a>&nbsp;&nbsp;&nbsp;<a href="http://www.baxter.com/information/rss.html"><img style="margin-left:10px;margin-top:2px;margin-bottom:-2px;" border="0" src="http://www.baxter.com/images/home/rss.jpg"></a></h3><table border="0" cellspacing="0" cellpadding="0"><tr><td class="BxCol">');
                  }
               if (nidx == 3)
                  {
                  document.write('</td><td class="BxGutter">&nbsp;</td><td class="BxCol">');
                  }
               if (mytemp[y][3].indexOf("http") > -1)
                  {
                  document.write('<p><a target="' + mytemp[y][7] + '" href="' + mytemp[y][3] + '">');
                  }
               else
                  {
                  document.write('<p><a target="' + mytemp[y][7] + '" href="http://www.baxter.com' + mytemp[y][3] + '">');
                  }
               document.write(mytemp[y][1] + '</a><span class="BxNewsDate">['+mytemp[y][6]+']</span></p>');
               }
            else
               {
               if (mytemp[y][10] == "M" && dmode == "a" && ntype == "a")
                  {
                  }
               else
                  {
                  document.write('<h2>' + mytemp[y][6] + ' </h2>');
                  }
               if(mytemp[y][3].length > 4)
                  {
                  var ptext = "";
                  if (mytemp[y][9] == "PPT")
                     ptext = "PRESENTATION";
                  else if (mytemp[y][9] == "PDF")
                     ptext = "PDF";
                  else if (mytemp[y][9] == "WC")
                     ptext = "WEBCAST";
                  else if (mytemp[y][9] == "PC")
                     ptext = "PODCAST";

                  if (mytemp[y][10] == "M" && dmode == "a" && ntype == "a")
                     {
                     document.write('<table cellpadding="0" cellspacing="0" border="0" style="font-size:9pt;"><tr>');
                     if (mytemp[y].length > 11)
                     if (mytemp[y][11].length > 2)
                        {
                        document.write('<td valign="top" width="1"><img width="90px" border="1" src="' + mytemp[y][11] + '"></td><td>&nbsp;&nbsp;</td>');
                        }
                     document.write('<td valign="top">');
                     document.write('<B>' + mytemp[y][6] + ' </b>');
                     }
                  if (mytemp[y][3].indexOf("http") > -1)
                     {
                     document.write('<a target="' + mytemp[y][7] + '" href="' + mytemp[y][3] + '"><span class="ptext">'+ ptext +'</span><img border="0" src="/includes/baxPR/'+ mytemp[y][9] +'_icon.gif"/></a>');
                     }
                  else
                     {
                     document.write('<a target="' + mytemp[y][7] + '" href="http://www.baxter.com' + mytemp[y][3] + '"><span class="ptext">'+ ptext +'</span><img border="0" src="/includes/baxPR/'+ mytemp[y][9] +'_icon.gif"/></a>');
                     }
                  document.write('<br>');
                  if (mytemp[y][3].indexOf("http") > -1)
                     {
                     document.write('<a target="' + mytemp[y][7] + '" href="' + mytemp[y][3] + '">'+ mytemp[y][1] +'</a>');
                     }
                  else
                     {
                     document.write('<a target="' + mytemp[y][7] + '" href="http://www.baxter.com' + mytemp[y][3] + '">'+ mytemp[y][1] +'</a>');
                     }
                  if (mytemp[y][10] == "M" && dmode == "a" && ntype == "a")
                     {
                     if (mytemp[y].length > 11)
                     if (mytemp[y][12].length > 2)
                        {
                        document.write('<br>' + mytemp[y][12]);
                        }
                     document.write('</td></tr></table>');
                     }
                  }
               document.write('<br><hr>');
               }
            nidx++;
            if(nidx >= nitems)
               {
               if (dmode == "h")
                  {
                  document.write('</td></tr></table></div>');
                  }

               return;
               }
            }
         }
      }
   }
var wc20060101 = MultiDimensionalArray(18,9);
wcnewsarray[idx++] = 20060101;
wc20060101[0][0] = 20060330;
wc20060101[0][1] = "Baxter Names Karenann Terrell Chief Information Officer <span class=documentinfo></span>";
wc20060101[0][2] = "";
wc20060101[0][3] = "/about_baxter/news_room/news_releases/2006/03-30-06-karenann_terrell.html";
wc20060101[0][4] = "h";
wc20060101[0][5] = "a";
wc20060101[0][6] = "Mar 30, 2006";
wc20060101[0][7] = "_top";
wc20060101[0][8] = "|1";
wc20060101[0][9] = "1";
wc20060101[0][10] = "R";
wc20060101[0][11] = "";
wc20060101[0][12] = "";

wc20060101[1][0] = 20060330;
wc20060101[1][1] = "Baxter Kicks Off Second Annual CAMP SUPERFLY Program For The Bleeding And Clotting Disorders Community <span class=documentinfo></span>";
wc20060101[1][2] = "";
wc20060101[1][3] = "/about_baxter/news_room/news_releases/2006/03-30-06-camp_superfly.html";
wc20060101[1][4] = "h";
wc20060101[1][5] = "a";
wc20060101[1][6] = "Mar 30, 2006";
wc20060101[1][7] = "_top";
wc20060101[1][8] = "|1|2";
wc20060101[1][9] = "1";
wc20060101[1][10] = "R";
wc20060101[1][11] = "";
wc20060101[1][12] = "";

wc20060101[2][0] = 20060329;
wc20060101[2][1] = "Baxter Names Cheryl White Corporate V.P. Quality <span class=documentinfo></span>";
wc20060101[2][2] = "";
wc20060101[2][3] = "/about_baxter/news_room/news_releases/2006/03-29-06-cwhiteannouncement.html";
wc20060101[2][4] = "h";
wc20060101[2][5] = "a";
wc20060101[2][6] = "Mar 29, 2006";
wc20060101[2][7] = "_top";
wc20060101[2][8] = "|1";
wc20060101[2][9] = "1";
wc20060101[2][10] = "R";
wc20060101[2][11] = "";
wc20060101[2][12] = "";

wc20060101[3][0] = 20060323;
wc20060101[3][1] = "Baxter Announces Launch of Authorized Generic Azithromycin for Injection <span class=documentinfo></span>";
wc20060101[3][2] = "";
wc20060101[3][3] = "/about_baxter/news_room/news_releases/2006/03-23-06-azithromycin.html";
wc20060101[3][4] = "h";
wc20060101[3][5] = "a";
wc20060101[3][6] = "Mar 23, 2006";
wc20060101[3][7] = "_top";
wc20060101[3][8] = "|1|7";
wc20060101[3][9] = "1";
wc20060101[3][10] = "R";
wc20060101[3][11] = "";
wc20060101[3][12] = "";

wc20060101[4][0] = 20060322;
wc20060101[4][1] = "Baxter Announces Investment of $60 Million To Expand Manufacturing Capacity In China <span class=documentinfo></span>";
wc20060101[4][2] = "";
wc20060101[4][3] = "/about_baxter/news_room/news_releases/2006/03-22-06-china_expansion.html";
wc20060101[4][4] = "h";
wc20060101[4][5] = "a";
wc20060101[4][6] = "Mar 22, 2006";
wc20060101[4][7] = "_top";
wc20060101[4][8] = "|1";
wc20060101[4][9] = "1";
wc20060101[4][10] = "R";
wc20060101[4][11] = "";
wc20060101[4][12] = "";

wc20060101[5][0] = 20060316;
wc20060101[5][1] = "International Survey of Practices in Hemophilia A Treatment Published in &lt;i&gt;Haemophilia&lt;/i&gt; <span class=documentinfo></span>";
wc20060101[5][2] = "";
wc20060101[5][3] = "/about_baxter/news_room/news_releases/2006/03-16-06-hemophilia_practices_survey.html";
wc20060101[5][4] = "h";
wc20060101[5][5] = "a";
wc20060101[5][6] = "Mar 16, 2006";
wc20060101[5][7] = "_top";
wc20060101[5][8] = "|1|2";
wc20060101[5][9] = "1";
wc20060101[5][10] = "R";
wc20060101[5][11] = "";
wc20060101[5][12] = "";

wc20060101[6][0] = 20060307;
wc20060101[6][1] = "Baxter Commences First-Of-Its-Kind, Phase II Adult Stem Cell Trial in U.S. In Patients With Severe Coronary Artery Disease <span class=documentinfo></span>";
wc20060101[6][2] = "";
wc20060101[6][3] = "/about_baxter/news_room/news_releases/2006/03-07-06-stem_cell_trial.html";
wc20060101[6][4] = "h";
wc20060101[6][5] = "a";
wc20060101[6][6] = "Mar 07, 2006";
wc20060101[6][7] = "_top";
wc20060101[6][8] = "|1|2";
wc20060101[6][9] = "1";
wc20060101[6][10] = "R";
wc20060101[6][11] = "";
wc20060101[6][12] = "";

wc20060101[7][0] = 20060306;
wc20060101[7][1] = "Baxter Study Verifies Inactivation of Influenza H5N1 Virus During Manufacture of its Plasma-Derived Therapies <span class=documentinfo></span>";
wc20060101[7][2] = "";
wc20060101[7][3] = "/about_baxter/news_room/news_releases/2006/03-06-06-flu_inactivation.html";
wc20060101[7][4] = "h";
wc20060101[7][5] = "a";
wc20060101[7][6] = "Mar 06, 2006";
wc20060101[7][7] = "_top";
wc20060101[7][8] = "|1|2";
wc20060101[7][9] = "1";
wc20060101[7][10] = "R";
wc20060101[7][11] = "";
wc20060101[7][12] = "";

wc20060101[8][0] = 20060224;
wc20060101[8][1] = "Baxter Receives Contract From National Health Service in United Kingdom to Produce Stockpile of H5N1 Flu Vaccine <span class=documentinfo></span>";
wc20060101[8][2] = "";
wc20060101[8][3] = "/about_baxter/news_room/news_releases/2006/02-24-06-uk_flu_vaccine.html";
wc20060101[8][4] = "h";
wc20060101[8][5] = "a";
wc20060101[8][6] = "Feb 24, 2006";
wc20060101[8][7] = "_top";
wc20060101[8][8] = "|1|2";
wc20060101[8][9] = "1";
wc20060101[8][10] = "R";
wc20060101[8][11] = "";
wc20060101[8][12] = "";

wc20060101[9][0] = 20060216;
wc20060101[9][1] = "Baxter Issues Shares to Settle Equity Units <span class=documentinfo></span>";
wc20060101[9][2] = "";
wc20060101[9][3] = "/about_baxter/news_room/news_releases/2006/02-16-06-equity_units.html";
wc20060101[9][4] = "h";
wc20060101[9][5] = "a";
wc20060101[9][6] = "Feb 16, 2006";
wc20060101[9][7] = "_top";
wc20060101[9][8] = "|1|3";
wc20060101[9][9] = "1";
wc20060101[9][10] = "R";
wc20060101[9][11] = "";
wc20060101[9][12] = "";

wc20060101[10][0] = 20060215;
wc20060101[10][1] = "Baxter\'s Board Authorizes $1.5 Billion Share Repurchase Program <span class=documentinfo></span>";
wc20060101[10][2] = "";
wc20060101[10][3] = "/about_baxter/news_room/news_releases/2006/02-15-06-share_repurchase.html";
wc20060101[10][4] = "h";
wc20060101[10][5] = "a";
wc20060101[10][6] = "Feb 15, 2006";
wc20060101[10][7] = "_top";
wc20060101[10][8] = "|1|3";
wc20060101[10][9] = "1";
wc20060101[10][10] = "R";
wc20060101[10][11] = "";
wc20060101[10][12] = "";

wc20060101[11][0] = 20060213;
wc20060101[11][1] = "Cerus Obtains Exclusive Rights to INTERCEPT Blood System from Baxter <span class=documentinfo></span>";
wc20060101[11][2] = "";
wc20060101[11][3] = "/about_baxter/news_room/news_releases/2006/02-13-06-intercept.html";
wc20060101[11][4] = "h";
wc20060101[11][5] = "a";
wc20060101[11][6] = "Feb 13, 2006";
wc20060101[11][7] = "_top";
wc20060101[11][8] = "|1";
wc20060101[11][9] = "1";
wc20060101[11][10] = "R";
wc20060101[11][11] = "";
wc20060101[11][12] = "";

wc20060101[12][0] = 20060208;
wc20060101[12][1] = "Halozyme Therapeutics and Baxter Release Results from the INFUSE-LR Study <span class=documentinfo></span>";
wc20060101[12][2] = "";
wc20060101[12][3] = "/about_baxter/news_room/news_releases/2006/02-08-06-infuse_study.html";
wc20060101[12][4] = "h";
wc20060101[12][5] = "a";
wc20060101[12][6] = "Feb 08, 2006";
wc20060101[12][7] = "_top";
wc20060101[12][8] = "|1|7";
wc20060101[12][9] = "1";
wc20060101[12][10] = "R";
wc20060101[12][11] = "";
wc20060101[12][12] = "";

wc20060101[13][0] = 20060202;
wc20060101[13][1] = "Baxter Announces Classification of Letter to Customers Regarding COLLEAGUE Infusion Pumps <span class=documentinfo></span>";
wc20060101[13][2] = "";
wc20060101[13][3] = "/about_baxter/news_room/news_releases/2006/02-02-06-colleague_recall.html";
wc20060101[13][4] = "h";
wc20060101[13][5] = "a";
wc20060101[13][6] = "Feb 02, 2006";
wc20060101[13][7] = "_top";
wc20060101[13][8] = "|1|7";
wc20060101[13][9] = "1";
wc20060101[13][10] = "R";
wc20060101[13][11] = "";
wc20060101[13][12] = "";

wc20060101[14][0] = 20060131;
wc20060101[14][1] = "Baxter\'s ADVATE Achieves One Billion Unit Milestone <span class=documentinfo></span>";
wc20060101[14][2] = "";
wc20060101[14][3] = "/about_baxter/news_room/news_releases/2006/01-31-06-advate_billion.html";
wc20060101[14][4] = "h";
wc20060101[14][5] = "a";
wc20060101[14][6] = "Jan 31, 2006";
wc20060101[14][7] = "_top";
wc20060101[14][8] = "|1|2";
wc20060101[14][9] = "1";
wc20060101[14][10] = "R";
wc20060101[14][11] = "";
wc20060101[14][12] = "";

wc20060101[15][0] = 20060126;
wc20060101[15][1] = "Baxter Reports Financial Results for the Fourth Quarter and Full-Year 2005 <span class=documentinfo></span>";
wc20060101[15][2] = "";
wc20060101[15][3] = "/about_baxter/news_room/news_releases/2006/01-26-06-yearendearnings.html";
wc20060101[15][4] = "h";
wc20060101[15][5] = "a";
wc20060101[15][6] = "Jan 26, 2006";
wc20060101[15][7] = "_top";
wc20060101[15][8] = "|1";
wc20060101[15][9] = "1";
wc20060101[15][10] = "R";
wc20060101[15][11] = "";
wc20060101[15][12] = "";

wc20060101[16][0] = 20060125;
wc20060101[16][1] = "Baxter Mourns Passing of William B. Graham, Pioneer and Long-Time Leader in Healthcare <span class=documentinfo></span>";
wc20060101[16][2] = "";
wc20060101[16][3] = "/about_baxter/news_room/news_releases/2006/01-25-06-wbgraham.html";
wc20060101[16][4] = "h";
wc20060101[16][5] = "a";
wc20060101[16][6] = "Jan 25, 2006";
wc20060101[16][7] = "_top";
wc20060101[16][8] = "|1";
wc20060101[16][9] = "1";
wc20060101[16][10] = "R";
wc20060101[16][11] = "";
wc20060101[16][12] = "";

wc20060101[17][0] = 20060125;
wc20060101[17][1] = "Baxter Receives Marketing Authorization from the European Commission for KIOVIG to Treat Immunodeficiencies <span class=documentinfo></span>";
wc20060101[17][2] = "";
wc20060101[17][3] = "/about_baxter/news_room/news_releases/2006/01-25-06-kiovig.html";
wc20060101[17][4] = "h";
wc20060101[17][5] = "a";
wc20060101[17][6] = "Jan 25, 2006";
wc20060101[17][7] = "_top";
wc20060101[17][8] = "|1";
wc20060101[17][9] = "1";
wc20060101[17][10] = "R";
wc20060101[17][11] = "";
wc20060101[17][12] = "";

wc20060101[18][0] = 20060109;
wc20060101[18][1] = "Baxter Expands BioSurgery Product Portfolio with FDA 510(K) Marketing Clearance for TricOs&trade; T Bone Void Filler <span class=documentinfo></span>";
wc20060101[18][2] = "";
wc20060101[18][3] = "/about_baxter/news_room/news_releases/2006/01-09-06-tricos.html";
wc20060101[18][4] = "h";
wc20060101[18][5] = "a";
wc20060101[18][6] = "Jan 09, 2006";
wc20060101[18][7] = "_top";
wc20060101[18][8] = "|1";
wc20060101[18][9] = "1";
wc20060101[18][10] = "R";
wc20060101[18][11] = "";
wc20060101[18][12] = "";

var wc20060401 = MultiDimensionalArray(17,9);
wcnewsarray[idx++] = 20060401;
wc20060401[0][0] = 20060525;
wc20060401[0][1] = "Baxter Est Reconnue Par L\'association Canadienne Des Directeurs De Cliniques D\'h&eacute;mophilie <span class=documentinfo></span>";
wc20060401[0][2] = "";
wc20060401[0][3] = "/about_baxter/news_room/news_releases/2006/05-25-06-canada_recognition_french.html";
wc20060401[0][4] = "h";
wc20060401[0][5] = "a";
wc20060401[0][6] = "May 25, 2006";
wc20060401[0][7] = "_top";
wc20060401[0][8] = "|1|2";
wc20060401[0][9] = "1";
wc20060401[0][10] = "R";
wc20060401[0][11] = "";
wc20060401[0][12] = "";

wc20060401[1][0] = 20060525;
wc20060401[1][1] = "Baxter is Recognized by the Association of Hemophilia Clinic Directors of Canada <span class=documentinfo></span>";
wc20060401[1][2] = "";
wc20060401[1][3] = "/about_baxter/news_room/news_releases/2006/05-25-06-canada_recognition.html";
wc20060401[1][4] = "h";
wc20060401[1][5] = "a";
wc20060401[1][6] = "May 25, 2006";
wc20060401[1][7] = "_top";
wc20060401[1][8] = "|1|2";
wc20060401[1][9] = "1";
wc20060401[1][10] = "R";
wc20060401[1][11] = "";
wc20060401[1][12] = "";

wc20060401[2][0] = 20060523;
wc20060401[2][1] = "Baxter Announces Winners of &quot;Picture Your Tomorrow, Today&quot; Global Photo Contest <span class=documentinfo></span>";
wc20060401[2][2] = "";
wc20060401[2][3] = "/about_baxter/news_room/news_releases/2006/05-23-06-photo_contest.html";
wc20060401[2][4] = "h";
wc20060401[2][5] = "a";
wc20060401[2][6] = "May 23, 2006";
wc20060401[2][7] = "_top";
wc20060401[2][8] = "|1|2";
wc20060401[2][9] = "1";
wc20060401[2][10] = "R";
wc20060401[2][11] = "";
wc20060401[2][12] = "";

wc20060401[3][0] = 20060518;
wc20060401[3][1] = "Baxter and Jerini Advance Program to Develop Non-Intravenous Hemophilia Therapy <span class=documentinfo></span>";
wc20060401[3][2] = "";
wc20060401[3][3] = "/about_baxter/news_room/news_releases/2006/05-18-06-non-intravenous_therapy.html";
wc20060401[3][4] = "h";
wc20060401[3][5] = "a";
wc20060401[3][6] = "May 18, 2006";
wc20060401[3][7] = "_top";
wc20060401[3][8] = "|1|5|7";
wc20060401[3][9] = "1";
wc20060401[3][10] = "R";
wc20060401[3][11] = "";
wc20060401[3][12] = "";

wc20060401[4][0] = 20060517;
wc20060401[4][1] = "Baxter Collaborates With Gambro BCT on 7-Day Platelet Study to Speed Adoption <span class=documentinfo></span>";
wc20060401[4][2] = "";
wc20060401[4][3] = "/about_baxter/news_room/news_releases/2006/05-17-06-platelet_study.html";
wc20060401[4][4] = "h";
wc20060401[4][5] = "a";
wc20060401[4][6] = "May 17, 2006";
wc20060401[4][7] = "_top";
wc20060401[4][8] = "|1|2|5";
wc20060401[4][9] = "1";
wc20060401[4][10] = "R";
wc20060401[4][11] = "";
wc20060401[4][12] = "";

wc20060401[5][0] = 20060517;
wc20060401[5][1] = "Baxter Appoints John Greisch President of International; Treasurer Robert Davis Succeeds Greisch as CFO <span class=documentinfo></span>";
wc20060401[5][2] = "";
wc20060401[5][3] = "/about_baxter/news_room/news_releases/2006/05-17-06-greisch_davis.htm";
wc20060401[5][4] = "h";
wc20060401[5][5] = "a";
wc20060401[5][6] = "May 17, 2006";
wc20060401[5][7] = "_top";
wc20060401[5][8] = "|1|3";
wc20060401[5][9] = "1";
wc20060401[5][10] = "R";
wc20060401[5][11] = "";
wc20060401[5][12] = "";

wc20060401[6][0] = 20060517;
wc20060401[6][1] = "U.S. EPA Recognizes Baxter as a Recipient of 2006 Climate Protection Award <span class=documentinfo></span>";
wc20060401[6][2] = "";
wc20060401[6][3] = "/about_baxter/news_room/news_releases/2006/05-17-06-epa_award.html";
wc20060401[6][4] = "h";
wc20060401[6][5] = "a";
wc20060401[6][6] = "May 17, 2006";
wc20060401[6][7] = "_top";
wc20060401[6][8] = "|1|7";
wc20060401[6][9] = "1";
wc20060401[6][10] = "R";
wc20060401[6][11] = "";
wc20060401[6][12] = "";

wc20060401[7][0] = 20060515;
wc20060401[7][1] = "Baxter\'s Board Appoints New Corporate Officers, Including Heads of Regional Businesses in Latin America and Asia Pacific <span class=documentinfo></span>";
wc20060401[7][2] = "";
wc20060401[7][3] = "/about_baxter/news_room/news_releases/2006/05-15-06-corporate_officers.html";
wc20060401[7][4] = "h";
wc20060401[7][5] = "a";
wc20060401[7][6] = "May 15, 2006";
wc20060401[7][7] = "_top";
wc20060401[7][8] = "|1";
wc20060401[7][9] = "1";
wc20060401[7][10] = "R";
wc20060401[7][11] = "";
wc20060401[7][12] = "";

wc20060401[8][0] = 20060509;
wc20060401[8][1] = "Baxter Highlights Significant Financial Progress and Recent Investments at Annual Meeting of Shareholders <span class=documentinfo></span>";
wc20060401[8][2] = "";
wc20060401[8][3] = "/about_baxter/news_room/news_releases/2006/05-09-06-annual_meeting.html";
wc20060401[8][4] = "h";
wc20060401[8][5] = "a";
wc20060401[8][6] = "May 09, 2006";
wc20060401[8][7] = "_top";
wc20060401[8][8] = "|1|3";
wc20060401[8][9] = "1";
wc20060401[8][10] = "R";
wc20060401[8][11] = "";
wc20060401[8][12] = "";

wc20060401[9][0] = 20060509;
wc20060401[9][1] = "Baxter Receives FDA Approval for Ultra-High Dosage Strength of ADVATE for Hemophilia A <span class=documentinfo></span>";
wc20060401[9][2] = "";
wc20060401[9][3] = "/about_baxter/news_room/news_releases/2006/05-09-06-advate.html";
wc20060401[9][4] = "h";
wc20060401[9][5] = "a";
wc20060401[9][6] = "May 09, 2006";
wc20060401[9][7] = "_top";
wc20060401[9][8] = "|1|2";
wc20060401[9][9] = "1";
wc20060401[9][10] = "R";
wc20060401[9][11] = "";
wc20060401[9][12] = "";

wc20060401[10][0] = 20060504;
wc20060401[10][1] = "Baxter to Participate in Development of Cell-Based Vaccines for U.S. Department of Health and Human Services <span class=documentinfo></span>";
wc20060401[10][2] = "";
wc20060401[10][3] = "/about_baxter/news_room/news_releases/2006/05-04-06-hhs_flu_vaccine.html";
wc20060401[10][4] = "h";
wc20060401[10][5] = "a";
wc20060401[10][6] = "May 04, 2006";
wc20060401[10][7] = "_top";
wc20060401[10][8] = "|1|2";
wc20060401[10][9] = "1";
wc20060401[10][10] = "R";
wc20060401[10][11] = "";
wc20060401[10][12] = "";

wc20060401[11][0] = 20060420;
wc20060401[11][1] = "Baxter Reports First Quarter Earnings Per Diluted Share of $0.43, An Increase of 19 Percent <span class=documentinfo></span>";
wc20060401[11][2] = "";
wc20060401[11][3] = "/about_baxter/news_room/news_releases/2006/04-20-06-first_qtr_earnings.html";
wc20060401[11][4] = "h";
wc20060401[11][5] = "a";
wc20060401[11][6] = "Apr 20, 2006";
wc20060401[11][7] = "_top";
wc20060401[11][8] = "|1";
wc20060401[11][9] = "1";
wc20060401[11][10] = "R";
wc20060401[11][11] = "";
wc20060401[11][12] = "";

wc20060401[12][0] = 20060418;
wc20060401[12][1] = "Baxter Announces New AVIVA Line of Intravenous Solutions <span class=documentinfo></span>";
wc20060401[12][2] = "";
wc20060401[12][3] = "/about_baxter/news_room/news_releases/2006/04-18-06-aviva_approval.html";
wc20060401[12][4] = "h";
wc20060401[12][5] = "a";
wc20060401[12][6] = "Apr 18, 2006";
wc20060401[12][7] = "_top";
wc20060401[12][8] = "|1|7";
wc20060401[12][9] = "1";
wc20060401[12][10] = "R";
wc20060401[12][11] = "";
wc20060401[12][12] = "";

wc20060401[13][0] = 20060413;
wc20060401[13][1] = "Baxter Highlights Work of World Federation of Hemophilia in Addressing Global Disparities in Hemophilia Care <span class=documentinfo></span>";
wc20060401[13][2] = "";
wc20060401[13][3] = "/about_baxter/news_room/news_releases/2006/04-13-06-world_hemo_day.html";
wc20060401[13][4] = "h";
wc20060401[13][5] = "a";
wc20060401[13][6] = "Apr 13, 2006";
wc20060401[13][7] = "_top";
wc20060401[13][8] = "|1";
wc20060401[13][9] = "1";
wc20060401[13][10] = "R";
wc20060401[13][11] = "";
wc20060401[13][12] = "";

wc20060401[14][0] = 20060410;
wc20060401[14][1] = "Baxter Executive Named Working Mother of the Year <span class=documentinfo></span>";
wc20060401[14][2] = "";
wc20060401[14][3] = "/about_baxter/news_room/news_releases/2006/04-10-06-working_mother_award.html";
wc20060401[14][4] = "h";
wc20060401[14][5] = "a";
wc20060401[14][6] = "Apr 10, 2006";
wc20060401[14][7] = "_top";
wc20060401[14][8] = "|1|4";
wc20060401[14][9] = "1";
wc20060401[14][10] = "R";
wc20060401[14][11] = "";
wc20060401[14][12] = "";

wc20060401[15][0] = 20060405;
wc20060401[15][1] = "Baxter Launches Enhanced Grant Program To Promote Scientific Advancement and Training In Treatment of Kidney Disease <span class=documentinfo></span>";
wc20060401[15][2] = "";
wc20060401[15][3] = "/about_baxter/news_room/news_releases/2006/04-05-06-grant_program.html";
wc20060401[15][4] = "h";
wc20060401[15][5] = "a";
wc20060401[15][6] = "Apr 05, 2006";
wc20060401[15][7] = "_top";
wc20060401[15][8] = "|1|8";
wc20060401[15][9] = "1";
wc20060401[15][10] = "R";
wc20060401[15][11] = "";
wc20060401[15][12] = "";

wc20060401[16][0] = 20060404;
wc20060401[16][1] = "More Than 10,000 People Screened For AAT Deficiency Through Baxter-Sponsored Effort <span class=documentinfo></span>";
wc20060401[16][2] = "";
wc20060401[16][3] = "/about_baxter/news_room/news_releases/2006/04-04-06-aat_screening.html";
wc20060401[16][4] = "h";
wc20060401[16][5] = "a";
wc20060401[16][6] = "Apr 04, 2006";
wc20060401[16][7] = "_top";
wc20060401[16][8] = "|1|2";
wc20060401[16][9] = "1";
wc20060401[16][10] = "R";
wc20060401[16][11] = "";
wc20060401[16][12] = "";

wc20060401[17][0] = 20060403;
wc20060401[17][1] = "Baxter Names Jeanne K. Mason Corporate Vice President, Human Resources <span class=documentinfo></span>";
wc20060401[17][2] = "";
wc20060401[17][3] = "/about_baxter/news_room/news_releases/2006/04-03-06-jeanne_mason.html";
wc20060401[17][4] = "h";
wc20060401[17][5] = "a";
wc20060401[17][6] = "Apr 03, 2006";
wc20060401[17][7] = "_top";
wc20060401[17][8] = "|1";
wc20060401[17][9] = "1";
wc20060401[17][10] = "R";
wc20060401[17][11] = "";
wc20060401[17][12] = "";

var wc20060601 = MultiDimensionalArray(9,9);
wcnewsarray[idx++] = 20060601;
wc20060601[0][0] = 20060814;
wc20060601[0][1] = "Genetics Alliance Recognizes Baxter for Screening Program to Identify Patients At Risk for Hereditary Emphysema <span class=documentinfo></span>";
wc20060601[0][2] = "";
wc20060601[0][3] = "/about_baxter/news_room/news_releases/2006/08-14-06-genetics_alliance.html";
wc20060601[0][4] = "h";
wc20060601[0][5] = "a";
wc20060601[0][6] = "Aug 14, 2006";
wc20060601[0][7] = "_top";
wc20060601[0][8] = "";
wc20060601[0][9] = "1";
wc20060601[0][10] = "R";
wc20060601[0][11] = "";
wc20060601[0][12] = "";

wc20060601[1][0] = 20060802;
wc20060601[1][1] = "Baxter Receives Health Canada Approval for ADVATE <span class=documentinfo></span>";
wc20060601[1][2] = "";
wc20060601[1][3] = "/about_baxter/news_room/news_releases/2006/08-02-06-advate_canada.html";
wc20060601[1][4] = "h";
wc20060601[1][5] = "a";
wc20060601[1][6] = "Aug 02, 2006";
wc20060601[1][7] = "_top";
wc20060601[1][8] = "|1|2";
wc20060601[1][9] = "1";
wc20060601[1][10] = "R";
wc20060601[1][11] = "";
wc20060601[1][12] = "";

wc20060601[2][0] = 20060802;
wc20060601[2][1] = "Baxter Obtient L&acute;approbation de Sant&eacute; Canada Pour ADVATE <span class=documentinfo></span>";
wc20060601[2][2] = "";
wc20060601[2][3] = "/about_baxter/news_room/news_releases/2006/08-02-06-advate_canada_fr.html";
wc20060601[2][4] = "h";
wc20060601[2][5] = "a";
wc20060601[2][6] = "Aug 02, 2006";
wc20060601[2][7] = "_top";
wc20060601[2][8] = "|1|2";
wc20060601[2][9] = "1";
wc20060601[2][10] = "R";
wc20060601[2][11] = "";
wc20060601[2][12] = "";

wc20060601[3][0] = 20060801;
wc20060601[3][1] = "FDA Approves ADEPT&reg; Adhesion Reduction Solution [4% Icodextrin Solution] <span class=documentinfo></span>";
wc20060601[3][2] = "";
wc20060601[3][3] = "/about_baxter/news_room/news_releases/2006/08-01-06-adept.html";
wc20060601[3][4] = "h";
wc20060601[3][5] = "a";
wc20060601[3][6] = "Aug 01, 2006";
wc20060601[3][7] = "_top";
wc20060601[3][8] = "|1|5|7";
wc20060601[3][9] = "1";
wc20060601[3][10] = "R";
wc20060601[3][11] = "";
wc20060601[3][12] = "";

wc20060601[4][0] = 20060720;
wc20060601[4][1] = "Baxter\'s Second Quarter Sales and Earnings Exceed Expectations <span class=documentinfo></span>";
wc20060601[4][2] = "";
wc20060601[4][3] = "/about_baxter/news_room/news_releases/2006/07-20-06-second_qtr_earnings.html";
wc20060601[4][4] = "h";
wc20060601[4][5] = "a";
wc20060601[4][6] = "Jul 20, 2006";
wc20060601[4][7] = "_top";
wc20060601[4][8] = "|1|3";
wc20060601[4][9] = "1";
wc20060601[4][10] = "R";
wc20060601[4][11] = "";
wc20060601[4][12] = "";

wc20060601[5][0] = 20060705;
wc20060601[5][1] = "Baxter Initiates Clinical Study With Cell-Based Candidate H5N1 Pandemic Vaccine <span class=documentinfo></span>";
wc20060601[5][2] = "";
wc20060601[5][3] = "/about_baxter/news_room/news_releases/2006/07-05-06-h5n1_vaccine.html";
wc20060601[5][4] = "h";
wc20060601[5][5] = "a";
wc20060601[5][6] = "Jul 05, 2006";
wc20060601[5][7] = "_top";
wc20060601[5][8] = "|1|2";
wc20060601[5][9] = "1";
wc20060601[5][10] = "R";
wc20060601[5][11] = "";
wc20060601[5][12] = "";

wc20060601[6][0] = 20060629;
wc20060601[6][1] = "Baxter and FDA Reach Agreement on Next Steps for U.S. Infusion Pumps <span class=documentinfo></span>";
wc20060601[6][2] = "";
wc20060601[6][3] = "/about_baxter/news_room/news_releases/2006/06-29-06-consent_decree.html";
wc20060601[6][4] = "h";
wc20060601[6][5] = "a";
wc20060601[6][6] = "Jun 29, 2006";
wc20060601[6][7] = "_top";
wc20060601[6][8] = "|1|7";
wc20060601[6][9] = "1";
wc20060601[6][10] = "R";
wc20060601[6][11] = "";
wc20060601[6][12] = "";

wc20060601[7][0] = 20060627;
wc20060601[7][1] = "Halozyme and Baxter Announce Availability of Hylenex for Subcutaneous Delivery of Medications and Fluids <span class=documentinfo></span>";
wc20060601[7][2] = "";
wc20060601[7][3] = "/about_baxter/news_room/news_releases/2006/06-27-06-hylenex_approval.html";
wc20060601[7][4] = "h";
wc20060601[7][5] = "a";
wc20060601[7][6] = "Jun 27, 2006";
wc20060601[7][7] = "_top";
wc20060601[7][8] = "|1|5|7";
wc20060601[7][9] = "1";
wc20060601[7][10] = "R";
wc20060601[7][11] = "";
wc20060601[7][12] = "";

wc20060601[8][0] = 20060620;
wc20060601[8][1] = "Baxter Supports Prioritisation of Primary Immunodeficiencies as EU Public Health Priority <span class=documentinfo></span>";
wc20060601[8][2] = "";
wc20060601[8][3] = "/about_baxter/news_room/news_releases/2006/06-20-06-pids.html";
wc20060601[8][4] = "h";
wc20060601[8][5] = "a";
wc20060601[8][6] = "Jun 20, 2006";
wc20060601[8][7] = "_top";
wc20060601[8][8] = "|1";
wc20060601[8][9] = "1";
wc20060601[8][10] = "R";
wc20060601[8][11] = "";
wc20060601[8][12] = "";

wc20060601[9][0] = 20060615;
wc20060601[9][1] = "Baxter Receives Tentative FDA Approvals for Ondansetron Injection in Vials and Premix Containers <span class=documentinfo></span>";
wc20060601[9][2] = "";
wc20060601[9][3] = "/about_baxter/news_room/news_releases/2006/06-15-06-ondansetron_approval.html";
wc20060601[9][4] = "h";
wc20060601[9][5] = "a";
wc20060601[9][6] = "Jun 15, 2006";
wc20060601[9][7] = "_top";
wc20060601[9][8] = "|1|7";
wc20060601[9][9] = "1";
wc20060601[9][10] = "R";
wc20060601[9][11] = "";
wc20060601[9][12] = "";

var wc20060901 = MultiDimensionalArray(12,9);
wcnewsarray[idx++] = 20060901;
wc20060901[0][0] = 20061023;
wc20060901[0][1] = "Baxter Receives Marketing Approval for ADVATE&reg; in Japan  <span class=documentinfo></span>";
wc20060901[0][2] = "";
wc20060901[0][3] = "/about_baxter/news_room/news_releases/2006/10-23-06-advate_japan.html";
wc20060901[0][4] = "h";
wc20060901[0][5] = "a";
wc20060901[0][6] = "Oct 23, 2006";
wc20060901[0][7] = "_top";
wc20060901[0][8] = "|1|2";
wc20060901[0][9] = "1";
wc20060901[0][10] = "R";
wc20060901[0][11] = "";
wc20060901[0][12] = "";

wc20060901[1][0] = 20061019;
wc20060901[1][1] = "Baxter Reports Strong Earnings for the Third Quarter with EPS of $0.57 Per Share <span class=documentinfo></span>";
wc20060901[1][2] = "";
wc20060901[1][3] = "/about_baxter/news_room/news_releases/2006/10-19-06-third_qtr_earnings.html";
wc20060901[1][4] = "h";
wc20060901[1][5] = "a";
wc20060901[1][6] = "Oct 19, 2006";
wc20060901[1][7] = "_top";
wc20060901[1][8] = "|1|3";
wc20060901[1][9] = "1";
wc20060901[1][10] = "R";
wc20060901[1][11] = "";
wc20060901[1][12] = "";

wc20060901[2][0] = 20061016;
wc20060901[2][1] = "Baxter Commemorates 75 Years of Innovation and Leadership in Healthcare <span class=documentinfo></span>";
wc20060901[2][2] = "";
wc20060901[2][3] = "/about_baxter/news_room/news_releases/2006/10-16-06-anniversary.html";
wc20060901[2][4] = "h";
wc20060901[2][5] = "a";
wc20060901[2][6] = "Oct 16, 2006";
wc20060901[2][7] = "_top";
wc20060901[2][8] = "|1";
wc20060901[2][9] = "1";
wc20060901[2][10] = "R";
wc20060901[2][11] = "";
wc20060901[2][12] = "";

wc20060901[3][0] = 20061012;
wc20060901[3][1] = "Baxter Highlights Social, Economic and Environmental Performance in Seventh Annual Sustainability Report <span class=documentinfo></span>";
wc20060901[3][2] = "";
wc20060901[3][3] = "/about_baxter/news_room/news_releases/2006/10-12-06-sustainability.html";
wc20060901[3][4] = "h";
wc20060901[3][5] = "a";
wc20060901[3][6] = "Oct 12, 2006";
wc20060901[3][7] = "_top";
wc20060901[3][8] = "|1|4";
wc20060901[3][9] = "1";
wc20060901[3][10] = "R";
wc20060901[3][11] = "";
wc20060901[3][12] = "";

wc20060901[4][0] = 20061011;
wc20060901[4][1] = "Baxter Announces Launch of BAXJECT&reg; II Needle-Less Transfer Device for ADVATE&reg; <span class=documentinfo></span>";
wc20060901[4][2] = "";
wc20060901[4][3] = "/about_baxter/news_room/news_releases/2006/10-11-06-baxject_advate.html";
wc20060901[4][4] = "h";
wc20060901[4][5] = "a";
wc20060901[4][6] = "Oct 11, 2006";
wc20060901[4][7] = "_top";
wc20060901[4][8] = "|1|2";
wc20060901[4][9] = "1";
wc20060901[4][10] = "R";
wc20060901[4][11] = "";
wc20060901[4][12] = "";

wc20060901[5][0] = 20061004;
wc20060901[5][1] = "Baxter Announces Safety and Immunogenicity Results from Phase I/II Clinical Trial of Cell-Based Candidate H5N1 Pandemic Vaccine <span class=documentinfo></span>";
wc20060901[5][2] = "";
wc20060901[5][3] = "/about_baxter/news_room/news_releases/2006/10-04-06-h5n1_trial.html";
wc20060901[5][4] = "h";
wc20060901[5][5] = "a";
wc20060901[5][6] = "Oct 04, 2006";
wc20060901[5][7] = "_top";
wc20060901[5][8] = "|1|2";
wc20060901[5][9] = "1";
wc20060901[5][10] = "R";
wc20060901[5][11] = "";
wc20060901[5][12] = "";

wc20060901[6][0] = 20061003;
wc20060901[6][1] = "Baxter Announces Sale of Transfusion Therapies Business to Texas Pacific Group <span class=documentinfo></span>";
wc20060901[6][2] = "";
wc20060901[6][3] = "/about_baxter/news_room/news_releases/2006/10-03-06-tt_sale.html";
wc20060901[6][4] = "h";
wc20060901[6][5] = "a";
wc20060901[6][6] = "Oct 03, 2006";
wc20060901[6][7] = "_top";
wc20060901[6][8] = "|1";
wc20060901[6][9] = "1";
wc20060901[6][10] = "R";
wc20060901[6][11] = "";
wc20060901[6][12] = "";

wc20060901[7][0] = 20061003;
wc20060901[7][1] = "Baxter\'s Board Adopts Majority Vote Standard for Election of Directors <span class=documentinfo></span>";
wc20060901[7][2] = "";
wc20060901[7][3] = "/about_baxter/news_room/news_releases/2006/10-03-06-majority_vote.html";
wc20060901[7][4] = "h";
wc20060901[7][5] = "a";
wc20060901[7][6] = "Oct 03, 2006";
wc20060901[7][7] = "_top";
wc20060901[7][8] = "|1";
wc20060901[7][9] = "1";
wc20060901[7][10] = "R";
wc20060901[7][11] = "";
wc20060901[7][12] = "";

wc20060901[8][0] = 20060929;
wc20060901[8][1] = "National Hemophilia Foundation Grants 2006 Awards Under Baxter-Sponsored NHF Clinical Fellowship Program <span class=documentinfo></span>";
wc20060901[8][2] = "";
wc20060901[8][3] = "/about_baxter/news_room/news_releases/2006/09-29-06-nhf_awards.html";
wc20060901[8][4] = "h";
wc20060901[8][5] = "a";
wc20060901[8][6] = "Sep 29, 2006";
wc20060901[8][7] = "_top";
wc20060901[8][8] = "|1|2";
wc20060901[8][9] = "1";
wc20060901[8][10] = "R";
wc20060901[8][11] = "";
wc20060901[8][12] = "";

wc20060901[9][0] = 20060929;
wc20060901[9][1] = "Baxter Announces the Winners of Camp Superfly II Program for the Bleeding and Clotting Disorders Community <span class=documentinfo></span>";
wc20060901[9][2] = "";
wc20060901[9][3] = "/about_baxter/news_room/news_releases/2006/09-29-06-camp_superflyII.html";
wc20060901[9][4] = "h";
wc20060901[9][5] = "a";
wc20060901[9][6] = "Sep 29, 2006";
wc20060901[9][7] = "_top";
wc20060901[9][8] = "|1|2";
wc20060901[9][9] = "1";
wc20060901[9][10] = "R";
wc20060901[9][11] = "";
wc20060901[9][12] = "";

wc20060901[10][0] = 20060918;
wc20060901[10][1] = "AABB and Baxter Sponsor Second Annual Blood Collectors Week <span class=documentinfo></span>";
wc20060901[10][2] = "";
wc20060901[10][3] = "/about_baxter/news_room/news_releases/2006/09-18-06-blood_collectors_week.html";
wc20060901[10][4] = "h";
wc20060901[10][5] = "a";
wc20060901[10][6] = "Sep 18, 2006";
wc20060901[10][7] = "_top";
wc20060901[10][8] = "|1|2";
wc20060901[10][9] = "1";
wc20060901[10][10] = "R";
wc20060901[10][11] = "";
wc20060901[10][12] = "";

wc20060901[11][0] = 20060914;
wc20060901[11][1] = "Baxter Names Carlos Alonso President of Latin American Region <span class=documentinfo></span>";
wc20060901[11][2] = "";
wc20060901[11][3] = "/about_baxter/news_room/news_releases/2006/09-14-06-carlos_alonso.html";
wc20060901[11][4] = "h";
wc20060901[11][5] = "a";
wc20060901[11][6] = "Sep 14, 2006";
wc20060901[11][7] = "_top";
wc20060901[11][8] = "|1";
wc20060901[11][9] = "1";
wc20060901[11][10] = "R";
wc20060901[11][11] = "";
wc20060901[11][12] = "";

wc20060901[12][0] = 20060907;
wc20060901[12][1] = "Baxter Names Peter Nicklin Corporate Vice President and President, Baxter Europe <span class=documentinfo></span>";
wc20060901[12][2] = "";
wc20060901[12][3] = "/about_baxter/news_room/news_releases/2006/09-07-06-peter_nicklin.html";
wc20060901[12][4] = "h";
wc20060901[12][5] = "a";
wc20060901[12][6] = "Sep 07, 2006";
wc20060901[12][7] = "_top";
wc20060901[12][8] = "|1";
wc20060901[12][9] = "1";
wc20060901[12][10] = "R";
wc20060901[12][11] = "";
wc20060901[12][12] = "";

var wc20061101 = MultiDimensionalArray(10,9);
wcnewsarray[idx++] = 20061101;
wc20061101[0][0] = 20061214;
wc20061101[0][1] = "Health Economic Analyses Suggest That FEIBA VH May Represent a Cost-Effective Way To Treat Acute Bleeds in Hemophilia A Patients with Inhibitors <span class=documentinfo></span>";
wc20061101[0][2] = "";
wc20061101[0][3] = "/about_baxter/news_room/news_releases/2006/12-14-06-feiba_vh.html";
wc20061101[0][4] = "h";
wc20061101[0][5] = "a";
wc20061101[0][6] = "Dec 14, 2006";
wc20061101[0][7] = "_top";
wc20061101[0][8] = "|1|2";
wc20061101[0][9] = "1";
wc20061101[0][10] = "R";
wc20061101[0][11] = "";
wc20061101[0][12] = "";

wc20061101[1][0] = 20061214;
wc20061101[1][1] = "Baxter Receives Conditional Approval for U.S. COLLEAGUE Infusion Pump Corrective Action Plan and Submits Updated 510(k) Pre-Market Notification <span class=documentinfo></span>";
wc20061101[1][2] = "";
wc20061101[1][3] = "/about_baxter/news_room/news_releases/2006/12-14-06-colleague_cond_approval.html";
wc20061101[1][4] = "h";
wc20061101[1][5] = "a";
wc20061101[1][6] = "Dec 14, 2006";
wc20061101[1][7] = "_top";
wc20061101[1][8] = "|1|7";
wc20061101[1][9] = "1";
wc20061101[1][10] = "R";
wc20061101[1][11] = "";
wc20061101[1][12] = "";

wc20061101[2][0] = 20061213;
wc20061101[2][1] = "Jeffrey Modell Foundation Opens Diagnostic Center for Primary Immunodeficiencies at the Louisiana State University Health Sciences Center <span class=documentinfo></span>";
wc20061101[2][2] = "";
wc20061101[2][3] = "/about_baxter/news_room/news_releases/2006/12-13-06-modell_foundation.html";
wc20061101[2][4] = "h";
wc20061101[2][5] = "a";
wc20061101[2][6] = "Dec 13, 2006";
wc20061101[2][7] = "_top";
wc20061101[2][8] = "|1|2";
wc20061101[2][9] = "1";
wc20061101[2][10] = "R";
wc20061101[2][11] = "";
wc20061101[2][12] = "";

wc20061101[3][0] = 20061211;
wc20061101[3][1] = "Baxter Announces Therapeutic Development Program for First Blood-Free Recombinant Von Willebrand Factor <span class=documentinfo></span>";
wc20061101[3][2] = "";
wc20061101[3][3] = "/about_baxter/news_room/news_releases/2006/12-11-06-von_willebrand_factor.html";
wc20061101[3][4] = "h";
wc20061101[3][5] = "a";
wc20061101[3][6] = "Dec 11, 2006";
wc20061101[3][7] = "_top";
wc20061101[3][8] = "|1|2";
wc20061101[3][9] = "1";
wc20061101[3][10] = "R";
wc20061101[3][11] = "";
wc20061101[3][12] = "";

wc20061101[4][0] = 20061211;
wc20061101[4][1] = "Baxter Presents Preclinical Studies of Experimental Longer-Acting Hemophilia A Therapy <span class=documentinfo></span>";
wc20061101[4][2] = "";
wc20061101[4][3] = "/about_baxter/news_room/news_releases/2006/12-11-06-hemophilia_A_therapy.html";
wc20061101[4][4] = "h";
wc20061101[4][5] = "a";
wc20061101[4][6] = "Dec 11, 2006";
wc20061101[4][7] = "_top";
wc20061101[4][8] = "|1|2";
wc20061101[4][9] = "1";
wc20061101[4][10] = "R";
wc20061101[4][11] = "";
wc20061101[4][12] = "";

wc20061101[5][0] = 20061208;
wc20061101[5][1] = "Baxter to Withdraw NYSE ARCA Listing, Retains New York Stock Exchange Listing <span class=documentinfo></span>";
wc20061101[5][2] = "";
wc20061101[5][3] = "/about_baxter/news_room/news_releases/2006/12-08-06-nyse_arca_listing.html";
wc20061101[5][4] = "h";
wc20061101[5][5] = "a";
wc20061101[5][6] = "Dec 08, 2006";
wc20061101[5][7] = "_top";
wc20061101[5][8] = "|1|3";
wc20061101[5][9] = "1";
wc20061101[5][10] = "R";
wc20061101[5][11] = "";
wc20061101[5][12] = "";

wc20061101[6][0] = 20061128;
wc20061101[6][1] = "Baxter Declares Annual Dividend and Announces Modifications to Dividend Policy <span class=documentinfo></span>";
wc20061101[6][2] = "";
wc20061101[6][3] = "/about_baxter/news_room/news_releases/2006/11-28-06-annual_dividend.html";
wc20061101[6][4] = "h";
wc20061101[6][5] = "a";
wc20061101[6][6] = "Nov 28, 2006";
wc20061101[6][7] = "_top";
wc20061101[6][8] = "|1|3";
wc20061101[6][9] = "1";
wc20061101[6][10] = "R";
wc20061101[6][11] = "";
wc20061101[6][12] = "";

wc20061101[7][0] = 20061122;
wc20061101[7][1] = "Baxter Receives Preparedness Contract From Austrian Ministry of Health For Pandemic Influenza Vaccine <span class=documentinfo></span>";
wc20061101[7][2] = "";
wc20061101[7][3] = "/about_baxter/news_room/news_releases/2006/11-22-06-vaccine_austria.html";
wc20061101[7][4] = "h";
wc20061101[7][5] = "a";
wc20061101[7][6] = "Nov 22, 2006";
wc20061101[7][7] = "_top";
wc20061101[7][8] = "|1|2";
wc20061101[7][9] = "1";
wc20061101[7][10] = "R";
wc20061101[7][11] = "";
wc20061101[7][12] = "";

wc20061101[8][0] = 20061120;
wc20061101[8][1] = "Baxter Inducts Donors from 13 Blood Centers Across the Country Into Donation Hall of Fame <span class=documentinfo></span>";
wc20061101[8][2] = "";
wc20061101[8][3] = "/about_baxter/news_room/news_releases/2006/11-20-06-donor_hall_fame.html";
wc20061101[8][4] = "h";
wc20061101[8][5] = "a";
wc20061101[8][6] = "Nov 20, 2006";
wc20061101[8][7] = "_top";
wc20061101[8][8] = "|1|2";
wc20061101[8][9] = "1";
wc20061101[8][10] = "R";
wc20061101[8][11] = "";
wc20061101[8][12] = "";

wc20061101[9][0] = 20061114;
wc20061101[9][1] = "Baxter Announces Renal Discoveries Grant Winners <span class=documentinfo></span>";
wc20061101[9][2] = "";
wc20061101[9][3] = "/about_baxter/news_room/news_releases/2006/11-14-06-renal_discoveries.html";
wc20061101[9][4] = "h";
wc20061101[9][5] = "a";
wc20061101[9][6] = "Nov 14, 2006";
wc20061101[9][7] = "_top";
wc20061101[9][8] = "|1|8";
wc20061101[9][9] = "1";
wc20061101[9][10] = "R";
wc20061101[9][11] = "";
wc20061101[9][12] = "";

wc20061101[10][0] = 20061114;
wc20061101[10][1] = "Baiyunshan and Baxter Announce Plans to Form Parenteral Nutrition Joint Venture in China <span class=documentinfo></span>";
wc20061101[10][2] = "";
wc20061101[10][3] = "/about_baxter/news_room/news_releases/2006/11-14-06-china_joint_venture.html";
wc20061101[10][4] = "h";
wc20061101[10][5] = "a";
wc20061101[10][6] = "Nov 14, 2006";
wc20061101[10][7] = "_top";
wc20061101[10][8] = "|1|5|7";
wc20061101[10][9] = "1";
wc20061101[10][10] = "R";
wc20061101[10][11] = "";
wc20061101[10][12] = "";

var wc20070101 = MultiDimensionalArray(13,9);
wcnewsarray[idx++] = 20070101;
wc20070101[0][0] = 20070330;
wc20070101[0][1] = "Baxter Announces FDA Approval of CEPROTIN for Severe Congenital Protein C Deficiency <span class=documentinfo></span>";
wc20070101[0][2] = "";
wc20070101[0][3] = "/about_baxter/news_room/news_releases/2007/03-30-07-ceprotin.html";
wc20070101[0][4] = "h";
wc20070101[0][5] = "a";
wc20070101[0][6] = "Mar 30, 2007";
wc20070101[0][7] = "_top";
wc20070101[0][8] = "|1|2";
wc20070101[0][9] = "1";
wc20070101[0][10] = "R";
wc20070101[0][11] = "";
wc20070101[0][12] = "";

wc20070101[1][0] = 20070329;
wc20070101[1][1] = "Baxter Announces Final Phase I/II Data and Initiation of Phase III Clinical Trial for Candidate Pandemic H5N1 Influenza Vaccine <span class=documentinfo></span>";
wc20070101[1][2] = "";
wc20070101[1][3] = "/about_baxter/news_room/news_releases/2007/03-29-07-h5n1.html";
wc20070101[1][4] = "h";
wc20070101[1][5] = "a";
wc20070101[1][6] = "Mar 29, 2007";
wc20070101[1][7] = "_top";
wc20070101[1][8] = "|1|2";
wc20070101[1][9] = "1";
wc20070101[1][10] = "R";
wc20070101[1][11] = "";
wc20070101[1][12] = "";

wc20070101[2][0] = 20070327;
wc20070101[2][1] = "Baxter Announces 2007 &lt;i&gt;Renal Discoveries&lt;/i&gt; Grant Program to Advance Science and Care for Kidney Disease Patients <span class=documentinfo></span>";
wc20070101[2][2] = "";
wc20070101[2][3] = "/about_baxter/news_room/news_releases/2007/03-27-07-renal_discoveries.html";
wc20070101[2][4] = "h";
wc20070101[2][5] = "a";
wc20070101[2][6] = "Mar 27, 2007";
wc20070101[2][7] = "_top";
wc20070101[2][8] = "|1|8";
wc20070101[2][9] = "1";
wc20070101[2][10] = "R";
wc20070101[2][11] = "";
wc20070101[2][12] = "";

wc20070101[3][0] = 20070327;
wc20070101[3][1] = "New Baxter Program Surrounds Alpha-1 Patients, Physicians with Support <span class=documentinfo></span>";
wc20070101[3][2] = "";
wc20070101[3][3] = "/about_baxter/news_room/news_releases/2007/03-27-07-aralast_program.html";
wc20070101[3][4] = "h";
wc20070101[3][5] = "a";
wc20070101[3][6] = "Mar 27, 2007";
wc20070101[3][7] = "_top";
wc20070101[3][8] = "|1|2";
wc20070101[3][9] = "1";
wc20070101[3][10] = "R";
wc20070101[3][11] = "";
wc20070101[3][12] = "";

wc20070101[4][0] = 20070314;
wc20070101[4][1] = "Baxter Holds 2007 Investor Conference in Chicago <span class=documentinfo></span>";
wc20070101[4][2] = "";
wc20070101[4][3] = "/about_baxter/news_room/news_releases/2007/03-14-07-investor_conference.html";
wc20070101[4][4] = "h";
wc20070101[4][5] = "a";
wc20070101[4][6] = "Mar 14, 2007";
wc20070101[4][7] = "_top";
wc20070101[4][8] = "|1|3";
wc20070101[4][9] = "1";
wc20070101[4][10] = "R";
wc20070101[4][11] = "";
wc20070101[4][12] = "";

wc20070101[5][0] = 20070313;
wc20070101[5][1] = "Baxter\'s Board of Directors Expands Share Repurchase Authorization by $2 Billion <span class=documentinfo></span>";
wc20070101[5][2] = "";
wc20070101[5][3] = "/about_baxter/news_room/news_releases/2007/03-13-07-repurchase.html";
wc20070101[5][4] = "h";
wc20070101[5][5] = "a";
wc20070101[5][6] = "Mar 13, 2007";
wc20070101[5][7] = "_top";
wc20070101[5][8] = "|1|3";
wc20070101[5][9] = "1";
wc20070101[5][10] = "R";
wc20070101[5][11] = "";
wc20070101[5][12] = "";

wc20070101[6][0] = 20070213;
wc20070101[6][1] = "Baxter Names Robert Hombach Treasurer <span class=documentinfo></span>";
wc20070101[6][2] = "";
wc20070101[6][3] = "/about_baxter/news_room/news_releases/2007/02-13-07-hombach.html";
wc20070101[6][4] = "h";
wc20070101[6][5] = "a";
wc20070101[6][6] = "Feb 13, 2007";
wc20070101[6][7] = "_top";
wc20070101[6][8] = "|1|3";
wc20070101[6][9] = "1";
wc20070101[6][10] = "R";
wc20070101[6][11] = "";
wc20070101[6][12] = "";

wc20070101[7][0] = 20070209;
wc20070101[7][1] = "Two Baxter Facilities Recognized With Shingo Prize for Excellence in Manufacturing <span class=documentinfo></span>";
wc20070101[7][2] = "";
wc20070101[7][3] = "/about_baxter/news_room/news_releases/2007/02-09-07-shingo_prize.html";
wc20070101[7][4] = "h";
wc20070101[7][5] = "a";
wc20070101[7][6] = "Feb 09, 2007";
wc20070101[7][7] = "_top";
wc20070101[7][8] = "|1|4";
wc20070101[7][9] = "1";
wc20070101[7][10] = "R";
wc20070101[7][11] = "";
wc20070101[7][12] = "";

wc20070101[8][0] = 20070207;
wc20070101[8][1] = "Baxter Continues Collaborations With Global Health Authorities To Advance Pandemic Preparedness <span class=documentinfo></span>";
wc20070101[8][2] = "";
wc20070101[8][3] = "/about_baxter/news_room/news_releases/2007/02-07-07-indonesia.html";
wc20070101[8][4] = "h";
wc20070101[8][5] = "a";
wc20070101[8][6] = "Feb 07, 2007";
wc20070101[8][7] = "_top";
wc20070101[8][8] = "|1|2";
wc20070101[8][9] = "1";
wc20070101[8][10] = "R";
wc20070101[8][11] = "";
wc20070101[8][12] = "";

wc20070101[9][0] = 20070207;
wc20070101[9][1] = "Donald M. Berwick, MD, MPP, Selected as 2007 Recipient of The William B. Graham Prize for Health Services Research <span class=documentinfo></span>";
wc20070101[9][2] = "";
wc20070101[9][3] = "/about_baxter/news_room/news_releases/2007/02-07-07-graham_prize.html";
wc20070101[9][4] = "h";
wc20070101[9][5] = "a";
wc20070101[9][6] = "Feb 07, 2007";
wc20070101[9][7] = "_top";
wc20070101[9][8] = "|1|4";
wc20070101[9][9] = "1";
wc20070101[9][10] = "R";
wc20070101[9][11] = "";
wc20070101[9][12] = "";

wc20070101[10][0] = 20070206;
wc20070101[10][1] = "Baxter Receives Clearance From U.S. FDA for Ipump Pain Management System 510(k) <span class=documentinfo></span>";
wc20070101[10][2] = "";
wc20070101[10][3] = "/about_baxter/news_room/news_releases/2007/02-06-07-ipump_approval.html";
wc20070101[10][4] = "h";
wc20070101[10][5] = "a";
wc20070101[10][6] = "Feb 06, 2007";
wc20070101[10][7] = "_top";
wc20070101[10][8] = "|1|7";
wc20070101[10][9] = "1";
wc20070101[10][10] = "R";
wc20070101[10][11] = "";
wc20070101[10][12] = "";

wc20070101[11][0] = 20070125;
wc20070101[11][1] = "Baxter&acute;s Fourth Quarter Financial Results Exceed Expectations <span class=documentinfo></span>";
wc20070101[11][2] = "";
wc20070101[11][3] = "/about_baxter/news_room/news_releases/2007/01-25-07-yearendearnings.html";
wc20070101[11][4] = "h";
wc20070101[11][5] = "a";
wc20070101[11][6] = "Jan 25, 2007";
wc20070101[11][7] = "_top";
wc20070101[11][8] = "|1|3";
wc20070101[11][9] = "1";
wc20070101[11][10] = "R";
wc20070101[11][11] = "";
wc20070101[11][12] = "";

wc20070101[12][0] = 20070118;
wc20070101[12][1] = "Jeffrey Modell Foundation Opens Diagnostic Center for Primary Immunodeficiencies at Children\'s Hospital of Wisconsin <span class=documentinfo></span>";
wc20070101[12][2] = "";
wc20070101[12][3] = "/about_baxter/news_room/news_releases/2007/01-18-07-childrens_hospital.html";
wc20070101[12][4] = "h";
wc20070101[12][5] = "a";
wc20070101[12][6] = "Jan 18, 2007";
wc20070101[12][7] = "_top";
wc20070101[12][8] = "|1|2";
wc20070101[12][9] = "1";
wc20070101[12][10] = "R";
wc20070101[12][11] = "";
wc20070101[12][12] = "";

wc20070101[13][0] = 20070118;
wc20070101[13][1] = "CSC&rsquo;s DVC and Baxter Begin Phase 1 Clinical Trial for Chemical Defense Product <span class=documentinfo></span>";
wc20070101[13][2] = "";
wc20070101[13][3] = "/about_baxter/news_room/news_releases/2007/01-18-07-chemical_defense.html";
wc20070101[13][4] = "h";
wc20070101[13][5] = "a";
wc20070101[13][6] = "Jan 18, 2007";
wc20070101[13][7] = "_top";
wc20070101[13][8] = "|1|2";
wc20070101[13][9] = "1";
wc20070101[13][10] = "R";
wc20070101[13][11] = "";
wc20070101[13][12] = "";

var wc20070401 = MultiDimensionalArray(10,9);
wcnewsarray[idx++] = 20070401;
wc20070401[0][0] = 20070620;
wc20070401[0][1] = "Baxter Signs Agreements to Evaluate TISSEEL use with New, Innovative Therapies <span class=documentinfo></span>";
wc20070401[0][2] = "";
wc20070401[0][3] = "/about_baxter/news_room/news_releases/2007/06-20-07-regen_med_tisseel.html";
wc20070401[0][4] = "h";
wc20070401[0][5] = "a";
wc20070401[0][6] = "Jun 20, 2007";
wc20070401[0][7] = "_top";
wc20070401[0][8] = "|1|2";
wc20070401[0][9] = "1";
wc20070401[0][10] = "R";
wc20070401[0][11] = "";
wc20070401[0][12] = "";

wc20070401[1][0] = 20070613;
wc20070401[1][1] = "Baxter Supports Improved Access to Pandemic Influenza Treatment in the Developing World <span class=documentinfo></span>";
wc20070401[1][2] = "";
wc20070401[1][3] = "/about_baxter/news_room/news_releases/2007/06-13-07-vac_dev_countries.html";
wc20070401[1][4] = "h";
wc20070401[1][5] = "a";
wc20070401[1][6] = "Jun 13, 2007";
wc20070401[1][7] = "_top";
wc20070401[1][8] = "|1|2";
wc20070401[1][9] = "1";
wc20070401[1][10] = "R";
wc20070401[1][11] = "";
wc20070401[1][12] = "";

wc20070401[2][0] = 20070514;
wc20070401[2][1] = "Jeffrey Modell Foundation Opens Diagnostic Center for Primary Immunodeficiencies at the University of California-San Francisco <span class=documentinfo></span>";
wc20070401[2][2] = "";
wc20070401[2][3] = "/about_baxter/news_room/news_releases/2007/05-14-07-UC_san_francisco.html";
wc20070401[2][4] = "h";
wc20070401[2][5] = "a";
wc20070401[2][6] = "May 14, 2007";
wc20070401[2][7] = "_top";
wc20070401[2][8] = "";
wc20070401[2][9] = "1";
wc20070401[2][10] = "R";
wc20070401[2][11] = "";
wc20070401[2][12] = "";

wc20070401[3][0] = 20070511;
wc20070401[3][1] = "Jeffrey Modell Foundation Funds Molecular Diagnostic Laboratory for Primary Immunodeficiencies at Seattle Children\'s Hospital Research Institute <span class=documentinfo></span>";
wc20070401[3][2] = "";
wc20070401[3][3] = "/about_baxter/news_room/news_releases/2007/05-11-07-seattle_childrens_hospital.html";
wc20070401[3][4] = "h";
wc20070401[3][5] = "a";
wc20070401[3][6] = "May 11, 2007";
wc20070401[3][7] = "_top";
wc20070401[3][8] = "|1|2";
wc20070401[3][9] = "1";
wc20070401[3][10] = "R";
wc20070401[3][11] = "";
wc20070401[3][12] = "";

wc20070401[4][0] = 20070509;
wc20070401[4][1] = "Baxter Receives Approval to Process ARALAST NP <span class=documentinfo></span>";
wc20070401[4][2] = "";
wc20070401[4][3] = "/about_baxter/news_room/news_releases/2007/05-09-07-aralast.html";
wc20070401[4][4] = "h";
wc20070401[4][5] = "a";
wc20070401[4][6] = "May 09, 2007";
wc20070401[4][7] = "_top";
wc20070401[4][8] = "|1|2";
wc20070401[4][9] = "1";
wc20070401[4][10] = "R";
wc20070401[4][11] = "";
wc20070401[4][12] = "";

wc20070401[5][0] = 20070501;
wc20070401[5][1] = "Baxter Executives Provide Update on Progress at Annual Shareholder Meeting <span class=documentinfo></span>";
wc20070401[5][2] = "";
wc20070401[5][3] = "/about_baxter/news_room/news_releases/2007/05-01-07-annual_meeting.html";
wc20070401[5][4] = "h";
wc20070401[5][5] = "a";
wc20070401[5][6] = "May 01, 2007";
wc20070401[5][7] = "_top";
wc20070401[5][8] = "|1|3";
wc20070401[5][9] = "1";
wc20070401[5][10] = "R";
wc20070401[5][11] = "";
wc20070401[5][12] = "";

wc20070401[6][0] = 20070427;
wc20070401[6][1] = "Baxter Introduces HYLENEX for use in Ophthalmic Surgery <span class=documentinfo></span>";
wc20070401[6][2] = "";
wc20070401[6][3] = "/about_baxter/news_room/news_releases/2007/04-27-07-hylenex.html";
wc20070401[6][4] = "h";
wc20070401[6][5] = "a";
wc20070401[6][6] = "Apr 27, 2007";
wc20070401[6][7] = "_top";
wc20070401[6][8] = "|1|7";
wc20070401[6][9] = "1";
wc20070401[6][10] = "R";
wc20070401[6][11] = "";
wc20070401[6][12] = "";

wc20070401[7][0] = 20070425;
wc20070401[7][1] = "Baxter Announces Carbon Neutral Headquarters <span class=documentinfo></span>";
wc20070401[7][2] = "";
wc20070401[7][3] = "/about_baxter/news_room/news_releases/2007/04-25-07-ceres_parkinson.html";
wc20070401[7][4] = "h";
wc20070401[7][5] = "a";
wc20070401[7][6] = "Apr 25, 2007";
wc20070401[7][7] = "_top";
wc20070401[7][8] = "|1|4";
wc20070401[7][9] = "1";
wc20070401[7][10] = "R";
wc20070401[7][11] = "";
wc20070401[7][12] = "";

wc20070401[8][0] = 20070420;
wc20070401[8][1] = "Baxter Presents Phase I Inhaled Insulin Study Results at Respiratory Drug Delivery Conference <span class=documentinfo></span>";
wc20070401[8][2] = "";
wc20070401[8][3] = "/about_baxter/news_room/news_releases/2007/04-20-07-promaxx.html";
wc20070401[8][4] = "h";
wc20070401[8][5] = "a";
wc20070401[8][6] = "Apr 20, 2007";
wc20070401[8][7] = "_top";
wc20070401[8][8] = "|1|7";
wc20070401[8][9] = "1";
wc20070401[8][10] = "R";
wc20070401[8][11] = "";
wc20070401[8][12] = "";

wc20070401[9][0] = 20070419;
wc20070401[9][1] = "Baxter Reports Strong First Quarter Financial Results and Boosts Full-Year Outlook <span class=documentinfo></span>";
wc20070401[9][2] = "";
wc20070401[9][3] = "/about_baxter/news_room/news_releases/2007/04-19-07-first_qtr_earnings.html";
wc20070401[9][4] = "h";
wc20070401[9][5] = "a";
wc20070401[9][6] = "Apr 19, 2007";
wc20070401[9][7] = "_top";
wc20070401[9][8] = "|1|3";
wc20070401[9][9] = "1";
wc20070401[9][10] = "R";
wc20070401[9][11] = "";
wc20070401[9][12] = "";

wc20070401[10][0] = 20070417;
wc20070401[10][1] = "Baxter Continues Its Support of the World Federation of Hemophilia\'s Global Alliance for Progress Program <span class=documentinfo></span>";
wc20070401[10][2] = "";
wc20070401[10][3] = "/about_baxter/news_room/news_releases/2007/04-17-07-hemophilia_A.html";
wc20070401[10][4] = "h";
wc20070401[10][5] = "a";
wc20070401[10][6] = "Apr 17, 2007";
wc20070401[10][7] = "_top";
wc20070401[10][8] = "|1|2";
wc20070401[10][9] = "1";
wc20070401[10][10] = "R";
wc20070401[10][11] = "";
wc20070401[10][12] = "";

var wc20070701 = MultiDimensionalArray(14,9);
wcnewsarray[idx++] = 20070701;
wc20070701[0][0] = 20070912;
wc20070701[0][1] = "Baxter Named to Dow Jones Sustainability Index for Ninth Consecutive Year <span class=documentinfo></span>";
wc20070701[0][2] = "";
wc20070701[0][3] = "/about_baxter/news_room/news_releases/2007/09-12-07-sustainability_dow_jones.html";
wc20070701[0][4] = "h";
wc20070701[0][5] = "a";
wc20070701[0][6] = "Sep 12, 2007";
wc20070701[0][7] = "_top";
wc20070701[0][8] = "|1|4";
wc20070701[0][9] = "1";
wc20070701[0][10] = "R";
wc20070701[0][11] = "";
wc20070701[0][12] = "";

wc20070701[1][0] = 20070910;
wc20070701[1][1] = "Baxter and Halozyme Announce Collaboration For Development Of Subcutaneous GAMMAGARD LIQUID&amp;#8482; Administration using Enhanze&amp;#8482; Technology <span class=documentinfo></span>";
wc20070701[1][2] = "";
wc20070701[1][3] = "/about_baxter/news_room/news_releases/2007/09-10-07-baxter_halozyme.html";
wc20070701[1][4] = "h";
wc20070701[1][5] = "a";
wc20070701[1][6] = "Sep 10, 2007";
wc20070701[1][7] = "_top";
wc20070701[1][8] = "|1|2|5";
wc20070701[1][9] = "1";
wc20070701[1][10] = "R";
wc20070701[1][11] = "";
wc20070701[1][12] = "";

wc20070701[2][0] = 20070830;
wc20070701[2][1] = "Baxter Provides Update on Service Documentation Class I Recall <span class=documentinfo></span>";
wc20070701[2][2] = "";
wc20070701[2][3] = "/about_baxter/news_room/news_releases/2007/08-30-07-service_documentation_update.html";
wc20070701[2][4] = "h";
wc20070701[2][5] = "a";
wc20070701[2][6] = "Aug 30, 2007";
wc20070701[2][7] = "_top";
wc20070701[2][8] = "|1|7";
wc20070701[2][9] = "1";
wc20070701[2][10] = "R";
wc20070701[2][11] = "";
wc20070701[2][12] = "";

wc20070701[3][0] = 20070828;
wc20070701[3][1] = "Baxter and the Alzheimer\'s Disease Cooperative Study Group to Pursue a Phase III Study of Gammagard Liquid in Patients with Alzheimer\'s Disease <span class=documentinfo></span>";
wc20070701[3][2] = "";
wc20070701[3][3] = "/about_baxter/news_room/news_releases/2007/08-28-07-ivig.html";
wc20070701[3][4] = "h";
wc20070701[3][5] = "a";
wc20070701[3][6] = "Aug 28, 2007";
wc20070701[3][7] = "_top";
wc20070701[3][8] = "|1|2";
wc20070701[3][9] = "1";
wc20070701[3][10] = "R";
wc20070701[3][11] = "";
wc20070701[3][12] = "";

wc20070701[4][0] = 20070816;
wc20070701[4][1] = "Baxter Awarded Pandemic Advanced Supply Contract from the Department of Health <span class=documentinfo></span>";
wc20070701[4][2] = "";
wc20070701[4][3] = "/about_baxter/news_room/news_releases/2007/08-16-07-pandemic_uk.html";
wc20070701[4][4] = "h";
wc20070701[4][5] = "a";
wc20070701[4][6] = "Aug 16, 2007";
wc20070701[4][7] = "_top";
wc20070701[4][8] = "|1|2";
wc20070701[4][9] = "1";
wc20070701[4][10] = "R";
wc20070701[4][11] = "";
wc20070701[4][12] = "";

wc20070701[5][0] = 20070808;
wc20070701[5][1] = "Baiyunshan Pharmaceutical and Baxter Finalize Joint Venture for Parenteral Nutrition Products in China <span class=documentinfo></span>";
wc20070701[5][2] = "";
wc20070701[5][3] = "/about_baxter/news_room/news_releases/2007/08-08-07-baiyunshan_pharmaceutical.html";
wc20070701[5][4] = "h";
wc20070701[5][5] = "a";
wc20070701[5][6] = "Aug 08, 2007";
wc20070701[5][7] = "_top";
wc20070701[5][8] = "|1|5|7";
wc20070701[5][9] = "1";
wc20070701[5][10] = "R";
wc20070701[5][11] = "";
wc20070701[5][12] = "";

wc20070701[6][0] = 20070807;
wc20070701[6][1] = "Baxter Provides Update on Service Documentation Class I Recall <span class=documentinfo></span>";
wc20070701[6][2] = "";
wc20070701[6][3] = "/about_baxter/news_room/news_releases/2007/08-07-07-service_documentation_update.html";
wc20070701[6][4] = "h";
wc20070701[6][5] = "a";
wc20070701[6][6] = "Aug 07, 2007";
wc20070701[6][7] = "_top";
wc20070701[6][8] = "|1|7";
wc20070701[6][9] = "1";
wc20070701[6][10] = "R";
wc20070701[6][11] = "";
wc20070701[6][12] = "";

wc20070701[7][0] = 20070806;
wc20070701[7][1] = "Baxter Announces Collaboration for Development of Next-Generation Home Hemodialysis Machine <span class=documentinfo></span>";
wc20070701[7][2] = "";
wc20070701[7][3] = "/about_baxter/news_room/news_releases/2007/08-06-07-DEKA_collaboration.html";
wc20070701[7][4] = "h";
wc20070701[7][5] = "a";
wc20070701[7][6] = "Aug 06, 2007";
wc20070701[7][7] = "_top";
wc20070701[7][8] = "|1|5|8";
wc20070701[7][9] = "1";
wc20070701[7][10] = "R";
wc20070701[7][11] = "";
wc20070701[7][12] = "";

wc20070701[8][0] = 20070802;
wc20070701[8][1] = "Baxter Releases Eighth Annual Sustainability Report <span class=documentinfo></span>";
wc20070701[8][2] = "";
wc20070701[8][3] = "/about_baxter/news_room/news_releases/2007/08-02-07-sustainability.html";
wc20070701[8][4] = "h";
wc20070701[8][5] = "a";
wc20070701[8][6] = "Aug 02, 2007";
wc20070701[8][7] = "_top";
wc20070701[8][8] = "|1|4";
wc20070701[8][9] = "1";
wc20070701[8][10] = "R";
wc20070701[8][11] = "";
wc20070701[8][12] = "";

wc20070701[9][0] = 20070801;
wc20070701[9][1] = "Baxter International Inc. Names Wayne Hockmeyer to Board of Directors <span class=documentinfo></span>";
wc20070701[9][2] = "";
wc20070701[9][3] = "/about_baxter/news_room/news_releases/2007/08-01-07-hockmeyer.html";
wc20070701[9][4] = "h";
wc20070701[9][5] = "a";
wc20070701[9][6] = "Aug 01, 2007";
wc20070701[9][7] = "_top";
wc20070701[9][8] = "|1|3";
wc20070701[9][9] = "1";
wc20070701[9][10] = "R";
wc20070701[9][11] = "";
wc20070701[9][12] = "";

wc20070701[10][0] = 20070731;
wc20070701[10][1] = "Baxter Declares Quarterly Dividend <span class=documentinfo></span>";
wc20070701[10][2] = "";
wc20070701[10][3] = "/about_baxter/news_room/news_releases/2007/07-31-07-q2_dividend.html";
wc20070701[10][4] = "h";
wc20070701[10][5] = "a";
wc20070701[10][6] = "Jul 31, 2007";
wc20070701[10][7] = "_top";
wc20070701[10][8] = "|1|3";
wc20070701[10][9] = "1";
wc20070701[10][10] = "R";
wc20070701[10][11] = "";
wc20070701[10][12] = "";

wc20070701[11][0] = 20070725;
wc20070701[11][1] = "FDA Classifies Baxter&acute;s Voluntary Recall Action Regarding Service Documentation as a Class I Recall <span class=documentinfo></span>";
wc20070701[11][2] = "";
wc20070701[11][3] = "/about_baxter/news_room/news_releases/2007/07-25-07-service_documentation.html";
wc20070701[11][4] = "h";
wc20070701[11][5] = "a";
wc20070701[11][6] = "Jul 25, 2007";
wc20070701[11][7] = "_top";
wc20070701[11][8] = "|1|7";
wc20070701[11][9] = "1";
wc20070701[11][10] = "R";
wc20070701[11][11] = "";
wc20070701[11][12] = "";

wc20070701[12][0] = 20070723;
wc20070701[12][1] = "Baxter Announces Preliminary Phase I/II Data for Seasonal Influenza Vaccine Candidate <span class=documentinfo></span>";
wc20070701[12][2] = "";
wc20070701[12][3] = "/about_baxter/news_room/news_releases/2007/07-23-07-vaccine_seasonal_flu.html";
wc20070701[12][4] = "h";
wc20070701[12][5] = "a";
wc20070701[12][6] = "Jul 23, 2007";
wc20070701[12][7] = "_top";
wc20070701[12][8] = "|1|2";
wc20070701[12][9] = "1";
wc20070701[12][10] = "R";
wc20070701[12][11] = "";
wc20070701[12][12] = "";

wc20070701[13][0] = 20070719;
wc20070701[13][1] = "Baxter Reports Strong Third Quarter Sales and Earnings <span class=documentinfo></span>";
wc20070701[13][2] = "";
wc20070701[13][3] = "/about_baxter/news_room/news_releases/2007/07-19-07-second_qtr_earnings.html";
wc20070701[13][4] = "h";
wc20070701[13][5] = "a";
wc20070701[13][6] = "Jul 19, 2007";
wc20070701[13][7] = "_top";
wc20070701[13][8] = "|1|3";
wc20070701[13][9] = "1";
wc20070701[13][10] = "R";
wc20070701[13][11] = "";
wc20070701[13][12] = "";

wc20070701[14][0] = 20070718;
wc20070701[14][1] = "FDA Classifies Baxter&acute;s Field Corrective Action as a Class I Recall on Recently Manufactured or Upgraded COLLEAGUE Triple Channel Infusion Pumps (Models 2M8153, 2M8163 and 2M9163) <span class=documentinfo></span>";
wc20070701[14][2] = "";
wc20070701[14][3] = "/about_baxter/news_room/news_releases/2007/07-18-07-colleague.html";
wc20070701[14][4] = "h";
wc20070701[14][5] = "a";
wc20070701[14][6] = "Jul 18, 2007";
wc20070701[14][7] = "_top";
wc20070701[14][8] = "|1|7";
wc20070701[14][9] = "1";
wc20070701[14][10] = "R";
wc20070701[14][11] = "";
wc20070701[14][12] = "";

var wc20071001 = MultiDimensionalArray(11,9);
wcnewsarray[idx++] = 20071001;
wc20071001[0][0] = 20071217;
wc20071001[0][1] = "Baxter Announces FDA Approval of GELFOAM&reg; Plus Hemostasis Kit <span class=documentinfo></span>";
wc20071001[0][2] = "";
wc20071001[0][3] = "/about_baxter/news_room/news_releases/2007/12-17-07-gelfoam.html";
wc20071001[0][4] = "h";
wc20071001[0][5] = "a";
wc20071001[0][6] = "Dec 17, 2007";
wc20071001[0][7] = "_top";
wc20071001[0][8] = "|1|2";
wc20071001[0][9] = "1";
wc20071001[0][10] = "R";
wc20071001[0][11] = "";
wc20071001[0][12] = "";

wc20071001[1][0] = 20071203;
wc20071001[1][1] = "Baxter Introduces New Drug Safety Packaging for High Alert Medications <span class=documentinfo></span>";
wc20071001[1][2] = "";
wc20071001[1][3] = "/about_baxter/news_room/news_releases/2007/12-03-07-drug_safety.html";
wc20071001[1][4] = "h";
wc20071001[1][5] = "a";
wc20071001[1][6] = "Dec 03, 2007";
wc20071001[1][7] = "_top";
wc20071001[1][8] = "|1|7";
wc20071001[1][9] = "1";
wc20071001[1][10] = "R";
wc20071001[1][11] = "";
wc20071001[1][12] = "";

wc20071001[2][0] = 20071127;
wc20071001[2][1] = "U.S. Department of Health and Human Services Completes Funding of 2006 Contract Award to CSC&acute;s DVC and Baxter <span class=documentinfo></span>";
wc20071001[2][2] = "";
wc20071001[2][3] = "/about_baxter/news_room/news_releases/2007/11-27-07-dynport_vaccine.html";
wc20071001[2][4] = "h";
wc20071001[2][5] = "a";
wc20071001[2][6] = "Nov 27, 2007";
wc20071001[2][7] = "_top";
wc20071001[2][8] = "|1|2";
wc20071001[2][9] = "1";
wc20071001[2][10] = "R";
wc20071001[2][11] = "";
wc20071001[2][12] = "";

wc20071001[3][0] = 20071113;
wc20071001[3][1] = "Baxter Declares Quarterly Dividend, Increases Rate 30 Percent <span class=documentinfo></span>";
wc20071001[3][2] = "";
wc20071001[3][3] = "/about_baxter/news_room/news_releases/2007/11-13-07-q4_dividend.html";
wc20071001[3][4] = "h";
wc20071001[3][5] = "a";
wc20071001[3][6] = "Nov 13, 2007";
wc20071001[3][7] = "_top";
wc20071001[3][8] = "|1|3";
wc20071001[3][9] = "1";
wc20071001[3][10] = "R";
wc20071001[3][11] = "";
wc20071001[3][12] = "";

wc20071001[4][0] = 20071109;
wc20071001[4][1] = "Baxter Receives 510(k) Clearance from FDA for V-Link with VitalShield, New Antimicrobial Intravascular Technology <span class=documentinfo></span>";
wc20071001[4][2] = "";
wc20071001[4][3] = "/about_baxter/news_room/news_releases/2007/11-09-07-v-link.html";
wc20071001[4][4] = "h";
wc20071001[4][5] = "a";
wc20071001[4][6] = "Nov 09, 2007";
wc20071001[4][7] = "_top";
wc20071001[4][8] = "|1|7";
wc20071001[4][9] = "1";
wc20071001[4][10] = "R";
wc20071001[4][11] = "";
wc20071001[4][12] = "";

wc20071001[5][0] = 20071106;
wc20071001[5][1] = "Honor Society of Nursing Recognizes Researcher of HIV Risk Prevention for Poor and Underserved <span class=documentinfo></span>";
wc20071001[5][2] = "";
wc20071001[5][3] = "/about_baxter/news_room/news_releases/2007/11-06-07-episteme_award.html";
wc20071001[5][4] = "h";
wc20071001[5][5] = "a";
wc20071001[5][6] = "Nov 06, 2007";
wc20071001[5][7] = "_top";
wc20071001[5][8] = "|1|4";
wc20071001[5][9] = "1";
wc20071001[5][10] = "R";
wc20071001[5][11] = "";
wc20071001[5][12] = "";

wc20071001[6][0] = 20071105;
wc20071001[6][1] = "Baxter Kidney Patient Education Program Celebrates Tenth Anniversary <span class=documentinfo></span>";
wc20071001[6][2] = "";
wc20071001[6][3] = "/about_baxter/news_room/news_releases/2007/11-05-07-kidney_patient_education.html";
wc20071001[6][4] = "h";
wc20071001[6][5] = "a";
wc20071001[6][6] = "Nov 05, 2007";
wc20071001[6][7] = "_top";
wc20071001[6][8] = "|1|8";
wc20071001[6][9] = "1";
wc20071001[6][10] = "R";
wc20071001[6][11] = "";
wc20071001[6][12] = "";

wc20071001[7][0] = 20071102;
wc20071001[7][1] = "Baxter Announces 2007 Renal Discoveries Grant Winners <span class=documentinfo></span>";
wc20071001[7][2] = "";
wc20071001[7][3] = "/about_baxter/news_room/news_releases/2007/11-02-07-2007_renal_grant_winners.html";
wc20071001[7][4] = "h";
wc20071001[7][5] = "a";
wc20071001[7][6] = "Nov 02, 2007";
wc20071001[7][7] = "_top";
wc20071001[7][8] = "|1|8";
wc20071001[7][9] = "1";
wc20071001[7][10] = "R";
wc20071001[7][11] = "";
wc20071001[7][12] = "";

wc20071001[8][0] = 20071101;
wc20071001[8][1] = "New Study Finds ADEPT&reg; Effective in Reducing Adhesions Following Gynecological Laparoscopic Surgery <span class=documentinfo></span>";
wc20071001[8][2] = "";
wc20071001[8][3] = "/about_baxter/news_room/news_releases/2007/11-01-07-adept.html";
wc20071001[8][4] = "h";
wc20071001[8][5] = "a";
wc20071001[8][6] = "Nov 01, 2007";
wc20071001[8][7] = "_top";
wc20071001[8][8] = "|1|2";
wc20071001[8][9] = "1";
wc20071001[8][10] = "R";
wc20071001[8][11] = "";
wc20071001[8][12] = "";

wc20071001[9][0] = 20071018;
wc20071001[9][1] = "Baxter Reports Strong Third Quarter Sales and Earnings <span class=documentinfo></span>";
wc20071001[9][2] = "";
wc20071001[9][3] = "/about_baxter/news_room/news_releases/2007/10-18-07-third_qtr_earnings.html";
wc20071001[9][4] = "h";
wc20071001[9][5] = "a";
wc20071001[9][6] = "Oct 18, 2007";
wc20071001[9][7] = "_top";
wc20071001[9][8] = "|1|3";
wc20071001[9][9] = "1";
wc20071001[9][10] = "R";
wc20071001[9][11] = "";
wc20071001[9][12] = "";

wc20071001[10][0] = 20071016;
wc20071001[10][1] = "Baxter Adds Recombinant Protein to Specialty Therapeutics Portfolio <span class=documentinfo></span>";
wc20071001[10][2] = "";
wc20071001[10][3] = "/about_baxter/news_room/news_releases/2007/10-16-07-kaketsuken.html";
wc20071001[10][4] = "h";
wc20071001[10][5] = "a";
wc20071001[10][6] = "Oct 16, 2007";
wc20071001[10][7] = "_top";
wc20071001[10][8] = "|1|2";
wc20071001[10][9] = "1";
wc20071001[10][10] = "R";
wc20071001[10][11] = "";
wc20071001[10][12] = "";

wc20071001[11][0] = 20071009;
wc20071001[11][1] = "Baxter and Novation Sign Multi-Year Contract Extension Valued at Over $200 Million for Medication Delivery Products <span class=documentinfo></span>";
wc20071001[11][2] = "";
wc20071001[11][3] = "/about_baxter/news_room/news_releases/2007/10-09-07-novation.html";
wc20071001[11][4] = "h";
wc20071001[11][5] = "a";
wc20071001[11][6] = "Oct 09, 2007";
wc20071001[11][7] = "_top";
wc20071001[11][8] = "|1|5|7";
wc20071001[11][9] = "1";
wc20071001[11][10] = "R";
wc20071001[11][11] = "";
wc20071001[11][12] = "";

var wc20080101 = MultiDimensionalArray(4,9);
wcnewsarray[idx++] = 20080101;
wc20080101[0][0] = 20080125;
wc20080101[0][1] = "Baxter Issues Urgent Nationwide Voluntary Recall of Heparin 1,000 Units/ML 10 and 30mL Multi-Dose Vials <span class=documentinfo></span>";
wc20080101[0][2] = "";
wc20080101[0][3] = "/about_baxter/press_room/press_releases/2008/01-25-08-heparin_multi.html";
wc20080101[0][4] = "h";
wc20080101[0][5] = "a";
wc20080101[0][6] = "Jan 25, 2008";
wc20080101[0][7] = "_top";
wc20080101[0][8] = "|1|8";
wc20080101[0][9] = "1";
wc20080101[0][10] = "R";
wc20080101[0][11] = "";
wc20080101[0][12] = "";

wc20080101[1][0] = 20080124;
wc20080101[1][1] = "Baxter Achieves Record Sales and Earnings for Full-Year 2007 <span class=documentinfo></span>";
wc20080101[1][2] = "";
wc20080101[1][3] = "/about_baxter/press_room/press_releases/2008/01-24-08-yearendearnings.html";
wc20080101[1][4] = "h";
wc20080101[1][5] = "a";
wc20080101[1][6] = "Jan 24, 2008";
wc20080101[1][7] = "_top";
wc20080101[1][8] = "|1|3";
wc20080101[1][9] = "1";
wc20080101[1][10] = "R";
wc20080101[1][11] = "";
wc20080101[1][12] = "";

wc20080101[2][0] = 20080110;
wc20080101[2][1] = "Harborview Medical Center in Seattle Receives Prestigious $100,000 Foster G. McGaw Prize for Excellence in Community Service <span class=documentinfo></span>";
wc20080101[2][2] = "";
wc20080101[2][3] = "/about_baxter/press_room/press_releases/2008/01-10-08-mcgaw_prize.html";
wc20080101[2][4] = "h";
wc20080101[2][5] = "a";
wc20080101[2][6] = "Jan 10, 2008";
wc20080101[2][7] = "_top";
wc20080101[2][8] = "|1|4";
wc20080101[2][9] = "1";
wc20080101[2][10] = "R";
wc20080101[2][11] = "";
wc20080101[2][12] = "";

wc20080101[3][0] = 20080107;
wc20080101[3][1] = "Baxter to Market Nycomed\'s TachoSil&reg; in the United States  <span class=documentinfo></span>";
wc20080101[3][2] = "";
wc20080101[3][3] = "/about_baxter/press_room/press_releases/2008/01-07-08-nycomed.html";
wc20080101[3][4] = "h";
wc20080101[3][5] = "a";
wc20080101[3][6] = "Jan 07, 2008";
wc20080101[3][7] = "_top";
wc20080101[3][8] = "|1|2";
wc20080101[3][9] = "1";
wc20080101[3][10] = "R";
wc20080101[3][11] = "";
wc20080101[3][12] = "";

wc20080101[4][0] = 20080107;
wc20080101[4][1] = "Baxter Announces Recombinant Factor IX Development Program for Hemophilia B <span class=documentinfo></span>";
wc20080101[4][2] = "";
wc20080101[4][3] = "/about_baxter/press_room/press_releases/2008/01-07-08-factor_ix.html";
wc20080101[4][4] = "h";
wc20080101[4][5] = "a";
wc20080101[4][6] = "Jan 07, 2008";
wc20080101[4][7] = "_top";
wc20080101[4][8] = "|1|2";
wc20080101[4][9] = "1";
wc20080101[4][10] = "R";
wc20080101[4][11] = "";
wc20080101[4][12] = "";

var wc20080201 = MultiDimensionalArray(4,9);
wcnewsarray[idx++] = 20080201;
wc20080201[0][0] = 20080228;
wc20080201[0][1] = "Baxter to Proceed with Recall of Remaining Heparin Sodium Vial Products <span class=documentinfo></span>";
wc20080201[0][2] = "";
wc20080201[0][3] = "/about_baxter/press_room/press_releases/2008/02-28-08-heparin.html";
wc20080201[0][4] = "h";
wc20080201[0][5] = "a";
wc20080201[0][6] = "Feb 28, 2008";
wc20080201[0][7] = "_top";
wc20080201[0][8] = "|1|7";
wc20080201[0][9] = "1";
wc20080201[0][10] = "R";
wc20080201[0][11] = "";
wc20080201[0][12] = "";

wc20080201[1][0] = 20080221;
wc20080201[1][1] = "Baxter Highlights Recent Sustainability Achievements and Recognition <span class=documentinfo></span>";
wc20080201[1][2] = "";
wc20080201[1][3] = "/about_baxter/press_room/press_releases/2008/02-21-08-sustainability.html";
wc20080201[1][4] = "h";
wc20080201[1][5] = "a";
wc20080201[1][6] = "Feb 21, 2008";
wc20080201[1][7] = "_top";
wc20080201[1][8] = "|1|4";
wc20080201[1][9] = "1";
wc20080201[1][10] = "R";
wc20080201[1][11] = "";
wc20080201[1][12] = "";

wc20080201[2][0] = 20080212;
wc20080201[2][1] = "Baxter Declares Quarterly Dividend <span class=documentinfo></span>";
wc20080201[2][2] = "";
wc20080201[2][3] = "/about_baxter/press_room/press_releases/2008/02-12-08-dividend.html";
wc20080201[2][4] = "h";
wc20080201[2][5] = "a";
wc20080201[2][6] = "Feb 12, 2008";
wc20080201[2][7] = "_top";
wc20080201[2][8] = "|1|3";
wc20080201[2][9] = "1";
wc20080201[2][10] = "R";
wc20080201[2][11] = "";
wc20080201[2][12] = "";

wc20080201[3][0] = 20080211;
wc20080201[3][1] = "Baxter Provides Update on Heparin Reactions <span class=documentinfo></span>";
wc20080201[3][2] = "";
wc20080201[3][3] = "/about_baxter/press_room/press_releases/2008/02-11-08-heprin_update.html";
wc20080201[3][4] = "h";
wc20080201[3][5] = "a";
wc20080201[3][6] = "Feb 11, 2008";
wc20080201[3][7] = "_top";
wc20080201[3][8] = "|1|7";
wc20080201[3][9] = "1";
wc20080201[3][10] = "R";
wc20080201[3][11] = "";
wc20080201[3][12] = "";

wc20080201[4][0] = 20080204;
wc20080201[4][1] = "Baxter\'s Costa Rica Facility Recognized with Shingo Prize for Excellence in Manufacturing <span class=documentinfo></span>";
wc20080201[4][2] = "";
wc20080201[4][3] = "/about_baxter/press_room/press_releases/2008/02-04-08-shingo.html";
wc20080201[4][4] = "h";
wc20080201[4][5] = "a";
wc20080201[4][6] = "Feb 04, 2008";
wc20080201[4][7] = "_top";
wc20080201[4][8] = "|1|4";
wc20080201[4][9] = "1";
wc20080201[4][10] = "R";
wc20080201[4][11] = "";
wc20080201[4][12] = "";

var wc20080301 = MultiDimensionalArray(4,9);
wcnewsarray[idx++] = 20080301;
wc20080301[0][0] = 20080320;
wc20080301[0][1] = "Baxter Announces FDA Approval of ARTISS Slow-Setting Fibrin Sealant in Treatment of Burn Patients <span class=documentinfo></span>";
wc20080301[0][2] = "";
wc20080301[0][3] = "/about_baxter/press_room/press_releases/2008/03-20-08-artiss.html";
wc20080301[0][4] = "h";
wc20080301[0][5] = "a";
wc20080301[0][6] = "Mar 20, 2008";
wc20080301[0][7] = "_top";
wc20080301[0][8] = "|1|2";
wc20080301[0][9] = "1";
wc20080301[0][10] = "R";
wc20080301[0][11] = "";
wc20080301[0][12] = "";

wc20080301[1][0] = 20080317;
wc20080301[1][1] = "Baxter\'s Board of Directors Approves New Share Repurchase Authorization of $2 Billion <span class=documentinfo></span>";
wc20080301[1][2] = "";
wc20080301[1][3] = "/about_baxter/press_room/press_releases/2008/03-17-08-stock_repurchase.html";
wc20080301[1][4] = "h";
wc20080301[1][5] = "a";
wc20080301[1][6] = "Mar 17, 2008";
wc20080301[1][7] = "_top";
wc20080301[1][8] = "|1|3";
wc20080301[1][9] = "1";
wc20080301[1][10] = "R";
wc20080301[1][11] = "";
wc20080301[1][12] = "";

wc20080301[2][0] = 20080316;
wc20080301[2][1] = "Baxter Presents Latest Clinical Trial Results of GAMMAGARD LIQUID Administered Subcutaneously <span class=documentinfo></span>";
wc20080301[2][2] = "";
wc20080301[2][3] = "/about_baxter/press_room/press_releases/2008/03-16-08-gammagard_liquid.html";
wc20080301[2][4] = "h";
wc20080301[2][5] = "a";
wc20080301[2][6] = "Mar 16, 2008";
wc20080301[2][7] = "_top";
wc20080301[2][8] = "|1|3";
wc20080301[2][9] = "1";
wc20080301[2][10] = "R";
wc20080301[2][11] = "";
wc20080301[2][12] = "";

wc20080301[3][0] = 20080315;
wc20080301[3][1] = "Undiagnosed Primary Immunodeficiency Disorders are Associated with Substantial Healthcare Cost and Resource Use <span class=documentinfo></span>";
wc20080301[3][2] = "";
wc20080301[3][3] = "/about_baxter/press_room/press_releases/2008/03-15-08-burden_of_illness.html";
wc20080301[3][4] = "h";
wc20080301[3][5] = "a";
wc20080301[3][6] = "Mar 15, 2008";
wc20080301[3][7] = "_top";
wc20080301[3][8] = "|1|2";
wc20080301[3][9] = "1";
wc20080301[3][10] = "R";
wc20080301[3][11] = "";
wc20080301[3][12] = "";

wc20080301[4][0] = 20080310;
wc20080301[4][1] = "Baxter and its Foundation Contribute Nearly $53 Million in 2007 to Address Critical Needs Locally and Globally <span class=documentinfo></span>";
wc20080301[4][2] = "";
wc20080301[4][3] = "/about_baxter/press_room/press_releases/2008/03-10-08-foundation_2007.html";
wc20080301[4][4] = "h";
wc20080301[4][5] = "a";
wc20080301[4][6] = "Mar 10, 2008";
wc20080301[4][7] = "_top";
wc20080301[4][8] = "|1|4";
wc20080301[4][9] = "1";
wc20080301[4][10] = "R";
wc20080301[4][11] = "";
wc20080301[4][12] = "";

var wc20080401 = MultiDimensionalArray(3,9);
wcnewsarray[idx++] = 20080401;
wc20080401[0][0] = 20080421;
wc20080401[0][1] = "Baxter Facilities Celebrate Earth Day <span class=documentinfo></span>";
wc20080401[0][2] = "";
wc20080401[0][3] = "/about_baxter/press_room/press_releases/2008/04-21-08-earth_day.html";
wc20080401[0][4] = "h";
wc20080401[0][5] = "a";
wc20080401[0][6] = "Apr 21, 2008";
wc20080401[0][7] = "_top";
wc20080401[0][8] = "|1|4";
wc20080401[0][9] = "1";
wc20080401[0][10] = "R";
wc20080401[0][11] = "";
wc20080401[0][12] = "";

wc20080401[1][0] = 20080417;
wc20080401[1][1] = "Baxter Honors World Hemophilia Day with Donation to World Federation of Hemophilia\'s Global Alliance for Progress <span class=documentinfo></span>";
wc20080401[1][2] = "";
wc20080401[1][3] = "/about_baxter/press_room/press_releases/2008/04-17-08-world_hemophilia.html";
wc20080401[1][4] = "h";
wc20080401[1][5] = "a";
wc20080401[1][6] = "Apr 17, 2008";
wc20080401[1][7] = "_top";
wc20080401[1][8] = "|1|2";
wc20080401[1][9] = "1";
wc20080401[1][10] = "R";
wc20080401[1][11] = "";
wc20080401[1][12] = "";

wc20080401[2][0] = 20080417;
wc20080401[2][1] = "Baxter Reports Solid First Quarter Financial Results and Raises Full-Year Outlook <span class=documentinfo></span>";
wc20080401[2][2] = "";
wc20080401[2][3] = "/about_baxter/press_room/press_releases/2008/04-17-08-first_qtr_earnings.html";
wc20080401[2][4] = "h";
wc20080401[2][5] = "a";
wc20080401[2][6] = "Apr 17, 2008";
wc20080401[2][7] = "_top";
wc20080401[2][8] = "|1|3";
wc20080401[2][9] = "1";
wc20080401[2][10] = "R";
wc20080401[2][11] = "";
wc20080401[2][12] = "";

wc20080401[3][0] = 20080409;
wc20080401[3][1] = "Baxter&acute;s V-Link Luer-Activated Device with VitalShield Protective Coating Now Available for Hospitals <span class=documentinfo></span>";
wc20080401[3][2] = "";
wc20080401[3][3] = "/about_baxter/press_room/press_releases/2008/04-09-08-v-link.html";
wc20080401[3][4] = "h";
wc20080401[3][5] = "a";
wc20080401[3][6] = "Apr 09, 2008";
wc20080401[3][7] = "_top";
wc20080401[3][8] = "|1|7";
wc20080401[3][9] = "1";
wc20080401[3][10] = "R";
wc20080401[3][11] = "";
wc20080401[3][12] = "";

var wc20080501 = MultiDimensionalArray(1,9);
wcnewsarray[idx++] = 20080501;
wc20080501[0][0] = 20080507;
wc20080501[0][1] = "Professor Sir Michael G. Marmot Selected as 2008 Recipient of the William B. Graham Prize for Health Services Research <span class=documentinfo></span>";
wc20080501[0][2] = "";
wc20080501[0][3] = "/about_baxter/press_room/press_releases/2008/05-07-08_graham_prize.html";
wc20080501[0][4] = "h";
wc20080501[0][5] = "a";
wc20080501[0][6] = "May 07, 2008";
wc20080501[0][7] = "_top";
wc20080501[0][8] = "|1|4";
wc20080501[0][9] = "1";
wc20080501[0][10] = "R";
wc20080501[0][11] = "";
wc20080501[0][12] = "";

wc20080501[1][0] = 20080506;
wc20080501[1][1] = "Baxter\'s Board of Directors Declares Quarterly Dividend <span class=documentinfo></span>";
wc20080501[1][2] = "";
wc20080501[1][3] = "/about_baxter/press_room/press_releases/2008/05-06-08_dividend.html";
wc20080501[1][4] = "h";
wc20080501[1][5] = "a";
wc20080501[1][6] = "May 06, 2008";
wc20080501[1][7] = "_top";
wc20080501[1][8] = "|1|3";
wc20080501[1][9] = "1";
wc20080501[1][10] = "R";
wc20080501[1][11] = "";
wc20080501[1][12] = "";

var wc20080601 = MultiDimensionalArray(4,9);
wcnewsarray[idx++] = 20080601;
wc20080601[0][0] = 20080619;
wc20080601[0][1] = "Baxter Releases Ninth Annual Sustainability Report <span class=documentinfo></span>";
wc20080601[0][2] = "";
wc20080601[0][3] = "/about_baxter/press_room/press_releases/2008/06-19-08_sustainability.html";
wc20080601[0][4] = "h";
wc20080601[0][5] = "a";
wc20080601[0][6] = "Jun 19, 2008";
wc20080601[0][7] = "_top";
wc20080601[0][8] = "|1|4";
wc20080601[0][9] = "1";
wc20080601[0][10] = "R";
wc20080601[0][11] = "";
wc20080601[0][12] = "";

wc20080601[1][0] = 20080612;
wc20080601[1][1] = "The New England Journal of Medicine Publishes Study Investigating the Safety and Efficacy of Baxter\'s Cell-Based Pandemic, Avian Flu Vaccine <span class=documentinfo></span>";
wc20080601[1][2] = "";
wc20080601[1][3] = "/about_baxter/press_room/press_releases/2008/06-12-08_vero_cell.html";
wc20080601[1][4] = "h";
wc20080601[1][5] = "a";
wc20080601[1][6] = "Jun 12, 2008";
wc20080601[1][7] = "_top";
wc20080601[1][8] = "|1|2";
wc20080601[1][9] = "1";
wc20080601[1][10] = "R";
wc20080601[1][11] = "";
wc20080601[1][12] = "";

wc20080601[2][0] = 20080606;
wc20080601[2][1] = "Baxter Preclinical Data of Longer-Acting Factor VIII for Hemophilia A Presented at International Congress <span class=documentinfo></span>";
wc20080601[2][2] = "";
wc20080601[2][3] = "/about_baxter/press_room/press_releases/2008/06-06-08_preclinical_data_presented.html";
wc20080601[2][4] = "h";
wc20080601[2][5] = "a";
wc20080601[2][6] = "Jun 06, 2008";
wc20080601[2][7] = "_top";
wc20080601[2][8] = "|1|2";
wc20080601[2][9] = "1";
wc20080601[2][10] = "R";
wc20080601[2][11] = "";
wc20080601[2][12] = "";

wc20080601[3][0] = 20080605;
wc20080601[3][1] = "Baxter Announces Winners of &quot;Picture Your Tomorrow, Today&quot; Global Photo Contest <span class=documentinfo></span>";
wc20080601[3][2] = "";
wc20080601[3][3] = "/about_baxter/press_room/press_releases/2008/06-05-08_tommorrow_today.html";
wc20080601[3][4] = "h";
wc20080601[3][5] = "a";
wc20080601[3][6] = "Jun 05, 2008";
wc20080601[3][7] = "_top";
wc20080601[3][8] = "|1|2";
wc20080601[3][9] = "1";
wc20080601[3][10] = "R";
wc20080601[3][11] = "";
wc20080601[3][12] = "";

wc20080601[4][0] = 20080605;
wc20080601[4][1] = "Baxter Highlights Recent Sustainability Achievements and Recognition <span class=documentinfo></span>";
wc20080601[4][2] = "";
wc20080601[4][3] = "/about_baxter/press_room/press_releases/2008/06-05-08_sustainability.html";
wc20080601[4][4] = "h";
wc20080601[4][5] = "a";
wc20080601[4][6] = "Jun 05, 2008";
wc20080601[4][7] = "_top";
wc20080601[4][8] = "|1|4";
wc20080601[4][9] = "1";
wc20080601[4][10] = "R";
wc20080601[4][11] = "";
wc20080601[4][12] = "";

var wc20080701 = MultiDimensionalArray(3,9);
wcnewsarray[idx++] = 20080701;
wc20080701[0][0] = 20080731;
wc20080701[0][1] = "Children\'s Memorial Hospital Celebrates Opening of Jeffrey Modell Foundation Diagnostic Center for Primary Immunodeficiencies <span class=documentinfo></span>";
wc20080701[0][2] = "";
wc20080701[0][3] = "/about_baxter/press_room/press_releases/2008/07-31-08_childrens_hospital.html";
wc20080701[0][4] = "h";
wc20080701[0][5] = "a";
wc20080701[0][6] = "Jul 31, 2008";
wc20080701[0][7] = "_top";
wc20080701[0][8] = "|1|2";
wc20080701[0][9] = "1";
wc20080701[0][10] = "R";
wc20080701[0][11] = "";
wc20080701[0][12] = "";

wc20080701[1][0] = 20080730;
wc20080701[1][1] = "Announcement of Nine-Month Phase II Study Results For Baxter\'s GAMMAGARD LIQUID And GAMMAGARD S/D Intravenous Immunoglobulin (IGIV) in Patients with Alzheimer\'s Disease <span class=documentinfo></span>";
wc20080701[1][2] = "";
wc20080701[1][3] = "/about_baxter/press_room/press_releases/2008/07-30-08_gammagard.html";
wc20080701[1][4] = "h";
wc20080701[1][5] = "a";
wc20080701[1][6] = "Jul 30, 2008";
wc20080701[1][7] = "_top";
wc20080701[1][8] = "|1|2";
wc20080701[1][9] = "1";
wc20080701[1][10] = "R";
wc20080701[1][11] = "";
wc20080701[1][12] = "";

wc20080701[2][0] = 20080729;
wc20080701[2][1] = "Baxter Declares Quarterly Dividend <span class=documentinfo></span>";
wc20080701[2][2] = "";
wc20080701[2][3] = "/about_baxter/press_room/press_releases/2008/07-29-08_dividend.html";
wc20080701[2][4] = "h";
wc20080701[2][5] = "a";
wc20080701[2][6] = "Jul 29, 2008";
wc20080701[2][7] = "_top";
wc20080701[2][8] = "|1|3";
wc20080701[2][9] = "1";
wc20080701[2][10] = "R";
wc20080701[2][11] = "";
wc20080701[2][12] = "";

wc20080701[3][0] = 20080717;
wc20080701[3][1] = "Baxter Raises Full-Year 2008 Outlook Following Strong Second-Quarter Financial Results <span class=documentinfo></span>";
wc20080701[3][2] = "";
wc20080701[3][3] = "/about_baxter/press_room/press_releases/2008/07-17-08-second_qtr_earnings.html";
wc20080701[3][4] = "h";
wc20080701[3][5] = "a";
wc20080701[3][6] = "Jul 17, 2008";
wc20080701[3][7] = "_top";
wc20080701[3][8] = "|1|3";
wc20080701[3][9] = "1";
wc20080701[3][10] = "R";
wc20080701[3][11] = "";
wc20080701[3][12] = "";

var wc20080801 = MultiDimensionalArray(0,9);
wcnewsarray[idx++] = 20080801;
wc20080801[0][0] = 20080825;
wc20080801[0][1] = "Baxter Announces Licensing Agreement for Innocoll\'s Gentamicin Surgical Implant in the United States <span class=documentinfo></span>";
wc20080801[0][2] = "";
wc20080801[0][3] = "/about_baxter/press_room/press_releases/2008/08-25-08_gentamicin_surgical_implant.html";
wc20080801[0][4] = "h";
wc20080801[0][5] = "a";
wc20080801[0][6] = "Aug 25, 2008";
wc20080801[0][7] = "_top";
wc20080801[0][8] = "|1|2";
wc20080801[0][9] = "1";
wc20080801[0][10] = "R";
wc20080801[0][11] = "";
wc20080801[0][12] = "";

var wc20080901 = MultiDimensionalArray(2,9);
wcnewsarray[idx++] = 20080901;
wc20080901[0][0] = 20080929;
wc20080901[0][1] = "Baxter\'s Antimicrobial IV Technology Now Shown to Kill Six Common Pathogens, Including MRSA and VRE <span class=documentinfo></span>";
wc20080901[0][2] = "";
wc20080901[0][3] = "/about_baxter/press_room/press_releases/2008/09_29_08_v-link.html";
wc20080901[0][4] = "h";
wc20080901[0][5] = "a";
wc20080901[0][6] = "Sep 29, 2008";
wc20080901[0][7] = "_top";
wc20080901[0][8] = "|1|7";
wc20080901[0][9] = "1";
wc20080901[0][10] = "R";
wc20080901[0][11] = "";
wc20080901[0][12] = "";

wc20080901[1][0] = 20080922;
wc20080901[1][1] = "Baxter Initiates Phase III Trial for the Treatment of Alzheimer\'s Disease <span class=documentinfo></span>";
wc20080901[1][2] = "";
wc20080901[1][3] = "/about_baxter/press_room/press_releases/2008/09_22_08_alzheimers_phase_iii_trial.html";
wc20080901[1][4] = "h";
wc20080901[1][5] = "a";
wc20080901[1][6] = "Sep 22, 2008";
wc20080901[1][7] = "_top";
wc20080901[1][8] = "";
wc20080901[1][9] = "1";
wc20080901[1][10] = "R";
wc20080901[1][11] = "";
wc20080901[1][12] = "";

wc20080901[2][0] = 20080905;
wc20080901[2][1] = "Baxter Named to Dow Jones Sustainability Index for Tenth Consecutive Year <span class=documentinfo></span>";
wc20080901[2][2] = "";
wc20080901[2][3] = "/about_baxter/press_room/press_releases/2008/09_05_08_sustainability_dow_jones.html";
wc20080901[2][4] = "h";
wc20080901[2][5] = "a";
wc20080901[2][6] = "Sep 05, 2008";
wc20080901[2][7] = "_top";
wc20080901[2][8] = "|1|4";
wc20080901[2][9] = "1";
wc20080901[2][10] = "R";
wc20080901[2][11] = "";
wc20080901[2][12] = "";

var wc20081001 = MultiDimensionalArray(6,9);
wcnewsarray[idx++] = 20081001;
wc20081001[0][0] = 20081023;
wc20081001[0][1] = "Chicago Public Schools Receive Major Corporate Donation for Science Education <span class=documentinfo></span>";
wc20081001[0][2] = "";
wc20081001[0][3] = "/about_baxter/press_room/press_releases/2008/10_23_08_science_at_work.html";
wc20081001[0][4] = "h";
wc20081001[0][5] = "a";
wc20081001[0][6] = "Oct 23, 2008";
wc20081001[0][7] = "_top";
wc20081001[0][8] = "|1|4";
wc20081001[0][9] = "1";
wc20081001[0][10] = "R";
wc20081001[0][11] = "";
wc20081001[0][12] = "";

wc20081001[1][0] = 20081023;
wc20081001[1][1] = "Chicago Public Schools Receive Major Corporate Donation for Science Education <span class=documentinfo></span>";
wc20081001[1][2] = "";
wc20081001[1][3] = "/about_baxter/press_room/multimedia/lindblom_report_oct_08.html";
wc20081001[1][4] = "h";
wc20081001[1][5] = "a";
wc20081001[1][6] = "Oct 23, 2008";
wc20081001[1][7] = "_top";
wc20081001[1][8] = "|1|4";
wc20081001[1][9] = "WC";
wc20081001[1][10] = "M";
wc20081001[1][11] = "/images/news/science_at_work_180.gif";
wc20081001[1][12] = "Baxter International Inc., Chicago Mayor Richard M. Daley and Chicago Public Schools (CPS) launched Science@Work -- a five-year program to support CPS district science initiatives focusing on biotechnology.";

wc20081001[2][0] = 20081020;
wc20081001[2][1] = "Results From a Completed Clinical Study of ADVATE in Children Less Than Six Years Old with Moderately Severe to Severe Hemophilia A Were Published in &lt;i&gt;The Journal of Thrombosis and Haemostasis&lt;/i&gt; <span class=documentinfo></span>";
wc20081001[2][2] = "";
wc20081001[2][3] = "/about_baxter/press_room/press_releases/2008/10_20_08_advate.html";
wc20081001[2][4] = "h";
wc20081001[2][5] = "a";
wc20081001[2][6] = "Oct 20, 2008";
wc20081001[2][7] = "_top";
wc20081001[2][8] = "|1|2";
wc20081001[2][9] = "1";
wc20081001[2][10] = "R";
wc20081001[2][11] = "";
wc20081001[2][12] = "";

wc20081001[3][0] = 20081016;
wc20081001[3][1] = "Baxter Posts Strong Sales and Earnings for Third Quarter 2008 <span class=documentinfo></span>";
wc20081001[3][2] = "";
wc20081001[3][3] = "/about_baxter/press_room/press_releases/2008/10_16_08-third_qtr_earnings.html";
wc20081001[3][4] = "h";
wc20081001[3][5] = "a";
wc20081001[3][6] = "Oct 16, 2008";
wc20081001[3][7] = "_top";
wc20081001[3][8] = "|1|3";
wc20081001[3][9] = "1";
wc20081001[3][10] = "R";
wc20081001[3][11] = "";
wc20081001[3][12] = "";

wc20081001[4][0] = 20081008;
wc20081001[4][1] = "Growing Demand on Health Care Resources and Increased Incidence of Kidney Disease Draw Attention to Peritoneal Dialysis on its 30th Anniversary <span class=documentinfo></span>";
wc20081001[4][2] = "";
wc20081001[4][3] = "/about_baxter/press_room/press_releases/2008/10_08_08_pd_anniversary.html";
wc20081001[4][4] = "h";
wc20081001[4][5] = "a";
wc20081001[4][6] = "Oct 08, 2008";
wc20081001[4][7] = "_top";
wc20081001[4][8] = "|1|8";
wc20081001[4][9] = "1";
wc20081001[4][10] = "R";
wc20081001[4][11] = "";
wc20081001[4][12] = "";

wc20081001[5][0] = 20081008;
wc20081001[5][1] = "Kidney Disease Patient Profiles: Judy and Buddy Martin\'s Story, A Choice To Be At Home  <span class=documentinfo></span>";
wc20081001[5][2] = "";
wc20081001[5][3] = "/about_baxter/press_room/multimedia/martin_01.html";
wc20081001[5][4] = "h";
wc20081001[5][5] = "a";
wc20081001[5][6] = "Oct 08, 2008";
wc20081001[5][7] = "_top";
wc20081001[5][8] = "|1|8";
wc20081001[5][9] = "PC";
wc20081001[5][10] = "M";
wc20081001[5][11] = "/images/news/judy_and_buddy_martin_028.jpg";
wc20081001[5][12] = "Peritoneal dialysis patient Judy Martin and her husband, Buddy, talk about their family history of nephritis and why they chose at-home therapy.";

wc20081001[6][0] = 20081008;
wc20081001[6][1] = "Kidney Disease Patient Profiles: Judy and Buddy Martin&acute;s Story, Living On PD Therapy <span class=documentinfo></span>";
wc20081001[6][2] = "";
wc20081001[6][3] = "/about_baxter/press_room/multimedia/martin_02.html";
wc20081001[6][4] = "h";
wc20081001[6][5] = "a";
wc20081001[6][6] = "Oct 08, 2008";
wc20081001[6][7] = "_top";
wc20081001[6][8] = "|1|8";
wc20081001[6][9] = "PC";
wc20081001[6][10] = "M";
wc20081001[6][11] = "/images/news/judy_and_buddy_martin_024.jpg";
wc20081001[6][12] = "Peritoneal dialysis patient Judy Martin and her husband, Buddy, offer perspective on living a full life on PD therapy and offering inspiration and support to others.";

var wc20081101 = MultiDimensionalArray(3,9);
wcnewsarray[idx++] = 20081101;
wc20081101[0][0] = 20081114;
wc20081101[0][1] = "National Hemophilia Foundation and Baxter Announce 2008 Recipients of Clinical Fellowship Program <span class=documentinfo></span>";
wc20081101[0][2] = "";
wc20081101[0][3] = "/about_baxter/press_room/press_releases/2008/11_14_08_hemophilia.html";
wc20081101[0][4] = "h";
wc20081101[0][5] = "a";
wc20081101[0][6] = "Nov 14, 2008";
wc20081101[0][7] = "_top";
wc20081101[0][8] = "|1|2";
wc20081101[0][9] = "1";
wc20081101[0][10] = "R";
wc20081101[0][11] = "";
wc20081101[0][12] = "";

wc20081101[1][0] = 20081113;
wc20081101[1][1] = "Baxter Highlights Recent Sustainability Achievements and Recognition <span class=documentinfo></span>";
wc20081101[1][2] = "";
wc20081101[1][3] = "/about_baxter/press_room/press_releases/2008/11_13_08_sustainability.html";
wc20081101[1][4] = "h";
wc20081101[1][5] = "a";
wc20081101[1][6] = "Nov 13, 2008";
wc20081101[1][7] = "_top";
wc20081101[1][8] = "|1|4";
wc20081101[1][9] = "1";
wc20081101[1][10] = "R";
wc20081101[1][11] = "";
wc20081101[1][12] = "";

wc20081101[2][0] = 20081112;
wc20081101[2][1] = "Baxter Declares Quarterly Dividend, Increases Rate 20 Percent  <span class=documentinfo></span>";
wc20081101[2][2] = "";
wc20081101[2][3] = "/about_baxter/press_room/press_releases/2008/11_12_08_dividend.html";
wc20081101[2][4] = "h";
wc20081101[2][5] = "a";
wc20081101[2][6] = "Nov 12, 2008";
wc20081101[2][7] = "_top";
wc20081101[2][8] = "|1|3";
wc20081101[2][9] = "1";
wc20081101[2][10] = "R";
wc20081101[2][11] = "";
wc20081101[2][12] = "";

wc20081101[3][0] = 20081106;
wc20081101[3][1] = "Chairman and CEO Robert L. Parkinson,Jr. speaks at Howard University <span class=documentinfo></span>";
wc20081101[3][2] = "";
wc20081101[3][3] = "/about_baxter/press_room/multimedia/howard_university_video.html";
wc20081101[3][4] = "h";
wc20081101[3][5] = "a";
wc20081101[3][6] = "Nov 06, 2008";
wc20081101[3][7] = "_top";
wc20081101[3][8] = "|1";
wc20081101[3][9] = "WC";
wc20081101[3][10] = "M";
wc20081101[3][11] = "/images/news/BobParkinson_02.jpg";
wc20081101[3][12] = "Baxter CEO Bob Parkinson presented to students and administrators at Howard University on leadership and other topics.";

var wc20081201 = MultiDimensionalArray(2,9);
wcnewsarray[idx++] = 20081201;
wc20081201[0][0] = 20081219;
wc20081201[0][1] = "Baxter Plant in Mexico Named Among IndustryWeek\'s Top 10 Best Plants <span class=documentinfo></span>";
wc20081201[0][2] = "";
wc20081201[0][3] = "/about_baxter/press_room/press_releases/2008/12_19_08_industryweek.html";
wc20081201[0][4] = "h";
wc20081201[0][5] = "a";
wc20081201[0][6] = "Dec 19, 2008";
wc20081201[0][7] = "_top";
wc20081201[0][8] = "|1";
wc20081201[0][9] = "1";
wc20081201[0][10] = "R";
wc20081201[0][11] = "";
wc20081201[0][12] = "";

wc20081201[1][0] = 20081218;
wc20081201[1][1] = "Baxter Receives EMEA Positive Opinion for CELVAPAN, the First Cell Culture-based Pandemic Flu Vaccine <span class=documentinfo></span>";
wc20081201[1][2] = "";
wc20081201[1][3] = "/about_baxter/press_room/press_releases/2008/12_18_08_celvapan.html";
wc20081201[1][4] = "h";
wc20081201[1][5] = "a";
wc20081201[1][6] = "Dec 18, 2008";
wc20081201[1][7] = "_top";
wc20081201[1][8] = "|1|2";
wc20081201[1][9] = "1";
wc20081201[1][10] = "R";
wc20081201[1][11] = "";
wc20081201[1][12] = "";

wc20081201[2][0] = 20081204;
wc20081201[2][1] = "Baxter Announces Dosing of First Patient in Phase I Clinical Trial of Recombinant Therapy for von Willebrand Disease <span class=documentinfo></span>";
wc20081201[2][2] = "";
wc20081201[2][3] = "/about_baxter/press_room/press_releases/2008/12_04_08_von_willebrand.html";
wc20081201[2][4] = "h";
wc20081201[2][5] = "a";
wc20081201[2][6] = "Dec 04, 2008";
wc20081201[2][7] = "_top";
wc20081201[2][8] = "|1|2";
wc20081201[2][9] = "1";
wc20081201[2][10] = "R";
wc20081201[2][11] = "";
wc20081201[2][12] = "";

var wc20090101 = MultiDimensionalArray(6,9);
wcnewsarray[idx++] = 20090101;
wc20090101[0][0] = 20090122;
wc20090101[0][1] = "Baxter Achieves Record Sales, Earnings and Cash Flow for Full-year 2008 <span class=documentinfo></span>";
wc20090101[0][2] = "";
wc20090101[0][3] = "/about_baxter/press_room/press_releases/2009/01_22_09-yearendearnings.html";
wc20090101[0][4] = "h";
wc20090101[0][5] = "a";
wc20090101[0][6] = "Jan 22, 2009";
wc20090101[0][7] = "_top";
wc20090101[0][8] = "|1|3";
wc20090101[0][9] = "1";
wc20090101[0][10] = "R";
wc20090101[0][11] = "";
wc20090101[0][12] = "";

wc20090101[1][0] = 20090115;
wc20090101[1][1] = "Baxter Collaborates with MedicAlert to Expand Awareness of Glucose Monitor Interference to Enhance Safety in Hospitals <span class=documentinfo></span>";
wc20090101[1][2] = "";
wc20090101[1][3] = "/about_baxter/press_room/press_releases/2009/01_15_09_medicalert.html";
wc20090101[1][4] = "h";
wc20090101[1][5] = "a";
wc20090101[1][6] = "Jan 15, 2009";
wc20090101[1][7] = "_top";
wc20090101[1][8] = "|1|8";
wc20090101[1][9] = "1";
wc20090101[1][10] = "R";
wc20090101[1][11] = "";
wc20090101[1][12] = "";

wc20090101[2][0] = 20090114;
wc20090101[2][1] = "Baxter&rsquo;s Renal HomeCare Services Recognized with International Service Excellence Award <span class=documentinfo></span>";
wc20090101[2][2] = "";
wc20090101[2][3] = "/about_baxter/press_room/press_releases/2009/01_14_09_homecare_services.html";
wc20090101[2][4] = "h";
wc20090101[2][5] = "a";
wc20090101[2][6] = "Jan 14, 2009";
wc20090101[2][7] = "_top";
wc20090101[2][8] = "|1|8";
wc20090101[2][9] = "1";
wc20090101[2][10] = "R";
wc20090101[2][11] = "";
wc20090101[2][12] = "";

wc20090101[3][0] = 20090113;
wc20090101[3][1] = "St. Mary\'s Health System in Maine Receives Prestigious $100,000 Foster G. McGaw Prize for Excellence <span class=documentinfo></span>";
wc20090101[3][2] = "";
wc20090101[3][3] = "/about_baxter/press_room/press_releases/2009/01_13_09_foster_mcgaw_prize.html";
wc20090101[3][4] = "h";
wc20090101[3][5] = "a";
wc20090101[3][6] = "Jan 13, 2009";
wc20090101[3][7] = "_top";
wc20090101[3][8] = "|1|4";
wc20090101[3][9] = "1";
wc20090101[3][10] = "R";
wc20090101[3][11] = "";
wc20090101[3][12] = "";

wc20090101[4][0] = 20090112;
wc20090101[4][1] = "Baxter Announces 2008 Renal Discoveries Grant Winners <span class=documentinfo></span>";
wc20090101[4][2] = "";
wc20090101[4][3] = "/about_baxter/press_room/press_releases/2009/01_12_09_renal_grants.html";
wc20090101[4][4] = "h";
wc20090101[4][5] = "a";
wc20090101[4][6] = "Jan 12, 2009";
wc20090101[4][7] = "_top";
wc20090101[4][8] = "|1|8";
wc20090101[4][9] = "1";
wc20090101[4][10] = "R";
wc20090101[4][11] = "";
wc20090101[4][12] = "";

wc20090101[5][0] = 20090109;
wc20090101[5][1] = "Baxter Supports Science Education <span class=documentinfo></span>";
wc20090101[5][2] = "";
wc20090101[5][3] = "/about_baxter/press_room/multimedia/lindblom_report_jan_09.html";
wc20090101[5][4] = "h";
wc20090101[5][5] = "a";
wc20090101[5][6] = "Jan 09, 2009";
wc20090101[5][7] = "_top";
wc20090101[5][8] = "|1|5";
wc20090101[5][9] = "WC";
wc20090101[5][10] = "M";
wc20090101[5][11] = "/images/news/science_at_work_180.gif";
wc20090101[5][12] = "Students from Chicago\'s Lindblom Math and Science Academy high school visited Baxter to conduct research for a major class project as part of the company\'s ongoing Science@Work education initiative. ";

wc20090101[6][0] = 20090105;
wc20090101[6][1] = "Phase III Trial Begins for GAMMAGARD LIQUID Plus rHuPH20 in Primary Immunodeficiency Patients <span class=documentinfo></span>";
wc20090101[6][2] = "";
wc20090101[6][3] = "/about_baxter/press_room/press_releases/2009/01_05_09_halozyme.html";
wc20090101[6][4] = "h";
wc20090101[6][5] = "a";
wc20090101[6][6] = "Jan 05, 2009";
wc20090101[6][7] = "_top";
wc20090101[6][8] = "|1|2";
wc20090101[6][9] = "1";
wc20090101[6][10] = "R";
wc20090101[6][11] = "";
wc20090101[6][12] = "";

var wc20090201 = MultiDimensionalArray(1,9);
wcnewsarray[idx++] = 20090201;
wc20090201[0][0] = 20090217;
wc20090201[0][1] = "Baxter Declares Quarterly Dividend <span class=documentinfo></span>";
wc20090201[0][2] = "/about_baxter/press_room/documents/2009/02_17_09-dividend.pdf";
wc20090201[0][3] = "/about_baxter/press_room/press_releases/2009/02_17_09-dividend.html";
wc20090201[0][4] = "h";
wc20090201[0][5] = "a";
wc20090201[0][6] = "Feb 17, 2009";
wc20090201[0][7] = "_top";
wc20090201[0][8] = "|1|3";
wc20090201[0][9] = "1";
wc20090201[0][10] = "R";
wc20090201[0][11] = "";
wc20090201[0][12] = "";

wc20090201[1][0] = 20090211;
wc20090201[1][1] = "Baxter Recognized Among Global 100 Most Sustainable Corporations <span class=documentinfo></span>";
wc20090201[1][2] = "/about_baxter/press_room/documents/2009/02_11_09-sustainability.pdf";
wc20090201[1][3] = "/about_baxter/press_room/press_releases/2009/02_11_09-sustainability.html";
wc20090201[1][4] = "h";
wc20090201[1][5] = "a";
wc20090201[1][6] = "Feb 11, 2009";
wc20090201[1][7] = "_top";
wc20090201[1][8] = "|1|4";
wc20090201[1][9] = "1";
wc20090201[1][10] = "R";
wc20090201[1][11] = "";
wc20090201[1][12] = "";

var wc20090301 = MultiDimensionalArray(3,9);
wcnewsarray[idx++] = 20090301;
wc20090301[0][0] = 20090316;
wc20090301[0][1] = "Data Presented at AAAAI Reinforce Baxter\'s Commitment to Making GAMMAGARD LIQUID Therapy More Convenient <span class=documentinfo></span>";
wc20090301[0][2] = "/about_baxter/press_room/documents/2009/03_16_09_aaaai.pdf";
wc20090301[0][3] = "/about_baxter/press_room/press_releases/2009/03_16_09_aaaai.html";
wc20090301[0][4] = "h";
wc20090301[0][5] = "a";
wc20090301[0][6] = "Mar 16, 2009";
wc20090301[0][7] = "_top";
wc20090301[0][8] = "|1|2";
wc20090301[0][9] = "1";
wc20090301[0][10] = "R";
wc20090301[0][11] = "";
wc20090301[0][12] = "";

wc20090301[1][0] = 20090311;
wc20090301[1][1] = "FDA Classifies Recent Urgent Device Correction on Baxter&acute;s Colleague Infusion Pump as a Class I Recall <span class=documentinfo></span>";
wc20090301[1][2] = "/about_baxter/press_room/documents/2009/03_11_09_colleague.pdf";
wc20090301[1][3] = "/about_baxter/press_room/press_releases/2009/03_11_09_colleague.html";
wc20090301[1][4] = "h";
wc20090301[1][5] = "a";
wc20090301[1][6] = "Mar 11, 2009";
wc20090301[1][7] = "_top";
wc20090301[1][8] = "|1|7";
wc20090301[1][9] = "1";
wc20090301[1][10] = "R";
wc20090301[1][11] = "";
wc20090301[1][12] = "";

wc20090301[2][0] = 20090310;
wc20090301[2][1] = "Baxter and Its Foundation Contribute Nearly $44 Million in 2008 to Address Critical Needs Locally and Globally <span class=documentinfo></span>";
wc20090301[2][2] = "/about_baxter/press_room/documents/2009/03_10_09_foundation_2008.pdf";
wc20090301[2][3] = "/about_baxter/press_room/press_releases/2009/03_10_09_foundation_2008.html";
wc20090301[2][4] = "h";
wc20090301[2][5] = "a";
wc20090301[2][6] = "Mar 10, 2009";
wc20090301[2][7] = "_top";
wc20090301[2][8] = "|1|4";
wc20090301[2][9] = "1";
wc20090301[2][10] = "R";
wc20090301[2][11] = "";
wc20090301[2][12] = "";

wc20090301[3][0] = 20090305;
wc20090301[3][1] = "Chronic Kidney Disease Incidence Grows While Awareness Among Those Most At Risk Lags  <span class=documentinfo></span>";
wc20090301[3][2] = "/about_baxter/press_room/documents/2009/03_05_09_world_kidney_day.pdf";
wc20090301[3][3] = "/about_baxter/press_room/press_releases/2009/03_05_09_world_kidney_day.html";
wc20090301[3][4] = "h";
wc20090301[3][5] = "a";
wc20090301[3][6] = "Mar 05, 2009";
wc20090301[3][7] = "_top";
wc20090301[3][8] = "|1|8";
wc20090301[3][9] = "1";
wc20090301[3][10] = "R";
wc20090301[3][11] = "";
wc20090301[3][12] = "";

var wc20090401 = MultiDimensionalArray(3,9);
wcnewsarray[idx++] = 20090401;
wc20090401[0][0] = 20090429;
wc20090401[0][1] = "Baxter and the Jeffrey Modell Foundation Celebrate World Day of Immunology, Dedicate New Center for Primary Immunodeficiencies at the Federal University of Sao Paulo <span class=documentinfo></span>";
wc20090401[0][2] = "";
wc20090401[0][3] = "/about_baxter/press_room/press_releases/2009/04_29_09-modell_foundation.html";
wc20090401[0][4] = "h";
wc20090401[0][5] = "a";
wc20090401[0][6] = "Apr 29, 2009";
wc20090401[0][7] = "_top";
wc20090401[0][8] = "|1|2|4";
wc20090401[0][9] = "1";
wc20090401[0][10] = "R";
wc20090401[0][11] = "";
wc20090401[0][12] = "";

wc20090401[1][0] = 20090416;
wc20090401[1][1] = "Baxter Announces Strong First Quarter Financial Results <span class=documentinfo></span>";
wc20090401[1][2] = "";
wc20090401[1][3] = "/about_baxter/press_room/press_releases/2009/04_16_09-first_qtr_earnings.html";
wc20090401[1][4] = "h";
wc20090401[1][5] = "a";
wc20090401[1][6] = "Apr 16, 2009";
wc20090401[1][7] = "_top";
wc20090401[1][8] = "|1|3";
wc20090401[1][9] = "1";
wc20090401[1][10] = "R";
wc20090401[1][11] = "";
wc20090401[1][12] = "";

wc20090401[2][0] = 20090415;
wc20090401[2][1] = "Baxter Partners with World Federation of Hemophilia to Heighten Awareness of Vital Role of Comprehensive Care in Hemophilia Management and Global Disparities in Care <span class=documentinfo></span>";
wc20090401[2][2] = "";
wc20090401[2][3] = "/about_baxter/press_room/press_releases/2009/04_15_09_world_hemophilia_day.html";
wc20090401[2][4] = "h";
wc20090401[2][5] = "a";
wc20090401[2][6] = "Apr 15, 2009";
wc20090401[2][7] = "_top";
wc20090401[2][8] = "|1|2";
wc20090401[2][9] = "1";
wc20090401[2][10] = "R";
wc20090401[2][11] = "";
wc20090401[2][12] = "";

wc20090401[3][0] = 20090415;
wc20090401[3][1] = "Baxter Enters into Exclusive Distribution Agreement with Sigma International for Infusion Pumps <span class=documentinfo></span>";
wc20090401[3][2] = "";
wc20090401[3][3] = "/about_baxter/press_room/press_releases/2009/04_15_09_sigma.html";
wc20090401[3][4] = "h";
wc20090401[3][5] = "a";
wc20090401[3][6] = "Apr 15, 2009";
wc20090401[3][7] = "_top";
wc20090401[3][8] = "|1|7";
wc20090401[3][9] = "1";
wc20090401[3][10] = "R";
wc20090401[3][11] = "";
wc20090401[3][12] = "";

var wc20090501 = MultiDimensionalArray(4,9);
wcnewsarray[idx++] = 20090501;
wc20090501[0][0] = 20090528;
wc20090501[0][1] = "AHRQ Director Carolyn Clancy, MD, Selected as 2009 Recipient of the William B. Graham Prize for Health Services Research <span class=documentinfo></span>";
wc20090501[0][2] = "";
wc20090501[0][3] = "/about_baxter/press_room/press_releases/2009/05_28_09-graham_prize.html";
wc20090501[0][4] = "h";
wc20090501[0][5] = "a";
wc20090501[0][6] = "May 28, 2009";
wc20090501[0][7] = "_top";
wc20090501[0][8] = "|1|4";
wc20090501[0][9] = "1";
wc20090501[0][10] = "R";
wc20090501[0][11] = "";
wc20090501[0][12] = "";

wc20090501[1][0] = 20090527;
wc20090501[1][1] = "Baxter Recognized Among World\'s Most Ethical Companies and 100 Best Corporate Citizens <span class=documentinfo></span>";
wc20090501[1][2] = "";
wc20090501[1][3] = "/about_baxter/press_room/press_releases/2009/05_27_09-sustainability.html";
wc20090501[1][4] = "h";
wc20090501[1][5] = "a";
wc20090501[1][6] = "May 27, 2009";
wc20090501[1][7] = "_top";
wc20090501[1][8] = "|1|4";
wc20090501[1][9] = "1";
wc20090501[1][10] = "R";
wc20090501[1][11] = "";
wc20090501[1][12] = "";

wc20090501[2][0] = 20090515;
wc20090501[2][1] = "Baxter Announces Findings from Premix Heparin IV Bag Investigation Related to Beebe Medical Center Adverse Event Reports <span class=documentinfo></span>";
wc20090501[2][2] = "";
wc20090501[2][3] = "/about_baxter/press_room/press_releases/2009/05_15_09-heparin.html";
wc20090501[2][4] = "h";
wc20090501[2][5] = "a";
wc20090501[2][6] = "May 15, 2009";
wc20090501[2][7] = "_top";
wc20090501[2][8] = "|1|7";
wc20090501[2][9] = "1";
wc20090501[2][10] = "R";
wc20090501[2][11] = "";
wc20090501[2][12] = "";

wc20090501[3][0] = 20090507;
wc20090501[3][1] = "Statement: Baxter Working on Vaccine for A/H1N1 Influenza <span class=documentinfo></span>";
wc20090501[3][2] = "";
wc20090501[3][3] = "/about_baxter/press_room/press_releases/2009/05_07_09-A-H1N1.html";
wc20090501[3][4] = "h";
wc20090501[3][5] = "a";
wc20090501[3][6] = "May 07, 2009";
wc20090501[3][7] = "_top";
wc20090501[3][8] = "|1|2";
wc20090501[3][9] = "1";
wc20090501[3][10] = "R";
wc20090501[3][11] = "";
wc20090501[3][12] = "";

wc20090501[4][0] = 20090505;
wc20090501[4][1] = "Baxter\'s Board of Directors Declares Quarterly Dividend <span class=documentinfo></span>";
wc20090501[4][2] = "";
wc20090501[4][3] = "/about_baxter/press_room/press_releases/2009/05_05_09-dividend.html";
wc20090501[4][4] = "h";
wc20090501[4][5] = "a";
wc20090501[4][6] = "May 05, 2009";
wc20090501[4][7] = "_top";
wc20090501[4][8] = "|1|3";
wc20090501[4][9] = "1";
wc20090501[4][10] = "R";
wc20090501[4][11] = "";
wc20090501[4][12] = "";

var wc20090601 = MultiDimensionalArray(4,9);
wcnewsarray[idx++] = 20090601;
wc20090601[0][0] = 20090623;
wc20090601[0][1] = "Baxter to Acquire Continuous Renal Replacement Therapy Business from Edwards Lifesciences <span class=documentinfo></span>";
wc20090601[0][2] = "";
wc20090601[0][3] = "/about_baxter/press_room/press_releases/2009/06_23_09-crrt_edwards.html";
wc20090601[0][4] = "h";
wc20090601[0][5] = "a";
wc20090601[0][6] = "Jun 23, 2009";
wc20090601[0][7] = "_top";
wc20090601[0][8] = "|1|8";
wc20090601[0][9] = "1";
wc20090601[0][10] = "R";
wc20090601[0][11] = "";
wc20090601[0][12] = "";

wc20090601[1][0] = 20090618;
wc20090601[1][1] = "Baxter Highlights Progress Toward Sustainability Priorities in 10th Annual Sustainability Report <span class=documentinfo></span>";
wc20090601[1][2] = "";
wc20090601[1][3] = "/about_baxter/press_room/press_releases/2009/06_18_09-sustainability.html";
wc20090601[1][4] = "h";
wc20090601[1][5] = "a";
wc20090601[1][6] = "Jun 18, 2009";
wc20090601[1][7] = "_top";
wc20090601[1][8] = "|1|4";
wc20090601[1][9] = "1";
wc20090601[1][10] = "R";
wc20090601[1][11] = "";
wc20090601[1][12] = "";

wc20090601[2][0] = 20090616;
wc20090601[2][1] = "Baxter Collaborating with Leading Institutions to Investigate Innovative Approach for Treating Dehydrated Children <span class=documentinfo></span>";
wc20090601[2][2] = "";
wc20090601[2][3] = "/about_baxter/press_room/press_releases/2009/06_16_09-hylenex.html";
wc20090601[2][4] = "h";
wc20090601[2][5] = "a";
wc20090601[2][6] = "Jun 16, 2009";
wc20090601[2][7] = "_top";
wc20090601[2][8] = "|1|7";
wc20090601[2][9] = "1";
wc20090601[2][10] = "R";
wc20090601[2][11] = "";
wc20090601[2][12] = "";

wc20090601[3][0] = 20090612;
wc20090601[3][1] = "Baxter Advances to Full-Scale Production of A/H1N1 Vaccine <span class=documentinfo></span>";
wc20090601[3][2] = "";
wc20090601[3][3] = "/about_baxter/press_room/press_releases/2009/06_12_09-A-H1N1.html";
wc20090601[3][4] = "h";
wc20090601[3][5] = "a";
wc20090601[3][6] = "Jun 12, 2009";
wc20090601[3][7] = "_top";
wc20090601[3][8] = "|1|2";
wc20090601[3][9] = "1";
wc20090601[3][10] = "R";
wc20090601[3][11] = "";
wc20090601[3][12] = "";

wc20090601[4][0] = 20090610;
wc20090601[4][1] = "Lindblom Math and Science Academy Students Present Projects  <span class=documentinfo></span>";
wc20090601[4][2] = "";
wc20090601[4][3] = "/about_baxter/press_room/multimedia/lindblom_report_april_09.html";
wc20090601[4][4] = "h";
wc20090601[4][5] = "a";
wc20090601[4][6] = "Jun 10, 2009";
wc20090601[4][7] = "_top";
wc20090601[4][8] = "|1|4";
wc20090601[4][9] = "WC";
wc20090601[4][10] = "M";
wc20090601[4][11] = "/images/news/innvoationtalent.jpg";
wc20090601[4][12] = "In April 2009,  high school students from Chicago\'s Lindblom Math and Science Academy presented their Illinois Innovation Talent research projects at Baxter\'s headquarters.";

var wc20090701 = MultiDimensionalArray(2,9);
wcnewsarray[idx++] = 20090701;
wc20090701[0][0] = 20090728;
wc20090701[0][1] = "Baxter Declares Quarterly Dividend and Announces New Share Repurchase Authorization  <span class=documentinfo></span>";
wc20090701[0][2] = "";
wc20090701[0][3] = "/about_baxter/press_room/press_releases/2009/07_28_09-dividend.html";
wc20090701[0][4] = "h";
wc20090701[0][5] = "a";
wc20090701[0][6] = "Jul 28, 2009";
wc20090701[0][7] = "_top";
wc20090701[0][8] = "|1|3";
wc20090701[0][9] = "1";
wc20090701[0][10] = "R";
wc20090701[0][11] = "";
wc20090701[0][12] = " ";

wc20090701[1][0] = 20090716;
wc20090701[1][1] = "Baxter Reports Strong Second Quarter 2009 Financial Results and Raises Full-Year Outlook  <span class=documentinfo></span>";
wc20090701[1][2] = "";
wc20090701[1][3] = "/about_baxter/press_room/press_releases/2009/07_16_09-second_qtr_earnings.html";
wc20090701[1][4] = "h";
wc20090701[1][5] = "a";
wc20090701[1][6] = "Jul 16, 2009";
wc20090701[1][7] = "_top";
wc20090701[1][8] = "|1|3";
wc20090701[1][9] = "1";
wc20090701[1][10] = "R";
wc20090701[1][11] = "";
wc20090701[1][12] = " ";

wc20090701[2][0] = 20090708;
wc20090701[2][1] = "The Baxter International Foundation supports Fundacao Julita and Obra do Ber&ccedil;o   <span class=documentinfo></span>";
wc20090701[2][2] = "";
wc20090701[2][3] = "http://sustainability.baxter.com/community_support/access_to_healthcare/product_donations_grants.html#video_fundacao_julita";
wc20090701[2][4] = "h";
wc20090701[2][5] = "a";
wc20090701[2][6] = "Jul 08, 2009";
wc20090701[2][7] = "_top";
wc20090701[2][8] = "|4";
wc20090701[2][9] = "WC";
wc20090701[2][10] = "M";
wc20090701[2][11] = "/images/news/brazil.jpg";
wc20090701[2][12] = "In 2008, The Baxter International Foundation provided grants to Fundacao Julita and Associa&ccedil;&atilde;o Obra do Ber&ccedil;o, two social services organizations in Sao Paulo, Brazil. Learn more about the support being provided to these organizations.";

var wc20090801 = MultiDimensionalArray(1,9);
wcnewsarray[idx++] = 20090801;
wc20090801[0][0] = 20090831;
wc20090801[0][1] = "Baxter Facilities Worldwide Observe &quot;Baxter World Environment Week&quot; with Local Initiatives <span class=documentinfo></span>";
wc20090801[0][2] = "";
wc20090801[0][3] = "/about_baxter/press_room/press_releases/2009/08_31_09-environment_week.html";
wc20090801[0][4] = "h";
wc20090801[0][5] = "a";
wc20090801[0][6] = "Aug 31, 2009";
wc20090801[0][7] = "_top";
wc20090801[0][8] = "|1|4";
wc20090801[0][9] = "1";
wc20090801[0][10] = "R";
wc20090801[0][11] = "";
wc20090801[0][12] = "";

wc20090801[1][0] = 20090805;
wc20090801[1][1] = "Baxter Completes Production of First Commercial Batches of A/H1N1 Pandemic Vaccine <span class=documentinfo></span>";
wc20090801[1][2] = "";
wc20090801[1][3] = "/about_baxter/press_room/press_releases/2009/08_05_09-A-H1N1.html";
wc20090801[1][4] = "h";
wc20090801[1][5] = "a";
wc20090801[1][6] = "Aug 05, 2009";
wc20090801[1][7] = "_top";
wc20090801[1][8] = "|1|2";
wc20090801[1][9] = "1";
wc20090801[1][10] = "R";
wc20090801[1][11] = "";
wc20090801[1][12] = "";

var wc20090901 = MultiDimensionalArray(1,9);
wcnewsarray[idx++] = 20090901;
wc20090901[0][0] = 20090916;
wc20090901[0][1] = "Baxter Hosts 2009 Investor Conference <span class=documentinfo></span>";
wc20090901[0][2] = "";
wc20090901[0][3] = "/about_baxter/press_room/press_releases/2009/09_16_09-investor_conference.html";
wc20090901[0][4] = "h";
wc20090901[0][5] = "a";
wc20090901[0][6] = "Sep 16, 2009";
wc20090901[0][7] = "_top";
wc20090901[0][8] = "|1|3";
wc20090901[0][9] = "1";
wc20090901[0][10] = "R";
wc20090901[0][11] = "";
wc20090901[0][12] = "";

wc20090901[1][0] = 20090903;
wc20090901[1][1] = "Baxter Named to Dow Jones Sustainability Index for 11th Consecutive Year <span class=documentinfo></span>";
wc20090901[1][2] = "";
wc20090901[1][3] = "/about_baxter/press_room/press_releases/2009/09_03_09-dow_jones.html";
wc20090901[1][4] = "h";
wc20090901[1][5] = "a";
wc20090901[1][6] = "Sep 03, 2009";
wc20090901[1][7] = "_top";
wc20090901[1][8] = "|1|4";
wc20090901[1][9] = "1";
wc20090901[1][10] = "R";
wc20090901[1][11] = "";
wc20090901[1][12] = "";

var wc20091001 = MultiDimensionalArray(9,9);
wcnewsarray[idx++] = 20091001;
wc20091001[0][0] = 20091030;
wc20091001[0][1] = "Baxter Launches the Education Advantage Scholarship Program for People with Hemophilia A and Inhibitors <span class=documentinfo></span>";
wc20091001[0][2] = "";
wc20091001[0][3] = "/about_baxter/press_room/press_releases/2009/10_30_09-education_advantage.html";
wc20091001[0][4] = "h";
wc20091001[0][5] = "a";
wc20091001[0][6] = "Oct 30, 2009";
wc20091001[0][7] = "_top";
wc20091001[0][8] = "|1|2";
wc20091001[0][9] = "1";
wc20091001[0][10] = "R";
wc20091001[0][11] = "";
wc20091001[0][12] = "";

wc20091001[1][0] = 20091023;
wc20091001[1][1] = "HYLENEX: Understanding the Patient Experience <span class=documentinfo></span>";
wc20091001[1][2] = "";
wc20091001[1][3] = "/about_baxter/press_room/features_stories/2009_hylenex_video.html";
wc20091001[1][4] = "h";
wc20091001[1][5] = "a";
wc20091001[1][6] = "Oct 23, 2009";
wc20091001[1][7] = "_top";
wc20091001[1][8] = "|1|7";
wc20091001[1][9] = "WC";
wc20091001[1][10] = "M";
wc20091001[1][11] = "/images/about_baxter/press_room/hylenex_patient_with_parents_sm.jpg";
wc20091001[1][12] = "Pediatric patients, parents and caregivers discuss the benefits of Hylenex for use in pediatric rehydration.";

wc20091001[2][0] = 20091015;
wc20091001[2][1] = "Baxter Reports Double-Digit EPS Growth for Third Quarter  <span class=documentinfo></span>";
wc20091001[2][2] = "";
wc20091001[2][3] = "/about_baxter/press_room/press_releases/2009/10_15_09-third_qtr_earnings.html";
wc20091001[2][4] = "h";
wc20091001[2][5] = "a";
wc20091001[2][6] = "Oct 15, 2009";
wc20091001[2][7] = "_top";
wc20091001[2][8] = "|1|3";
wc20091001[2][9] = "1";
wc20091001[2][10] = "R";
wc20091001[2][11] = "";
wc20091001[2][12] = "As flu season approaches, Baxter is helping emergency departments better prepare for one of the flu\'s common symptoms in children.";

wc20091001[3][0] = 20091008;
wc20091001[3][1] = "HYLENEX: Addressing Unmet Needs in Pediatric Dehydration <span class=documentinfo></span>";
wc20091001[3][2] = "";
wc20091001[3][3] = "/about_baxter/press_room/features_stories/2009_hylenex.html";
wc20091001[3][4] = "h";
wc20091001[3][5] = "a";
wc20091001[3][6] = "Oct 08, 2009";
wc20091001[3][7] = "_top";
wc20091001[3][8] = "|1|7";
wc20091001[3][9] = "1";
wc20091001[3][10] = "M";
wc20091001[3][11] = "/images/about_baxter/press_room/hylenex_patient_sm.jpg";
wc20091001[3][12] = "As flu season approaches , Baxter is helping emergency departments to better prepare for one of the flu&rsquo;s common consequences &ndash; dehydration.";

wc20091001[4][0] = 20091007;
wc20091001[4][1] = "Baxter Receives European Commission Approval for CELVAPAN H1N1 Pandemic Influenza Vaccine <span class=documentinfo></span>";
wc20091001[4][2] = "";
wc20091001[4][3] = "/about_baxter/press_room/press_releases/2009/10_07_09-celvapan.html";
wc20091001[4][4] = "h";
wc20091001[4][5] = "a";
wc20091001[4][6] = "Oct 07, 2009";
wc20091001[4][7] = "_top";
wc20091001[4][8] = "|1|2";
wc20091001[4][9] = "1";
wc20091001[4][10] = "R";
wc20091001[4][11] = "";
wc20091001[4][12] = "Data from the First Pediatric Rehydration Study, INFUSE-PEDS 1, Published Today in Pediatrics ";

wc20091001[5][0] = 20091005;
wc20091001[5][1] = "Baxter Announces the Commercial Launch of HYLENEX at ACEP for use in Pediatric Rehydration <span class=documentinfo></span>";
wc20091001[5][2] = "";
wc20091001[5][3] = "/about_baxter/press_room/press_releases/2009/10_05_09-hylenex.html";
wc20091001[5][4] = "h";
wc20091001[5][5] = "a";
wc20091001[5][6] = "Oct 05, 2009";
wc20091001[5][7] = "_top";
wc20091001[5][8] = "|1|7";
wc20091001[5][9] = "1";
wc20091001[5][10] = "R";
wc20091001[5][11] = "";
wc20091001[5][12] = "";

wc20091001[6][0] = 20091002;
wc20091001[6][1] = "Cincinnati Children\'s Opens Jeffrey Modell Foundation Diagnostic Center for Primary Immunodeficiencies <span class=documentinfo></span>";
wc20091001[6][2] = "";
wc20091001[6][3] = "/about_baxter/press_room/press_releases/2009/10_02_09-modell.html";
wc20091001[6][4] = "h";
wc20091001[6][5] = "a";
wc20091001[6][6] = "Oct 02, 2009";
wc20091001[6][7] = "_top";
wc20091001[6][8] = "|1|2|5";
wc20091001[6][9] = "1";
wc20091001[6][10] = "R";
wc20091001[6][11] = "";
wc20091001[6][12] = "Sigma Theta Tau International presents The Baxter International Foundation\'s 2009 Episteme Award ";

wc20091001[7][0] = 20091002;
wc20091001[7][1] = "Baxter Receives EMEA Positive Opinion for CELVAPAN H1N1 Pandemic Influenza Vaccine <span class=documentinfo></span>";
wc20091001[7][2] = "";
wc20091001[7][3] = "/about_baxter/press_room/press_releases/2009/10_02_09-celvapan.html";
wc20091001[7][4] = "h";
wc20091001[7][5] = "a";
wc20091001[7][6] = "Oct 02, 2009";
wc20091001[7][7] = "_top";
wc20091001[7][8] = "|1|2";
wc20091001[7][9] = "1";
wc20091001[7][10] = "R";
wc20091001[7][11] = "";
wc20091001[7][12] = "Baxter\'s Los Angeles facility was recently named the first biologics plant to win a Shingo Bronze Medallion for Operational Excellence.";

wc20091001[8][0] = 20091001;
wc20091001[8][1] = "Honor Society of Nursing Recognizes Researcher for Significant Contributions to Geriatric Care <span class=documentinfo></span>";
wc20091001[8][2] = "";
wc20091001[8][3] = "/about_baxter/press_room/press_releases/2009/10_01_09-episteme.html";
wc20091001[8][4] = "h";
wc20091001[8][5] = "a";
wc20091001[8][6] = "Oct 01, 2009";
wc20091001[8][7] = "_top";
wc20091001[8][8] = "|1|4";
wc20091001[8][9] = "1";
wc20091001[8][10] = "R";
wc20091001[8][11] = "";
wc20091001[8][12] = "Baxter\'s Los Angeles facility was recently named the first biologics plant to win a Shingo Bronze Medallion for Operational Excellence.";

wc20091001[9][0] = 20091001;
wc20091001[9][1] = "Baxter Plant named first Biologics Facility to Win Shingo Honor <span class=documentinfo></span>";
wc20091001[9][2] = "";
wc20091001[9][3] = "/about_baxter/press_room/features_stories/2009_shingo_la_plant.html";
wc20091001[9][4] = "f";
wc20091001[9][5] = "a";
wc20091001[9][6] = "Oct 01, 2009";
wc20091001[9][7] = "_top";
wc20091001[9][8] = "";
wc20091001[9][9] = "1";
wc20091001[9][10] = "M";
wc20091001[9][11] = "/images/about_baxter/press_room/shingologo.gif";
wc20091001[9][12] = "Baxter\'s Los Angeles facility was recently named the first biologics plant to win a Shingo Bronze Medallion for Operational Excellence.";

var wc20091101 = MultiDimensionalArray(3,9);
wcnewsarray[idx++] = 20091101;
wc20091101[0][0] = 20091120;
wc20091101[0][1] = "Lindblom Math and Science Academy Students Participate in Baxter\'s Career Day <span class=documentinfo></span>";
wc20091101[0][2] = "";
wc20091101[0][3] = "/about_baxter/press_room/multimedia/lindblom_report_sept_09.html";
wc20091101[0][4] = "h";
wc20091101[0][5] = "a";
wc20091101[0][6] = "Nov 20, 2009";
wc20091101[0][7] = "_top";
wc20091101[0][8] = "|1";
wc20091101[0][9] = "1";
wc20091101[0][10] = "M";
wc20091101[0][11] = "/images/information/science_at_work_100.gif";
wc20091101[0][12] = "As part of Baxter\'s ongoing Science@Work initiative, the senior class from Chicago\'s Lindblom Math and Science Academy visited Baxter\'s headquarters to learn about internships and career paths.";

wc20091101[1][0] = 20091119;
wc20091101[1][1] = "Science@Work At Year One:  Baxter initiative continues to boost science education for Chicago&rsquo;s students and teachers <span class=documentinfo></span>";
wc20091101[1][2] = "";
wc20091101[1][3] = "/about_baxter/press_room/features_stories/2009_science.html";
wc20091101[1][4] = "h";
wc20091101[1][5] = "a";
wc20091101[1][6] = "Nov 19, 2009";
wc20091101[1][7] = "_top";
wc20091101[1][8] = "|1";
wc20091101[1][9] = "1";
wc20091101[1][10] = "M";
wc20091101[1][11] = "/images/about_baxter/press_room/science_muchin_mason_sm.jpg";
wc20091101[1][12] = "The first-year report card for Baxter&rsquo;s Science@Work initiative is in, and the results are outstanding.";

wc20091101[2][0] = 20091110;
wc20091101[2][1] = "Baxter Raises Quarterly Dividend <span class=documentinfo></span>";
wc20091101[2][2] = "";
wc20091101[2][3] = "/about_baxter/press_room/press_releases/2009/11_10_09_dividend.html";
wc20091101[2][4] = "h";
wc20091101[2][5] = "a";
wc20091101[2][6] = "Nov 10, 2009";
wc20091101[2][7] = "_top";
wc20091101[2][8] = "|1|3";
wc20091101[2][9] = "1";
wc20091101[2][10] = "R";
wc20091101[2][11] = "";
wc20091101[2][12] = "";

wc20091101[3][0] = 20091109;
wc20091101[3][1] = "New Medicare Benefit to Provide Chronic Kidney Disease Patients with Education on Treatment Options <span class=documentinfo></span>";
wc20091101[3][2] = "";
wc20091101[3][3] = "/about_baxter/press_room/press_releases/2009/11_09_09-medicare_CKD.html";
wc20091101[3][4] = "h";
wc20091101[3][5] = "a";
wc20091101[3][6] = "Nov 09, 2009";
wc20091101[3][7] = "_top";
wc20091101[3][8] = "|1|8";
wc20091101[3][9] = "1";
wc20091101[3][10] = "R";
wc20091101[3][11] = "";
wc20091101[3][12] = "";


 dspnews(params['item'],params['ntype'],params['cat'],params['fcat'],params['dmode'],params['fyear']);
