// ****************************  no keyword list  **************************** //
//                                                                             //
// It is necessary to specify the keyword and the categroy                     //
// which are not wanted.                                                       //
//                                                                             //
// var no_keyword = new Array();                                               //
// no_keyword[0] = new Array();                                                //
// no_keyword[0][0]= "[keyword_1]";                                            //
// no_keyword[0][1]= "";                                                       //
// no_keyword[0][2]= "";                                                       //
// no_keyword[0][3]= "[category_1]";                                           //
// no_keyword[1] = new Array();                                                //
// no_keyword[1][0]= "[keyword_2]";                                            //
//                                                                             //
// *************************************************************************** //

// Do never remove this array declaration
// das muss zwingend drin bleiben.
var no_keyword = new Array();
no_keyword[0] = new Array();
no_keyword[0][0]= "Produktion weltweit";
no_keyword[0][1]= "";
no_keyword[0][2]= "";
no_keyword[0][3]= "Produktion";
no_keyword[1] = new Array();
no_keyword[1][0]= "BMW Motorrad";
no_keyword[1][1]= "";
no_keyword[1][2]= "";
no_keyword[1][3]= "Produktion";
no_keyword[2] = new Array();
no_keyword[2][0]= "BMW Automobil";
no_keyword[2][1]= "";
no_keyword[2][2]= "";
no_keyword[2][3]= "Produktion";
no_keyword[3] = new Array();
no_keyword[3][0]= "Werkbesichtigung";
no_keyword[3][1]= "";
no_keyword[3][2]= "";
no_keyword[3][3]= "Produktion";
no_keyword[4] = new Array();
no_keyword[4][0]= "Strategie";
no_keyword[4][1]= "";
no_keyword[4][2]= "";
no_keyword[4][3]= "Unternehmen";


// ****************************  yes keyword list  **************************** //
//                                                                              //
// You can add up to 3 entries per ranking. Every further entry will be ignored.//
// Ranking 4 is the highest ranking, 1 the lowest ranking.                      //
// At position [1] insert only entries between "1" and "4".                     //
// If position [2] of a keyword has no entry, the url of the tracking export    //
// is used. If there is no entry, the keyword will be ignored.                  //
// Make sure that no redundant entries are declared and that the yes_keyword    //
// list has no more entries than the tracking list.                             //
// Avoid special characters. Umlauts don't need an encoding.                    //
//                                                                              //
// var yes_keyword = new Array();                                               //
// yes_keyword[0] = new Array();                                                //
// yes_keyword[0][0]= "[keyword]";                                              //
// yes_keyword[0][1]= "[ranking (between 1 and 4)]";                            //
// yes_keyword[0][2]= "[url]";                                                  //
// yes_keyword[1] = new Array();                                                //
// ...                                                                          //
//                                                                              //
// **************************************************************************** //

// Do never remove this array declaration
var yes_keyword = new Array();
yes_keyword[0] = new Array(); 
yes_keyword[0][0]= "Sustainable Value Report";                 
yes_keyword[0][1]= "4"; 
yes_keyword[0][2]= "http://www.bmwgroup.com/bmwgroup_prod/d/0_0_www_bmwgroup_com/verantwortung/publikationen/sustainable_value_report_2008/sustainable_value_report_2008.shtml";
