// ****************************  no keyword list  **************************** //
//                                                                             //
// It is only necessary to specify the keywords which are not wanted.          //
//                                                                             //
// var no_keyword = new Array();                                               //
// no_keyword[0] = new Array();                                                //
// no_keyword[0][0]= "[keyword_1]";                                            //
// no_keyword[1] = new Array();                                                //
// no_keyword[1][0]= "[keyword_2]";                                            //
//                                                                             //
// *************************************************************************** //

// Do never remove this array declaration
var no_keyword = new Array();

no_keyword[0] = new Array();                                                
no_keyword[0][0]= "Standorte";                                            
no_keyword[1] = new Array();                                                
no_keyword[1][0]= "Einstiegsm&ouml;glichkeiten";  
no_keyword[2] = new Array();                                                
no_keyword[2][0]= "Auswahlverfahren";  
no_keyword[3] = new Array();                                                
no_keyword[3][0]= "&Uuml;berblick";  



// ****************************  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]= "Business IT";                                              
yes_keyword[0][1]= "3";                            
yes_keyword[0][2]= "http://www.bmwgroup.com/bmwgroup_prod/d/0_0_www_bmwgroup_com/karriere/einstiegsmoeglichkeiten/fuer_professionals/unsere_schwerpunkte.html";                                                                                             
yes_keyword[1] = new Array();                                                
yes_keyword[1][0]= "CFK";                                              
yes_keyword[1][1]= "3";                            
yes_keyword[1][2]= "http://www.bmwgroup.com/bmwgroup_prod/d/0_0_www_bmwgroup_com/karriere/einstiegsmoeglichkeiten/fuer_professionals/unsere_schwerpunkte.html";      
yes_keyword[2] = new Array();                                                
yes_keyword[2][0]= "Softwareentwicklung";                                              
yes_keyword[2][1]= "1";                            
yes_keyword[2][2]= "http://www.bmwgroup.com/bmwgroup_prod/d/0_0_www_bmwgroup_com/karriere/einstiegsmoeglichkeiten/fuer_professionals/unsere_schwerpunkte.html";      
yes_keyword[3] = new Array();                                                
yes_keyword[3][0]= "E-Mobilität";                                              
yes_keyword[3][1]= "1";                            
yes_keyword[3][2]= "http://www.bmwgroup.com/bmwgroup_prod/d/0_0_www_bmwgroup_com/karriere/einstiegsmoeglichkeiten/fuer_professionals/unsere_schwerpunkte.html";                     
/*yes_keyword[4] = new Array();                                                
yes_keyword[4][0]= "Job market China";                                              
yes_keyword[4][1]= "4";                            
yes_keyword[4][2]= "javascript:void(MyWindow=window.open('https://recruiting.bmwgroup.de/ibs/Servlets/ibs/controller/sm?event=__activate_and_reset&sprache=de&target=smsuchergebnis&category=1&standortValue=A28&publishedOnlyFlag=0&includeStudentOffers=1&contentbereich=1&intern=false','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=1024,height=720'));MyWindow.focus();";                      
*/ 
