var Warenruppe;
var Detail;
var gefunden;
function suchen(form)
{
var s;
s = form.suchfeld.value;
if (suchen_fill(s)>0)
{
suchepaint();
}
else
{
alert("no such item found!");
}
}
function SuchEintrag(nummer,bezeichung,wg,intern)
{
this.nummer = nummer;
this.bezeichnung = bezeichung;
this.bild = wg;
this.url = intern;
return this;
}
function suchen_fill(was)
{
var i,s1,s2,s3,s4;
was = was.toUpperCase();
i=0;
gefunden = new Array();
s1 = "001";
s1 = s1.toUpperCase();
s2 = "Wolf's hook chrome finish pinnit";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("001","Wolf's hook chrome finish pinnit",s3,s4);
i = gefunden.length;
}
s1 = "002";
s1 = s1.toUpperCase();
s2 = "Celtic Cross";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("002","Celtic Cross",s3,s4);
i = gefunden.length;
}
s1 = "003";
s1 = s1.toUpperCase();
s2 = "Thor's Hammer";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("003","Thor's Hammer",s3,s4);
i = gefunden.length;
}
s1 = "004";
s1 = s1.toUpperCase();
s2 = "Sunwheel Pinnit, chrome finish";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("004","Sunwheel Pinnit, chrome finish",s3,s4);
i = gefunden.length;
}
s1 = "200";
s1 = s1.toUpperCase();
s2 = "TRUTH FOR GERMANY";
s2 = s2.toUpperCase();
s3 = "grafik/200_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("200","TRUTH FOR GERMANY",s3,s4);
i = gefunden.length;
}
s1 = "201";
s1 = s1.toUpperCase();
s2 = "TREBLINKA: Extermination Camp or Transit Camp?";
s2 = s2.toUpperCase();
s3 = "grafik/201_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("201","TREBLINKA: Extermination Camp or Transit Camp?",s3,s4);
i = gefunden.length;
}
s1 = "202";
s1 = s1.toUpperCase();
s2 = "The SIX MILLION RECONSIDERED";
s2 = s2.toUpperCase();
s3 = "grafik/202_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("202","The SIX MILLION RECONSIDERED",s3,s4);
i = gefunden.length;
}
s1 = "203";
s1 = s1.toUpperCase();
s2 = "The Rudolf report magazine";
s2 = s2.toUpperCase();
s3 = "grafik/203_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("203","The Rudolf report magazine",s3,s4);
i = gefunden.length;
}
s1 = "204";
s1 = s1.toUpperCase();
s2 = "The RUDOLF REPORT";
s2 = s2.toUpperCase();
s3 = "grafik/204_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("204","The RUDOLF REPORT",s3,s4);
i = gefunden.length;
}
s1 = "205";
s1 = s1.toUpperCase();
s2 = "Gold in the Furnace";
s2 = s2.toUpperCase();
s3 = "grafik/205_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("205","Gold in the Furnace",s3,s4);
i = gefunden.length;
}
s1 = "206";
s1 = s1.toUpperCase();
s2 = "Myth of the 20th Century";
s2 = s2.toUpperCase();
s3 = "grafik/206_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("206","Myth of the 20th Century",s3,s4);
i = gefunden.length;
}
s1 = "207";
s1 = s1.toUpperCase();
s2 = "SS-Liederbuch (SS Songbook)";
s2 = s2.toUpperCase();
s3 = "grafik/207_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("207","SS-Liederbuch (SS Songbook)",s3,s4);
i = gefunden.length;
}
s1 = "208";
s1 = s1.toUpperCase();
s2 = "A pictorial history of the Blackshirt Movement";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("208","A pictorial history of the Blackshirt Movement",s3,s4);
i = gefunden.length;
}
s1 = "209";
s1 = s1.toUpperCase();
s2 = "Adolf Hitler as a painter and artist";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("209","Adolf Hitler as a painter and artist",s3,s4);
i = gefunden.length;
}
s1 = "210";
s1 = s1.toUpperCase();
s2 = "Adolf Hitler A short sketch of his life";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("210","Adolf Hitler A short sketch of his life",s3,s4);
i = gefunden.length;
}
s1 = "211";
s1 = s1.toUpperCase();
s2 = "Adolf Hitler Speaks to his Youth";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("211","Adolf Hitler Speaks to his Youth",s3,s4);
i = gefunden.length;
}
s1 = "212";
s1 = s1.toUpperCase();
s2 = "Adolf Hitler's family tree";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("212","Adolf Hitler's family tree",s3,s4);
i = gefunden.length;
}
s1 = "213";
s1 = s1.toUpperCase();
s2 = "ARYAN PORTRAITS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("213","ARYAN PORTRAITS",s3,s4);
i = gefunden.length;
}
s1 = "214";
s1 = s1.toUpperCase();
s2 = "BLACKSHIRTS ON SEA";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("214","BLACKSHIRTS ON SEA",s3,s4);
i = gefunden.length;
}
s1 = "215";
s1 = s1.toUpperCase();
s2 = "BOLSHEVISM FROM MOSES TO LENIN";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("215","BOLSHEVISM FROM MOSES TO LENIN",s3,s4);
i = gefunden.length;
}
s1 = "216";
s1 = s1.toUpperCase();
s2 = "COURIER ADOLF HITLER 1914-1918";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("216","COURIER ADOLF HITLER 1914-1918",s3,s4);
i = gefunden.length;
}
s1 = "217";
s1 = s1.toUpperCase();
s2 = "Epic - The Story of the Waffen SS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("217","Epic - The Story of the Waffen SS",s3,s4);
i = gefunden.length;
}
s1 = "218";
s1 = s1.toUpperCase();
s2 = "EPIC: THE STORY OF THE WAFFEN SS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("218","EPIC: THE STORY OF THE WAFFEN SS",s3,s4);
i = gefunden.length;
}
s1 = "219";
s1 = s1.toUpperCase();
s2 = "Fallen for the Fatherland";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("219","Fallen for the Fatherland",s3,s4);
i = gefunden.length;
}
s1 = "220";
s1 = s1.toUpperCase();
s2 = "FASCISM IN ENGLAND, 1928 - 1940";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("220","FASCISM IN ENGLAND, 1928 - 1940",s3,s4);
i = gefunden.length;
}
s1 = "221";
s1 = s1.toUpperCase();
s2 = "FOR MY LEGIONAIRES";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("221","FOR MY LEGIONAIRES",s3,s4);
i = gefunden.length;
}
s1 = "222";
s1 = s1.toUpperCase();
s2 = "German Home Front";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("222","German Home Front",s3,s4);
i = gefunden.length;
}
s1 = "223";
s1 = s1.toUpperCase();
s2 = "German youth in a changing world";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("223","German youth in a changing world",s3,s4);
i = gefunden.length;
}
s1 = "224";
s1 = s1.toUpperCase();
s2 = "German print advertising 1933-1945";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("224","German print advertising 1933-1945",s3,s4);
i = gefunden.length;
}
s1 = "225";
s1 = s1.toUpperCase();
s2 = "Germanic Community";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("225","Germanic Community",s3,s4);
i = gefunden.length;
}
s1 = "226";
s1 = s1.toUpperCase();
s2 = "German volunteers of the WAFFEN SS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("226","German volunteers of the WAFFEN SS",s3,s4);
i = gefunden.length;
}
s1 = "227";
s1 = s1.toUpperCase();
s2 = "GERMANY REBORN";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("227","GERMANY REBORN",s3,s4);
i = gefunden.length;
}
s1 = "228";
s1 = s1.toUpperCase();
s2 = "GOEBBELS SPEAKS AT NURNBERG";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("228","GOEBBELS SPEAKS AT NURNBERG",s3,s4);
i = gefunden.length;
}
s1 = "229";
s1 = s1.toUpperCase();
s2 = "GOERING";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("229","GOERING",s3,s4);
i = gefunden.length;
}
s1 = "231";
s1 = s1.toUpperCase();
s2 = "HATE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("231","HATE",s3,s4);
i = gefunden.length;
}
s1 = "232";
s1 = s1.toUpperCase();
s2 = "HITLER: Bungling amateur or military genius?";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("232","HITLER: Bungling amateur or military genius?",s3,s4);
i = gefunden.length;
}
s1 = "233";
s1 = s1.toUpperCase();
s2 = "Hitlers War";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("233","Hitlers War",s3,s4);
i = gefunden.length;
}
s1 = "234";
s1 = s1.toUpperCase();
s2 = "Hurrah for the blackshirts";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("234","Hurrah for the blackshirts",s3,s4);
i = gefunden.length;
}
s1 = "235";
s1 = s1.toUpperCase();
s2 = "LEADERS of the THIRD REICH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("235","LEADERS of the THIRD REICH",s3,s4);
i = gefunden.length;
}
s1 = "236";
s1 = s1.toUpperCase();
s2 = "Songbook of the NSDAP";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("236","Songbook of the NSDAP",s3,s4);
i = gefunden.length;
}
s1 = "237";
s1 = s1.toUpperCase();
s2 = "Looking east: Germany beyond the Vistula";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("237","Looking east: Germany beyond the Vistula",s3,s4);
i = gefunden.length;
}
s1 = "238";
s1 = s1.toUpperCase();
s2 = "LUFTWAFFE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("238","LUFTWAFFE",s3,s4);
i = gefunden.length;
}
s1 = "239";
s1 = s1.toUpperCase();
s2 = "MEIN KAMPF";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("239","MEIN KAMPF",s3,s4);
i = gefunden.length;
}
s1 = "240";
s1 = s1.toUpperCase();
s2 = "MOSLEY - POLICY AND DEBATE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("240","MOSLEY - POLICY AND DEBATE",s3,s4);
i = gefunden.length;
}
s1 = "241";
s1 = s1.toUpperCase();
s2 = "MY PART IN GERMANY'S FIGHT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("241","MY PART IN GERMANY'S FIGHT",s3,s4);
i = gefunden.length;
}
s1 = "242";
s1 = s1.toUpperCase();
s2 = "NATIONAL SOCIALISM - A left-wing movement";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("242","NATIONAL SOCIALISM - A left-wing movement",s3,s4);
i = gefunden.length;
}
s1 = "243";
s1 = s1.toUpperCase();
s2 = "NATIONAL SOCIALISM - The biological world view";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("243","NATIONAL SOCIALISM - The biological world view",s3,s4);
i = gefunden.length;
}
s1 = "244";
s1 = s1.toUpperCase();
s2 = "NATIONAL SOCIALISM - Vanguard of the Future";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("244","NATIONAL SOCIALISM - Vanguard of the Future",s3,s4);
i = gefunden.length;
}
s1 = "245";
s1 = s1.toUpperCase();
s2 = "NEST LEADER'S MANUAL";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("245","NEST LEADER'S MANUAL",s3,s4);
i = gefunden.length;
}
s1 = "246";
s1 = s1.toUpperCase();
s2 = "Nude photography in Nazi-Germany";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("246","Nude photography in Nazi-Germany",s3,s4);
i = gefunden.length;
}
s1 = "247";
s1 = s1.toUpperCase();
s2 = "NUREMBERG";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("247","NUREMBERG",s3,s4);
i = gefunden.length;
}
s1 = "248";
s1 = s1.toUpperCase();
s2 = "OUT OF STEP";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("248","OUT OF STEP",s3,s4);
i = gefunden.length;
}
s1 = "249";
s1 = s1.toUpperCase();
s2 = "Pfadfinder - Luftwaffe Pathfinder Operations 1940-44";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("249","Pfadfinder - Luftwaffe Pathfinder Operations 1940-44",s3,s4);
i = gefunden.length;
}
s1 = "250";
s1 = s1.toUpperCase();
s2 = "Political Essays by Alfred Rosenberg";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("250","Political Essays by Alfred Rosenberg",s3,s4);
i = gefunden.length;
}
s1 = "251";
s1 = s1.toUpperCase();
s2 = "Positive Christianity in the THIRD REICH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("251","Positive Christianity in the THIRD REICH",s3,s4);
i = gefunden.length;
}
s1 = "252";
s1 = s1.toUpperCase();
s2 = "RACE & POPULATION - PICTURES SPEAK";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("252","RACE & POPULATION - PICTURES SPEAK",s3,s4);
i = gefunden.length;
}
s1 = "253";
s1 = s1.toUpperCase();
s2 = "REINHARD HEYDRICH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("253","REINHARD HEYDRICH",s3,s4);
i = gefunden.length;
}
s1 = "254";
s1 = s1.toUpperCase();
s2 = "River of Life";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("254","River of Life",s3,s4);
i = gefunden.length;
}
s1 = "255";
s1 = s1.toUpperCase();
s2 = "Rudolf Hess and Germany's reluctant war";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("255","Rudolf Hess and Germany's reluctant war",s3,s4);
i = gefunden.length;
}
s1 = "256";
s1 = s1.toUpperCase();
s2 = "SCHNAUFER- Ace of Diamonds";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("256","SCHNAUFER- Ace of Diamonds",s3,s4);
i = gefunden.length;
}
s1 = "257";
s1 = s1.toUpperCase();
s2 = "Selected Quotations from Mein Kampf";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("257","Selected Quotations from Mein Kampf",s3,s4);
i = gefunden.length;
}
s1 = "258";
s1 = s1.toUpperCase();
s2 = "Some thoughts on the formation of an Aryan American folk";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("258","Some thoughts on the formation of an Aryan American folk",s3,s4);
i = gefunden.length;
}
s1 = "259";
s1 = s1.toUpperCase();
s2 = "SS Defender against Bolshevism";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("259","SS Defender against Bolshevism",s3,s4);
i = gefunden.length;
}
s1 = "260";
s1 = s1.toUpperCase();
s2 = "SS Guidelines for Hitler's birthday";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("260","SS Guidelines for Hitler's birthday",s3,s4);
i = gefunden.length;
}
s1 = "261";
s1 = s1.toUpperCase();
s2 = "SS MAN - BE FRUITFUL";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("261","SS MAN - BE FRUITFUL",s3,s4);
i = gefunden.length;
}
s1 = "262";
s1 = s1.toUpperCase();
s2 = "SS-Race-Theory and mate selection guidelines";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("262","SS-Race-Theory and mate selection guidelines",s3,s4);
i = gefunden.length;
}
s1 = "263";
s1 = s1.toUpperCase();
s2 = "TERRAMARE PAMPHLETS No 2";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("263","TERRAMARE PAMPHLETS No 2",s3,s4);
i = gefunden.length;
}
s1 = "264";
s1 = s1.toUpperCase();
s2 = "TERRAMARE PAMPHLETS No 4";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("264","TERRAMARE PAMPHLETS No 4",s3,s4);
i = gefunden.length;
}
s1 = "265";
s1 = s1.toUpperCase();
s2 = "The Cult of Superman";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("265","The Cult of Superman",s3,s4);
i = gefunden.length;
}
s1 = "266";
s1 = s1.toUpperCase();
s2 = "The Ideal National Socialism";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("266","The Ideal National Socialism",s3,s4);
i = gefunden.length;
}
s1 = "267";
s1 = s1.toUpperCase();
s2 = "The martyrdom of William Joyce";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("267","The martyrdom of William Joyce",s3,s4);
i = gefunden.length;
}
s1 = "268";
s1 = s1.toUpperCase();
s2 = "The NATIONAL SOCIALIST";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("268","The NATIONAL SOCIALIST",s3,s4);
i = gefunden.length;
}
s1 = "269";
s1 = s1.toUpperCase();
s2 = "The NATIONAL SOCIALIST REVOLTION and the S.A";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("269","The NATIONAL SOCIALIST REVOLTION and the S.A",s3,s4);
i = gefunden.length;
}
s1 = "270";
s1 = s1.toUpperCase();
s2 = "The new German Reichschancellery in Berlin 1938-1945";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("270","The new German Reichschancellery in Berlin 1938-1945",s3,s4);
i = gefunden.length;
}
s1 = "271";
s1 = s1.toUpperCase();
s2 = "The new Germany's desires: WORK and PEACE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("271","The new Germany's desires: WORK and PEACE",s3,s4);
i = gefunden.length;
}
s1 = "272";
s1 = s1.toUpperCase();
s2 = "The PROGRAMME OF THE NSDAP";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("272","The PROGRAMME OF THE NSDAP",s3,s4);
i = gefunden.length;
}
s1 = "273";
s1 = s1.toUpperCase();
s2 = "The REICH GOVERNMENT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("273","The REICH GOVERNMENT",s3,s4);
i = gefunden.length;
}
s1 = "274";
s1 = s1.toUpperCase();
s2 = "The SS CALLS YOU!";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("274","The SS CALLS YOU!",s3,s4);
i = gefunden.length;
}
s1 = "275";
s1 = s1.toUpperCase();
s2 = "The SS LOOKS AT AMERICA";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("275","The SS LOOKS AT AMERICA",s3,s4);
i = gefunden.length;
}
s1 = "276";
s1 = s1.toUpperCase();
s2 = "The STAR Tabloid newspaper";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("276","The STAR Tabloid newspaper",s3,s4);
i = gefunden.length;
}
s1 = "277";
s1 = s1.toUpperCase();
s2 = "Thirty war articles for the GERMAN folk";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("277","Thirty war articles for the GERMAN folk",s3,s4);
i = gefunden.length;
}
s1 = "278";
s1 = s1.toUpperCase();
s2 = "Total-War-Speech - "Wollt Ihr den totalen Krieg"";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("278","Total-War-Speech - "Wollt Ihr den totalen Krieg"",s3,s4);
i = gefunden.length;
}
s1 = "279";
s1 = s1.toUpperCase();
s2 = "Under the guns of the german aces";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("279","Under the guns of the german aces",s3,s4);
i = gefunden.length;
}
s1 = "280";
s1 = s1.toUpperCase();
s2 = "Wolfgang Willrich - From the Lifetree of the German";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("280","Wolfgang Willrich - From the Lifetree of the German",s3,s4);
i = gefunden.length;
}
s1 = "281";
s1 = s1.toUpperCase();
s2 = "YOU AND YOUR FOLK";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("281","YOU AND YOUR FOLK",s3,s4);
i = gefunden.length;
}
s1 = "282";
s1 = s1.toUpperCase();
s2 = "German infantryman at war 1939-1945";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("282","German infantryman at war 1939-1945",s3,s4);
i = gefunden.length;
}
s1 = "283";
s1 = s1.toUpperCase();
s2 = "REGICIDE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("283","REGICIDE",s3,s4);
i = gefunden.length;
}
s1 = "284";
s1 = s1.toUpperCase();
s2 = "AMERICA'S DECLINE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("284","AMERICA'S DECLINE",s3,s4);
i = gefunden.length;
}
s1 = "285";
s1 = s1.toUpperCase();
s2 = "BLOOD RITUAL";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("285","BLOOD RITUAL",s3,s4);
i = gefunden.length;
}
s1 = "286";
s1 = s1.toUpperCase();
s2 = "DECEIVED, DAMNED AND DEFIANT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("286","DECEIVED, DAMNED AND DEFIANT",s3,s4);
i = gefunden.length;
}
s1 = "287";
s1 = s1.toUpperCase();
s2 = "Speeches, writings by Alfred Rosenber";
s2 = s2.toUpperCase();
s3 = "grafik/287_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("287","Speeches, writings by Alfred Rosenber",s3,s4);
i = gefunden.length;
}
s1 = "288";
s1 = s1.toUpperCase();
s2 = "EUROPA - German Conservative Foreign Policy 1870-1940";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("288","EUROPA - German Conservative Foreign Policy 1870-1940",s3,s4);
i = gefunden.length;
}
s1 = "289";
s1 = s1.toUpperCase();
s2 = "Fame of Dead mens deeds";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("289","Fame of Dead mens deeds",s3,s4);
i = gefunden.length;
}
s1 = "290";
s1 = s1.toUpperCase();
s2 = "HORUS SAVES - Conquest by Religion";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("290","HORUS SAVES - Conquest by Religion",s3,s4);
i = gefunden.length;
}
s1 = "291";
s1 = s1.toUpperCase();
s2 = "Jesus never existed";
s2 = s2.toUpperCase();
s3 = "grafik/291.bmp";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("291","Jesus never existed",s3,s4);
i = gefunden.length;
}
s1 = "292";
s1 = s1.toUpperCase();
s2 = "MAN AND TECHNICS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("292","MAN AND TECHNICS",s3,s4);
i = gefunden.length;
}
s1 = "293";
s1 = s1.toUpperCase();
s2 = "MIGHT IS RIGHT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("293","MIGHT IS RIGHT",s3,s4);
i = gefunden.length;
}
s1 = "294";
s1 = s1.toUpperCase();
s2 = "OF BRITISH BLOOD AND BRITISH EARTH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("294","OF BRITISH BLOOD AND BRITISH EARTH",s3,s4);
i = gefunden.length;
}
s1 = "295";
s1 = s1.toUpperCase();
s2 = "On being a Pagan";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("295","On being a Pagan",s3,s4);
i = gefunden.length;
}
s1 = "296";
s1 = s1.toUpperCase();
s2 = "OVERCROWDED BRITAIN Our Immigration Crisis Exposed";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("296","OVERCROWDED BRITAIN Our Immigration Crisis Exposed",s3,s4);
i = gefunden.length;
}
s1 = "297";
s1 = s1.toUpperCase();
s2 = "POLITICAL IDEALS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("297","POLITICAL IDEALS",s3,s4);
i = gefunden.length;
}
s1 = "298";
s1 = s1.toUpperCase();
s2 = "Populism vs Plutocracy- the universal struggle";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("298","Populism vs Plutocracy- the universal struggle",s3,s4);
i = gefunden.length;
}
s1 = "299";
s1 = s1.toUpperCase();
s2 = "REFLECTIONS ON THE CHRIST MYTH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("299","REFLECTIONS ON THE CHRIST MYTH",s3,s4);
i = gefunden.length;
}
s1 = "300";
s1 = s1.toUpperCase();
s2 = "Religious attitudes of the Indo Europeans";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("300","Religious attitudes of the Indo Europeans",s3,s4);
i = gefunden.length;
}
s1 = "301";
s1 = s1.toUpperCase();
s2 = "SOCRATES MEETS JESUS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("301","SOCRATES MEETS JESUS",s3,s4);
i = gefunden.length;
}
s1 = "302";
s1 = s1.toUpperCase();
s2 = "POPULISM and ELITISM";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("302","POPULISM and ELITISM",s3,s4);
i = gefunden.length;
}
s1 = "303";
s1 = s1.toUpperCase();
s2 = "NEST LEADER'S MANUAL";
s2 = s2.toUpperCase();
s3 = "grafik/303_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("303","NEST LEADER'S MANUAL",s3,s4);
i = gefunden.length;
}
s1 = "304";
s1 = s1.toUpperCase();
s2 = "CHRISTIANITY TODAY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("304","CHRISTIANITY TODAY",s3,s4);
i = gefunden.length;
}
s1 = "305";
s1 = s1.toUpperCase();
s2 = "Did Six Million Really Die?";
s2 = s2.toUpperCase();
s3 = "grafik/305_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("305","Did Six Million Really Die?",s3,s4);
i = gefunden.length;
}
s1 = "306";
s1 = s1.toUpperCase();
s2 = "Secret Societies & Subversive Movements";
s2 = s2.toUpperCase();
s3 = "grafik/306_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("306","Secret Societies & Subversive Movements",s3,s4);
i = gefunden.length;
}
s1 = "307";
s1 = s1.toUpperCase();
s2 = "HISTORY AND BIOLOGY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("307","HISTORY AND BIOLOGY",s3,s4);
i = gefunden.length;
}
s1 = "308";
s1 = s1.toUpperCase();
s2 = "CAN 'LIBERALS' BE EDUCATED?";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("308","CAN 'LIBERALS' BE EDUCATED?",s3,s4);
i = gefunden.length;
}
s1 = "309";
s1 = s1.toUpperCase();
s2 = "SEEING RED, BEING GREEN";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("309","SEEING RED, BEING GREEN",s3,s4);
i = gefunden.length;
}
s1 = "310";
s1 = s1.toUpperCase();
s2 = "UNDERDOG BRIGHTON";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("310","UNDERDOG BRIGHTON",s3,s4);
i = gefunden.length;
}
s1 = "311";
s1 = s1.toUpperCase();
s2 = "VENTILATIONS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("311","VENTILATIONS",s3,s4);
i = gefunden.length;
}
s1 = "312";
s1 = s1.toUpperCase();
s2 = "The ANGLO-AMERICAN ESTABLISHMENT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("312","The ANGLO-AMERICAN ESTABLISHMENT",s3,s4);
i = gefunden.length;
}
s1 = "313";
s1 = s1.toUpperCase();
s2 = "BEHIND THE SCENE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("313","BEHIND THE SCENE",s3,s4);
i = gefunden.length;
}
s1 = "314";
s1 = s1.toUpperCase();
s2 = "BEHIND COMMUNISM";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("314","BEHIND COMMUNISM",s3,s4);
i = gefunden.length;
}
s1 = "315";
s1 = s1.toUpperCase();
s2 = "The FABLE OF THE DUCKS AND THE HENS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("315","The FABLE OF THE DUCKS AND THE HENS",s3,s4);
i = gefunden.length;
}
s1 = "316";
s1 = s1.toUpperCase();
s2 = "FREEMASONRY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("316","FREEMASONRY",s3,s4);
i = gefunden.length;
}
s1 = "317";
s1 = s1.toUpperCase();
s2 = "LIARS OUGHT TO HAVE GOOD MEMORIES";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("317","LIARS OUGHT TO HAVE GOOD MEMORIES",s3,s4);
i = gefunden.length;
}
s1 = "318";
s1 = s1.toUpperCase();
s2 = "The NAMELESS WAR";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("318","The NAMELESS WAR",s3,s4);
i = gefunden.length;
}
s1 = "319";
s1 = s1.toUpperCase();
s2 = "The RULERS of RUSSIA";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("319","The RULERS of RUSSIA",s3,s4);
i = gefunden.length;
}
s1 = "320";
s1 = s1.toUpperCase();
s2 = "BY WAY OF DECEPTION";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("320","BY WAY OF DECEPTION",s3,s4);
i = gefunden.length;
}
s1 = "321";
s1 = s1.toUpperCase();
s2 = "STATE SECRETS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("321","STATE SECRETS",s3,s4);
i = gefunden.length;
}
s1 = "322";
s1 = s1.toUpperCase();
s2 = "The STRUGGLE for WORLD POWER";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("322","The STRUGGLE for WORLD POWER",s3,s4);
i = gefunden.length;
}
s1 = "323";
s1 = s1.toUpperCase();
s2 = "THE ZIONIST FACTOR";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("323","THE ZIONIST FACTOR",s3,s4);
i = gefunden.length;
}
s1 = "324";
s1 = s1.toUpperCase();
s2 = "JEWISH SUPREMACISM - My Awakening to the Jewish Question";
s2 = s2.toUpperCase();
s3 = "grafik/324_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("324","JEWISH SUPREMACISM - My Awakening to the Jewish Question",s3,s4);
i = gefunden.length;
}
s1 = "325";
s1 = s1.toUpperCase();
s2 = "GERMANY MUST DIE!";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("325","GERMANY MUST DIE!",s3,s4);
i = gefunden.length;
}
s1 = "326";
s1 = s1.toUpperCase();
s2 = "Jewish run concentration camps in the Soviet Union";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("326","Jewish run concentration camps in the Soviet Union",s3,s4);
i = gefunden.length;
}
s1 = "327";
s1 = s1.toUpperCase();
s2 = "The JEWISH STRATEGY";
s2 = s2.toUpperCase();
s3 = "grafik/327_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("327","The JEWISH STRATEGY",s3,s4);
i = gefunden.length;
}
s1 = "328";
s1 = s1.toUpperCase();
s2 = "Eugen Dühring on the Jews";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("328","Eugen Dühring on the Jews",s3,s4);
i = gefunden.length;
}
s1 = "329";
s1 = s1.toUpperCase();
s2 = "Moses Hess - Prophet of Communism and Zionism";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("329","Moses Hess - Prophet of Communism and Zionism",s3,s4);
i = gefunden.length;
}
s1 = "331";
s1 = s1.toUpperCase();
s2 = "THE JEWS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("331","THE JEWS",s3,s4);
i = gefunden.length;
}
s1 = "332";
s1 = s1.toUpperCase();
s2 = "NO BEAUTY IN THE BEAST: Israel without her mascara";
s2 = s2.toUpperCase();
s3 = "grafik/332_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("332","NO BEAUTY IN THE BEAST: Israel without her mascara",s3,s4);
i = gefunden.length;
}
s1 = "333";
s1 = s1.toUpperCase();
s2 = "ECONOMICS FOR HELEN";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("333","ECONOMICS FOR HELEN",s3,s4);
i = gefunden.length;
}
s1 = "334";
s1 = s1.toUpperCase();
s2 = "The GRIP OF DEATH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("334","The GRIP OF DEATH",s3,s4);
i = gefunden.length;
}
s1 = "335";
s1 = s1.toUpperCase();
s2 = "USURY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("335","USURY",s3,s4);
i = gefunden.length;
}
s1 = "336";
s1 = s1.toUpperCase();
s2 = "THE ALTERNATIVE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("336","THE ALTERNATIVE",s3,s4);
i = gefunden.length;
}
s1 = "337";
s1 = s1.toUpperCase();
s2 = "Ecology & Evolution";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("337","Ecology & Evolution",s3,s4);
i = gefunden.length;
}
s1 = "338";
s1 = s1.toUpperCase();
s2 = "Heredity & Humanity: Race, Eugenics & Modern Science";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("338","Heredity & Humanity: Race, Eugenics & Modern Science",s3,s4);
i = gefunden.length;
}
s1 = "339";
s1 = s1.toUpperCase();
s2 = "MYTH-CULTURE-TRADITION (Vol. 2)";
s2 = s2.toUpperCase();
s3 = "grafik/339_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("339","MYTH-CULTURE-TRADITION (Vol. 2)",s3,s4);
i = gefunden.length;
}
s1 = "340";
s1 = s1.toUpperCase();
s2 = "Marxism, Multiculturalism";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("340","Marxism, Multiculturalism",s3,s4);
i = gefunden.length;
}
s1 = "341";
s1 = s1.toUpperCase();
s2 = "Family, Kin and City-State";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("341","Family, Kin and City-State",s3,s4);
i = gefunden.length;
}
s1 = "342";
s1 = s1.toUpperCase();
s2 = "The Teuton and the Roman";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("342","The Teuton and the Roman",s3,s4);
i = gefunden.length;
}
s1 = "343";
s1 = s1.toUpperCase();
s2 = "March of the Titans";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("343","March of the Titans",s3,s4);
i = gefunden.length;
}
s1 = "344";
s1 = s1.toUpperCase();
s2 = "ANCIENT EUGENICS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("344","ANCIENT EUGENICS",s3,s4);
i = gefunden.length;
}
s1 = "345";
s1 = s1.toUpperCase();
s2 = "The BELL CURVE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("345","The BELL CURVE",s3,s4);
i = gefunden.length;
}
s1 = "346";
s1 = s1.toUpperCase();
s2 = "The BIOLOGY OF THE RACE PROBLEM";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("346","The BIOLOGY OF THE RACE PROBLEM",s3,s4);
i = gefunden.length;
}
s1 = "347";
s1 = s1.toUpperCase();
s2 = "The Deculturalisation of the English People";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("347","The Deculturalisation of the English People",s3,s4);
i = gefunden.length;
}
s1 = "348";
s1 = s1.toUpperCase();
s2 = "The ETHNOSTATE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("348","The ETHNOSTATE",s3,s4);
i = gefunden.length;
}
s1 = "349";
s1 = s1.toUpperCase();
s2 = "DO WE NEED MASS IMMIGRATION?";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("349","DO WE NEED MASS IMMIGRATION?",s3,s4);
i = gefunden.length;
}
s1 = "350";
s1 = s1.toUpperCase();
s2 = "IQ and race differences";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("350","IQ and race differences",s3,s4);
i = gefunden.length;
}
s1 = "351";
s1 = s1.toUpperCase();
s2 = "LINCOLN'S NEGRO POLICY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("351","LINCOLN'S NEGRO POLICY",s3,s4);
i = gefunden.length;
}
s1 = "352";
s1 = s1.toUpperCase();
s2 = "LONDON IS DYING Leaflet";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("352","LONDON IS DYING Leaflet",s3,s4);
i = gefunden.length;
}
s1 = "353";
s1 = s1.toUpperCase();
s2 = "MAN'S RACIAL NATURE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("353","MAN'S RACIAL NATURE",s3,s4);
i = gefunden.length;
}
s1 = "356";
s1 = s1.toUpperCase();
s2 = "MYTH-CULTURE-TRADITION (Vol 3)";
s2 = s2.toUpperCase();
s3 = "grafik/356_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("356","MYTH-CULTURE-TRADITION (Vol 3)",s3,s4);
i = gefunden.length;
}
s1 = "357";
s1 = s1.toUpperCase();
s2 = "A Guide to Late Anglo-Saxon England from Ælfred to Eadgar II";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("357","A Guide to Late Anglo-Saxon England from Ælfred to Eadgar II",s3,s4);
i = gefunden.length;
}
s1 = "358";
s1 = s1.toUpperCase();
s2 = "A Handbook of Anglo-Saxon food";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("358","A Handbook of Anglo-Saxon food",s3,s4);
i = gefunden.length;
}
s1 = "359";
s1 = s1.toUpperCase();
s2 = "A history of London";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("359","A history of London",s3,s4);
i = gefunden.length;
}
s1 = "360";
s1 = s1.toUpperCase();
s2 = "A Silver Saga:Viking Treasure from the North West";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("360","A Silver Saga:Viking Treasure from the North West",s3,s4);
i = gefunden.length;
}
s1 = "361";
s1 = s1.toUpperCase();
s2 = "THE RACIAL ELEMENTS OF EUROPEAN HISTORY";
s2 = s2.toUpperCase();
s3 = "grafik/361_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("361","THE RACIAL ELEMENTS OF EUROPEAN HISTORY",s3,s4);
i = gefunden.length;
}
s1 = "362";
s1 = s1.toUpperCase();
s2 = "ANGLO-SAXON RIDDLES";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("362","ANGLO-SAXON RIDDLES",s3,s4);
i = gefunden.length;
}
s1 = "363";
s1 = s1.toUpperCase();
s2 = "Anglo-Saxon Runes";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("363","Anglo-Saxon Runes",s3,s4);
i = gefunden.length;
}
s1 = "364";
s1 = s1.toUpperCase();
s2 = "Aspects of Anglo-Saxon Magic";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("364","Aspects of Anglo-Saxon Magic",s3,s4);
i = gefunden.length;
}
s1 = "365";
s1 = s1.toUpperCase();
s2 = "The Importance of Race in Civilization";
s2 = s2.toUpperCase();
s3 = "grafik/365_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("365","The Importance of Race in Civilization",s3,s4);
i = gefunden.length;
}
s1 = "366";
s1 = s1.toUpperCase();
s2 = "DEATH OF KING ARTHUR";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("366","DEATH OF KING ARTHUR",s3,s4);
i = gefunden.length;
}
s1 = "367";
s1 = s1.toUpperCase();
s2 = "English Heroic Legends";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("367","English Heroic Legends",s3,s4);
i = gefunden.length;
}
s1 = "368";
s1 = s1.toUpperCase();
s2 = "FIRST STEPS IN OLD ENGLISH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("368","FIRST STEPS IN OLD ENGLISH",s3,s4);
i = gefunden.length;
}
s1 = "369";
s1 = s1.toUpperCase();
s2 = "GENERALSHIP OF ALEXANDER THE GREAT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("369","GENERALSHIP OF ALEXANDER THE GREAT",s3,s4);
i = gefunden.length;
}
s1 = "370";
s1 = s1.toUpperCase();
s2 = "HADRIAN'S WALL in the days of the Romans";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("370","HADRIAN'S WALL in the days of the Romans",s3,s4);
i = gefunden.length;
}
s1 = "371";
s1 = s1.toUpperCase();
s2 = "KING ARTHUR'S PLACE IN PREHISTORY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("371","KING ARTHUR'S PLACE IN PREHISTORY",s3,s4);
i = gefunden.length;
}
s1 = "372";
s1 = s1.toUpperCase();
s2 = "Last Flight of Eagles: The Making of England";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("372","Last Flight of Eagles: The Making of England",s3,s4);
i = gefunden.length;
}
s1 = "373";
s1 = s1.toUpperCase();
s2 = "Looking for the Lost Gods of England";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("373","Looking for the Lost Gods of England",s3,s4);
i = gefunden.length;
}
s1 = "374";
s1 = s1.toUpperCase();
s2 = "MAKERS OF ROME";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("374","MAKERS OF ROME",s3,s4);
i = gefunden.length;
}
s1 = "375";
s1 = s1.toUpperCase();
s2 = "MERLIN'S BOOK OF MAGICK & ENCHANTMENT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("375","MERLIN'S BOOK OF MAGICK & ENCHANTMENT",s3,s4);
i = gefunden.length;
}
s1 = "376";
s1 = s1.toUpperCase();
s2 = "Peace-Weavers and Shield-Maidens: Women in Early English Soc";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("376","Peace-Weavers and Shield-Maidens: Women in Early English Soc",s3,s4);
i = gefunden.length;
}
s1 = "377";
s1 = s1.toUpperCase();
s2 = "RASPUTIN Neither Devil Nor Saint";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("377","RASPUTIN Neither Devil Nor Saint",s3,s4);
i = gefunden.length;
}
s1 = "378";
s1 = s1.toUpperCase();
s2 = "ROBIN HOOD - Ancient Poems, Songs and Ballads";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("378","ROBIN HOOD - Ancient Poems, Songs and Ballads",s3,s4);
i = gefunden.length;
}
s1 = "379";
s1 = s1.toUpperCase();
s2 = "RUDIMENTS OF RUNELORE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("379","RUDIMENTS OF RUNELORE",s3,s4);
i = gefunden.length;
}
s1 = "380";
s1 = s1.toUpperCase();
s2 = "RUNE LORE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("380","RUNE LORE",s3,s4);
i = gefunden.length;
}
s1 = "381";
s1 = s1.toUpperCase();
s2 = "Runes";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("381","Runes",s3,s4);
i = gefunden.length;
}
s1 = "382";
s1 = s1.toUpperCase();
s2 = "TEMPLE OF WOTAN";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("382","TEMPLE OF WOTAN",s3,s4);
i = gefunden.length;
}
s1 = "383";
s1 = s1.toUpperCase();
s2 = "The AENEID Virgil";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("383","The AENEID Virgil",s3,s4);
i = gefunden.length;
}
s1 = "384";
s1 = s1.toUpperCase();
s2 = "The English Warrior from earliest times to 1066";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("384","The English Warrior from earliest times to 1066",s3,s4);
i = gefunden.length;
}
s1 = "385";
s1 = s1.toUpperCase();
s2 = "The GOOD WAGNER OPERA GUIDE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("385","The GOOD WAGNER OPERA GUIDE",s3,s4);
i = gefunden.length;
}
s1 = "386";
s1 = s1.toUpperCase();
s2 = "The ILIAD Homer";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("386","The ILIAD Homer",s3,s4);
i = gefunden.length;
}
s1 = "387";
s1 = s1.toUpperCase();
s2 = "The learned arts of WITCHES AND WIZARDS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("387","The learned arts of WITCHES AND WIZARDS",s3,s4);
i = gefunden.length;
}
s1 = "388";
s1 = s1.toUpperCase();
s2 = "THE NORSE TRADITION- A beginner's guide Pete Jennings";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("388","THE NORSE TRADITION- A beginner's guide Pete Jennings",s3,s4);
i = gefunden.length;
}
s1 = "389";
s1 = s1.toUpperCase();
s2 = "The PERKIN WARBECK CONSPIRACY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("389","The PERKIN WARBECK CONSPIRACY",s3,s4);
i = gefunden.length;
}
s1 = "390";
s1 = s1.toUpperCase();
s2 = "The Rebirth of England and English: The Vision of William Ba";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("390","The Rebirth of England and English: The Vision of William Ba",s3,s4);
i = gefunden.length;
}
s1 = "391";
s1 = s1.toUpperCase();
s2 = "THE SECOND WORLD WAR IN PHOTOGRAPHS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("391","THE SECOND WORLD WAR IN PHOTOGRAPHS",s3,s4);
i = gefunden.length;
}
s1 = "392";
s1 = s1.toUpperCase();
s2 = "The VIKINGS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("392","The VIKINGS",s3,s4);
i = gefunden.length;
}
s1 = "393";
s1 = s1.toUpperCase();
s2 = "Thug or a Million Murders";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("393","Thug or a Million Murders",s3,s4);
i = gefunden.length;
}
s1 = "395";
s1 = s1.toUpperCase();
s2 = "VIKING WARRIOR";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("395","VIKING WARRIOR",s3,s4);
i = gefunden.length;
}
s1 = "396";
s1 = s1.toUpperCase();
s2 = "WAFFEN SS HANDBOOK 1933-1945";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("396","WAFFEN SS HANDBOOK 1933-1945",s3,s4);
i = gefunden.length;
}
s1 = "397";
s1 = s1.toUpperCase();
s2 = "Wordcraft: Concise English/ Old English Dictionary & Thesaur";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("397","Wordcraft: Concise English/ Old English Dictionary & Thesaur",s3,s4);
i = gefunden.length;
}
s1 = "398";
s1 = s1.toUpperCase();
s2 = "THE HOBBIT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("398","THE HOBBIT",s3,s4);
i = gefunden.length;
}
s1 = "399";
s1 = s1.toUpperCase();
s2 = "HOLOCAUST ISLAND";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("399","HOLOCAUST ISLAND",s3,s4);
i = gefunden.length;
}
s1 = "400";
s1 = s1.toUpperCase();
s2 = "The IRON HEEL";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("400","The IRON HEEL",s3,s4);
i = gefunden.length;
}
s1 = "401";
s1 = s1.toUpperCase();
s2 = "The LORD of the RINGS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("401","The LORD of the RINGS",s3,s4);
i = gefunden.length;
}
s1 = "402";
s1 = s1.toUpperCase();
s2 = "The TURNER DIARIES";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("402","The TURNER DIARIES",s3,s4);
i = gefunden.length;
}
s1 = "403";
s1 = s1.toUpperCase();
s2 = "WHITE FANG/THE CALL OF THE WILD";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("403","WHITE FANG/THE CALL OF THE WILD",s3,s4);
i = gefunden.length;
}
s1 = "404";
s1 = s1.toUpperCase();
s2 = "Chrome Runic Pin Badges and Pendant";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("404","Chrome Runic Pin Badges and Pendant",s3,s4);
i = gefunden.length;
}
s1 = "405";
s1 = s1.toUpperCase();
s2 = "THE ILLUSTRATED RED BARON";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("405","THE ILLUSTRATED RED BARON",s3,s4);
i = gefunden.length;
}
s1 = "406";
s1 = s1.toUpperCase();
s2 = "Aces High";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("406","Aces High",s3,s4);
i = gefunden.length;
}
s1 = "407";
s1 = s1.toUpperCase();
s2 = "JUNGLE SURVIVAL";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("407","JUNGLE SURVIVAL",s3,s4);
i = gefunden.length;
}
s1 = "408";
s1 = s1.toUpperCase();
s2 = "RANGER HANDBOOK";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("408","RANGER HANDBOOK",s3,s4);
i = gefunden.length;
}
s1 = "409";
s1 = s1.toUpperCase();
s2 = "WITNESS TO HISTORY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("409","WITNESS TO HISTORY",s3,s4);
i = gefunden.length;
}
s1 = "410";
s1 = s1.toUpperCase();
s2 = "THE REAL EICHMANN TRIAL";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("410","THE REAL EICHMANN TRIAL",s3,s4);
i = gefunden.length;
}
s1 = "411";
s1 = s1.toUpperCase();
s2 = "The Barnes Revies";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("411","The Barnes Revies",s3,s4);
i = gefunden.length;
}
s1 = "412";
s1 = s1.toUpperCase();
s2 = "The METHODS OF RE-EDUCATION";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("412","The METHODS OF RE-EDUCATION",s3,s4);
i = gefunden.length;
}
s1 = "413";
s1 = s1.toUpperCase();
s2 = "The LEUCHTER REPORT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("413","The LEUCHTER REPORT",s3,s4);
i = gefunden.length;
}
s1 = "414";
s1 = s1.toUpperCase();
s2 = "The HOLOCAUST - 120 Question and Answers";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("414","The HOLOCAUST - 120 Question and Answers",s3,s4);
i = gefunden.length;
}
s1 = "415";
s1 = s1.toUpperCase();
s2 = "The HOAX OF THE 20th CENTURY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("415","The HOAX OF THE 20th CENTURY",s3,s4);
i = gefunden.length;
}
s1 = "416";
s1 = s1.toUpperCase();
s2 = "The HALL OF MIRRORS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("416","The HALL OF MIRRORS",s3,s4);
i = gefunden.length;
}
s1 = "417";
s1 = s1.toUpperCase();
s2 = "THE GIANT WITH FEET OF CLAY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("417","THE GIANT WITH FEET OF CLAY",s3,s4);
i = gefunden.length;
}
s1 = "418";
s1 = s1.toUpperCase();
s2 = "The FIRST HOLOCAUST";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("418","The FIRST HOLOCAUST",s3,s4);
i = gefunden.length;
}
s1 = "419";
s1 = s1.toUpperCase();
s2 = "The DARTMOOR MASSACRE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("419","The DARTMOOR MASSACRE",s3,s4);
i = gefunden.length;
}
s1 = "420";
s1 = s1.toUpperCase();
s2 = "The CONFESSIONS OF KURT GERSTEIN";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("420","The CONFESSIONS OF KURT GERSTEIN",s3,s4);
i = gefunden.length;
}
s1 = "421";
s1 = s1.toUpperCase();
s2 = "The CENTRAL CONSTRUCTION OFFICE of the Waffen SS and Police";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("421","The CENTRAL CONSTRUCTION OFFICE of the Waffen SS and Police",s3,s4);
i = gefunden.length;
}
s1 = "422";
s1 = s1.toUpperCase();
s2 = "The BALL REPORT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("422","The BALL REPORT",s3,s4);
i = gefunden.length;
}
s1 = "423";
s1 = s1.toUpperCase();
s2 = "State Secrets - The Kent Wolkoff Affair";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("423","State Secrets - The Kent Wolkoff Affair",s3,s4);
i = gefunden.length;
}
s1 = "424";
s1 = s1.toUpperCase();
s2 = "STALIN'S WAR OF EXTERMINATION 1941-45";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("424","STALIN'S WAR OF EXTERMINATION 1941-45",s3,s4);
i = gefunden.length;
}
s1 = "425";
s1 = s1.toUpperCase();
s2 = "SPECIAL TREATMENT IN AUSCHWITZ";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("425","SPECIAL TREATMENT IN AUSCHWITZ",s3,s4);
i = gefunden.length;
}
s1 = "427";
s1 = s1.toUpperCase();
s2 = "SETTING THE RECORD STRAIGHT Letters from Cell no 7";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("427","SETTING THE RECORD STRAIGHT Letters from Cell no 7",s3,s4);
i = gefunden.length;
}
s1 = "428";
s1 = s1.toUpperCase();
s2 = "NOT GUILTY AT NUREMBERG";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("428","NOT GUILTY AT NUREMBERG",s3,s4);
i = gefunden.length;
}
s1 = "429";
s1 = s1.toUpperCase();
s2 = "MY BANNED HOLOCAUST INTERVIEW";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("429","MY BANNED HOLOCAUST INTERVIEW",s3,s4);
i = gefunden.length;
}
s1 = "430";
s1 = s1.toUpperCase();
s2 = "IS THE DIARY OF ANNE FRANK GENUINE?";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("430","IS THE DIARY OF ANNE FRANK GENUINE?",s3,s4);
i = gefunden.length;
}
s1 = "431";
s1 = s1.toUpperCase();
s2 = "IRONMAZE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("431","IRONMAZE",s3,s4);
i = gefunden.length;
}
s1 = "432";
s1 = s1.toUpperCase();
s2 = "HOLOCAUST REVISIONISM AFTER IRVING v LIPSTADT";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("432","HOLOCAUST REVISIONISM AFTER IRVING v LIPSTADT",s3,s4);
i = gefunden.length;
}
s1 = "433";
s1 = s1.toUpperCase();
s2 = "HOLOCAUST DENIAL- New Nazi Lie or New Inquisition?";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("433","HOLOCAUST DENIAL- New Nazi Lie or New Inquisition?",s3,s4);
i = gefunden.length;
}
s1 = "434";
s1 = s1.toUpperCase();
s2 = "HOLOCAUST AFFIRMERS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("434","HOLOCAUST AFFIRMERS",s3,s4);
i = gefunden.length;
}
s1 = "435";
s1 = s1.toUpperCase();
s2 = "HITLER'S WAR";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("435","HITLER'S WAR",s3,s4);
i = gefunden.length;
}
s1 = "436";
s1 = s1.toUpperCase();
s2 = "Heresy in Twenty-First Century France";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("436","Heresy in Twenty-First Century France",s3,s4);
i = gefunden.length;
}
s1 = "437";
s1 = s1.toUpperCase();
s2 = "GRUESOME HARVEST";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("437","GRUESOME HARVEST",s3,s4);
i = gefunden.length;
}
s1 = "438";
s1 = s1.toUpperCase();
s2 = "FORGED WAR CRIMES MALIGN the GERMAN NATION";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("438","FORGED WAR CRIMES MALIGN the GERMAN NATION",s3,s4);
i = gefunden.length;
}
s1 = "439";
s1 = s1.toUpperCase();
s2 = "FIEND and FELON";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("439","FIEND and FELON",s3,s4);
i = gefunden.length;
}
s1 = "440";
s1 = s1.toUpperCase();
s2 = "FALSEHOOD IN WARTIME";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("440","FALSEHOOD IN WARTIME",s3,s4);
i = gefunden.length;
}
s1 = "441";
s1 = s1.toUpperCase();
s2 = "EXACTUITUDE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("441","EXACTUITUDE",s3,s4);
i = gefunden.length;
}
s1 = "442";
s1 = s1.toUpperCase();
s2 = "DISSECTING THE HOLOCAUST";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("442","DISSECTING THE HOLOCAUST",s3,s4);
i = gefunden.length;
}
s1 = "443";
s1 = s1.toUpperCase();
s2 = "DEATH OF A CITY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("443","DEATH OF A CITY",s3,s4);
i = gefunden.length;
}
s1 = "444";
s1 = s1.toUpperCase();
s2 = "Concentration camp stutthof and its function in National Soc";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("444","Concentration camp stutthof and its function in National Soc",s3,s4);
i = gefunden.length;
}
s1 = "445";
s1 = s1.toUpperCase();
s2 = "Concentration Camp MAJDANEK";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("445","Concentration Camp MAJDANEK",s3,s4);
i = gefunden.length;
}
s1 = "446";
s1 = s1.toUpperCase();
s2 = "CHURCHILL'S WAR: TRIUMPH IN ADVERSITY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("446","CHURCHILL'S WAR: TRIUMPH IN ADVERSITY",s3,s4);
i = gefunden.length;
}
s1 = "447";
s1 = s1.toUpperCase();
s2 = "BREAK HIS BONES";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("447","BREAK HIS BONES",s3,s4);
i = gefunden.length;
}
s1 = "448";
s1 = s1.toUpperCase();
s2 = "Belzec";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("448","Belzec",s3,s4);
i = gefunden.length;
}
s1 = "449";
s1 = s1.toUpperCase();
s2 = "AUSCHWITZ: The First Gassing";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("449","AUSCHWITZ: The First Gassing",s3,s4);
i = gefunden.length;
}
s1 = "450";
s1 = s1.toUpperCase();
s2 = "Advance to Barbarism";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("450","Advance to Barbarism",s3,s4);
i = gefunden.length;
}
s1 = "451";
s1 = s1.toUpperCase();
s2 = "A letter to the Pope on his visitTto Auschwitz";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("451","A letter to the Pope on his visitTto Auschwitz",s3,s4);
i = gefunden.length;
}
s1 = "452";
s1 = s1.toUpperCase();
s2 = "John Amery - in his own words";
s2 = s2.toUpperCase();
s3 = "grafik/452_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("452","John Amery - in his own words",s3,s4);
i = gefunden.length;
}
s1 = "453";
s1 = s1.toUpperCase();
s2 = "POPE PIUS XII'S REVISIONISM";
s2 = s2.toUpperCase();
s3 = "grafik/453_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("453","POPE PIUS XII'S REVISIONISM",s3,s4);
i = gefunden.length;
}
s1 = "454";
s1 = s1.toUpperCase();
s2 = "AUSCHWITZ: The Final Count";
s2 = s2.toUpperCase();
s3 = "grafik/454_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("454","AUSCHWITZ: The Final Count",s3,s4);
i = gefunden.length;
}
s1 = "455";
s1 = s1.toUpperCase();
s2 = "UPRISING! One Nation's Nightmare: Hungary 1956";
s2 = s2.toUpperCase();
s3 = "grafik/455_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("455","UPRISING! One Nation's Nightmare: Hungary 1956",s3,s4);
i = gefunden.length;
}
s1 = "456";
s1 = s1.toUpperCase();
s2 = "The Myth of the Six Million";
s2 = s2.toUpperCase();
s3 = "grafik/456_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("456","The Myth of the Six Million",s3,s4);
i = gefunden.length;
}
s1 = "457";
s1 = s1.toUpperCase();
s2 = "World Revolution";
s2 = s2.toUpperCase();
s3 = "grafik/457_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("457","World Revolution",s3,s4);
i = gefunden.length;
}
s1 = "458";
s1 = s1.toUpperCase();
s2 = "The INEQUALITY of the HUMAN RACES";
s2 = s2.toUpperCase();
s3 = "grafik/458_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("458","The INEQUALITY of the HUMAN RACES",s3,s4);
i = gefunden.length;
}
s1 = "459";
s1 = s1.toUpperCase();
s2 = "GUN CONTROL IN GERMANY, 1928-1945";
s2 = s2.toUpperCase();
s3 = "grafik/459_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("459","GUN CONTROL IN GERMANY, 1928-1945",s3,s4);
i = gefunden.length;
}
s1 = "460";
s1 = s1.toUpperCase();
s2 = "THE JEWISH WAR OF SURVIVAL";
s2 = s2.toUpperCase();
s3 = "grafik/460_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("460","THE JEWISH WAR OF SURVIVAL",s3,s4);
i = gefunden.length;
}
s1 = "461";
s1 = s1.toUpperCase();
s2 = "SOVIET EVIDENCE AT KATYN";
s2 = s2.toUpperCase();
s3 = "grafik/461_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("461","SOVIET EVIDENCE AT KATYN",s3,s4);
i = gefunden.length;
}
s1 = "462";
s1 = s1.toUpperCase();
s2 = "The NAPOLEON OF NOTTING HILL";
s2 = s2.toUpperCase();
s3 = "grafik/462_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("462","The NAPOLEON OF NOTTING HILL",s3,s4);
i = gefunden.length;
}
s1 = "463";
s1 = s1.toUpperCase();
s2 = "WORLD REVOLUTION - THE PLOT AGAINST CIVILISATION";
s2 = s2.toUpperCase();
s3 = "grafik/463_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("463","WORLD REVOLUTION - THE PLOT AGAINST CIVILISATION",s3,s4);
i = gefunden.length;
}
s1 = "464";
s1 = s1.toUpperCase();
s2 = "THE LEESE COLLECTION";
s2 = s2.toUpperCase();
s3 = "grafik/464_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("464","THE LEESE COLLECTION",s3,s4);
i = gefunden.length;
}
s1 = "465";
s1 = s1.toUpperCase();
s2 = "IT MIGHT HAVE HAPPENED TO YOU";
s2 = s2.toUpperCase();
s3 = "grafik/465_sm.gif";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("465","IT MIGHT HAVE HAPPENED TO YOU",s3,s4);
i = gefunden.length;
}
s1 = "466";
s1 = s1.toUpperCase();
s2 = "HOLOCAUST REVISIONISM - THE ARGUMENTS";
s2 = s2.toUpperCase();
s3 = "grafik/466_sm.jpg";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("466","HOLOCAUST REVISIONISM - THE ARGUMENTS",s3,s4);
i = gefunden.length;
}
s1 = "600";
s1 = s1.toUpperCase();
s2 = "Adolf Hitler spricht vol. 1";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("600","Adolf Hitler spricht vol. 1",s3,s4);
i = gefunden.length;
}
s1 = "601";
s1 = s1.toUpperCase();
s2 = "Adolf Hitler spricht vol. 2";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("601","Adolf Hitler spricht vol. 2",s3,s4);
i = gefunden.length;
}
s1 = "602";
s1 = s1.toUpperCase();
s2 = "DAS HEER Vol 2";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("602","DAS HEER Vol 2",s3,s4);
i = gefunden.length;
}
s1 = "603";
s1 = s1.toUpperCase();
s2 = "Das III Reich Volume 1";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("603","Das III Reich Volume 1",s3,s4);
i = gefunden.length;
}
s1 = "604";
s1 = s1.toUpperCase();
s2 = "Das III Reich Volume 2";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("604","Das III Reich Volume 2",s3,s4);
i = gefunden.length;
}
s1 = "605";
s1 = s1.toUpperCase();
s2 = "DAS REICH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("605","DAS REICH",s3,s4);
i = gefunden.length;
}
s1 = "606";
s1 = s1.toUpperCase();
s2 = "DIE HITLER JUGEND";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("606","DIE HITLER JUGEND",s3,s4);
i = gefunden.length;
}
s1 = "607";
s1 = s1.toUpperCase();
s2 = "DIE LUFTWAFFE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("607","DIE LUFTWAFFE",s3,s4);
i = gefunden.length;
}
s1 = "608";
s1 = s1.toUpperCase();
s2 = "Europaische Freiwillige (European Volunteers)";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("608","Europaische Freiwillige (European Volunteers)",s3,s4);
i = gefunden.length;
}
s1 = "609";
s1 = s1.toUpperCase();
s2 = "FESTUNG EUROPA";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("609","FESTUNG EUROPA",s3,s4);
i = gefunden.length;
}
s1 = "610";
s1 = s1.toUpperCase();
s2 = "Imperial Marches of the Russian National Liberation Army";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("610","Imperial Marches of the Russian National Liberation Army",s3,s4);
i = gefunden.length;
}
s1 = "611";
s1 = s1.toUpperCase();
s2 = "INNI E CANTI DEL FASCISMO";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("611","INNI E CANTI DEL FASCISMO",s3,s4);
i = gefunden.length;
}
s1 = "612";
s1 = s1.toUpperCase();
s2 = "Italian Military Music as used by the Italian SS & RSI";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("612","Italian Military Music as used by the Italian SS & RSI",s3,s4);
i = gefunden.length;
}
s1 = "613";
s1 = s1.toUpperCase();
s2 = "KAVALLERIE MARSCH";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("613","KAVALLERIE MARSCH",s3,s4);
i = gefunden.length;
}
s1 = "614";
s1 = s1.toUpperCase();
s2 = "Leibstandarte SS Adolf Hitler";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("614","Leibstandarte SS Adolf Hitler",s3,s4);
i = gefunden.length;
}
s1 = "615";
s1 = s1.toUpperCase();
s2 = "LILI MARLEEN";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("615","LILI MARLEEN",s3,s4);
i = gefunden.length;
}
s1 = "616";
s1 = s1.toUpperCase();
s2 = "MARCHES & BATTLE SONGS OF MUSSOLINI'S FASCIST ITALY";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("616","MARCHES & BATTLE SONGS OF MUSSOLINI'S FASCIST ITALY",s3,s4);
i = gefunden.length;
}
s1 = "617";
s1 = s1.toUpperCase();
s2 = "Music of the Kriegsmarine";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("617","Music of the Kriegsmarine",s3,s4);
i = gefunden.length;
}
s1 = "618";
s1 = s1.toUpperCase();
s2 = "MUSIC OF THE LUFTWAFFE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("618","MUSIC OF THE LUFTWAFFE",s3,s4);
i = gefunden.length;
}
s1 = "619";
s1 = s1.toUpperCase();
s2 = "NSDAP (Songs of the Party)";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("619","NSDAP (Songs of the Party)",s3,s4);
i = gefunden.length;
}
s1 = "620";
s1 = s1.toUpperCase();
s2 = "PANZER ANGRIFF";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("620","PANZER ANGRIFF",s3,s4);
i = gefunden.length;
}
s1 = "621";
s1 = s1.toUpperCase();
s2 = "PANZERLIED";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("621","PANZERLIED",s3,s4);
i = gefunden.length;
}
s1 = "622";
s1 = s1.toUpperCase();
s2 = "RAGNAROK";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("622","RAGNAROK",s3,s4);
i = gefunden.length;
}
s1 = "623";
s1 = s1.toUpperCase();
s2 = "RUDOLF HESS CHRISTMAS 1936";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("623","RUDOLF HESS CHRISTMAS 1936",s3,s4);
i = gefunden.length;
}
s1 = "624";
s1 = s1.toUpperCase();
s2 = "SS-Division Hitler Jugend";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("624","SS-Division Hitler Jugend",s3,s4);
i = gefunden.length;
}
s1 = "625";
s1 = s1.toUpperCase();
s2 = "SIEG HEIL VIKTORIA";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("625","SIEG HEIL VIKTORIA",s3,s4);
i = gefunden.length;
}
s1 = "626";
s1 = s1.toUpperCase();
s2 = "Soldiers Songs of the Wehrmacht :The Army";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("626","Soldiers Songs of the Wehrmacht :The Army",s3,s4);
i = gefunden.length;
}
s1 = "627";
s1 = s1.toUpperCase();
s2 = "U BOOT LIED";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("627","U BOOT LIED",s3,s4);
i = gefunden.length;
}
s1 = "628";
s1 = s1.toUpperCase();
s2 = "WAFFEN-SS, Vol 1";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("628","WAFFEN-SS, Vol 1",s3,s4);
i = gefunden.length;
}
s1 = "629";
s1 = s1.toUpperCase();
s2 = "WAFFEN-SS, Vol 2";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("629","WAFFEN-SS, Vol 2",s3,s4);
i = gefunden.length;
}
s1 = "630";
s1 = s1.toUpperCase();
s2 = "Wenn wir marschieren, Vol 1";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("630","Wenn wir marschieren, Vol 1",s3,s4);
i = gefunden.length;
}
s1 = "631";
s1 = s1.toUpperCase();
s2 = "Wenn wir marschieren, Vol 2";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("631","Wenn wir marschieren, Vol 2",s3,s4);
i = gefunden.length;
}
s1 = "632";
s1 = s1.toUpperCase();
s2 = "WIR FAHREN GEGEN ENGELAND";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("632","WIR FAHREN GEGEN ENGELAND",s3,s4);
i = gefunden.length;
}
s1 = "633";
s1 = s1.toUpperCase();
s2 = "Wir singen Kampf- und Soldatenlieder";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("633","Wir singen Kampf- und Soldatenlieder",s3,s4);
i = gefunden.length;
}
s1 = "634";
s1 = s1.toUpperCase();
s2 = "Time to make a Stand";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("634","Time to make a Stand",s3,s4);
i = gefunden.length;
}
s1 = "635";
s1 = s1.toUpperCase();
s2 = "Eagle and the Harp";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("635","Eagle and the Harp",s3,s4);
i = gefunden.length;
}
s1 = "637";
s1 = s1.toUpperCase();
s2 = "Baron von Richthofen";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("637","Baron von Richthofen",s3,s4);
i = gefunden.length;
}
s1 = "638";
s1 = s1.toUpperCase();
s2 = "Blitz on Dresden";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("638","Blitz on Dresden",s3,s4);
i = gefunden.length;
}
s1 = "639";
s1 = s1.toUpperCase();
s2 = "BNP CHRONICLES Vol. 1. The Bad Old Days";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("639","BNP CHRONICLES Vol. 1. The Bad Old Days",s3,s4);
i = gefunden.length;
}
s1 = "640";
s1 = s1.toUpperCase();
s2 = "BNP CHRONICLES Vol. 2. For Race and Nation";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("640","BNP CHRONICLES Vol. 2. For Race and Nation",s3,s4);
i = gefunden.length;
}
s1 = "641";
s1 = s1.toUpperCase();
s2 = "BNP CHRONICLES Vol. 3. Forged in the Heat of Fire";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("641","BNP CHRONICLES Vol. 3. Forged in the Heat of Fire",s3,s4);
i = gefunden.length;
}
s1 = "642";
s1 = s1.toUpperCase();
s2 = "BNP CHRONICLES Vol. 4 Breakthrough Part 1";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("642","BNP CHRONICLES Vol. 4 Breakthrough Part 1",s3,s4);
i = gefunden.length;
}
s1 = "643";
s1 = s1.toUpperCase();
s2 = "BNP CHRONICLES Vol. 4 Breakthrough Part 2";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("643","BNP CHRONICLES Vol. 4 Breakthrough Part 2",s3,s4);
i = gefunden.length;
}
s1 = "644";
s1 = s1.toUpperCase();
s2 = "DER EWIGE JUDE";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("644","DER EWIGE JUDE",s3,s4);
i = gefunden.length;
}
s1 = "645";
s1 = s1.toUpperCase();
s2 = "DIE DEUTSCHE WOCHENSCHAU";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("645","DIE DEUTSCHE WOCHENSCHAU",s3,s4);
i = gefunden.length;
}
s1 = "646";
s1 = s1.toUpperCase();
s2 = "Eastended The Decline and Fall of the East End";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("646","Eastended The Decline and Fall of the East End",s3,s4);
i = gefunden.length;
}
s1 = "647";
s1 = s1.toUpperCase();
s2 = "England Expects";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("647","England Expects",s3,s4);
i = gefunden.length;
}
s1 = "648";
s1 = s1.toUpperCase();
s2 = "Focke-Wulf FW190";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("648","Focke-Wulf FW190",s3,s4);
i = gefunden.length;
}
s1 = "649";
s1 = s1.toUpperCase();
s2 = "GERMAN WARTIME NEWSREELS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("649","GERMAN WARTIME NEWSREELS",s3,s4);
i = gefunden.length;
}
s1 = "650";
s1 = s1.toUpperCase();
s2 = "Gestapo - Hitlers secret Police";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("650","Gestapo - Hitlers secret Police",s3,s4);
i = gefunden.length;
}
s1 = "651";
s1 = s1.toUpperCase();
s2 = "Great German Battleships of World War II";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("651","Great German Battleships of World War II",s3,s4);
i = gefunden.length;
}
s1 = "652";
s1 = s1.toUpperCase();
s2 = "Great War - 1914-1916";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("652","Great War - 1914-1916",s3,s4);
i = gefunden.length;
}
s1 = "653";
s1 = s1.toUpperCase();
s2 = "Great War - 1916-1918";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("653","Great War - 1916-1918",s3,s4);
i = gefunden.length;
}
s1 = "654";
s1 = s1.toUpperCase();
s2 = "Hitler's Secret Weapons";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("654","Hitler's Secret Weapons",s3,s4);
i = gefunden.length;
}
s1 = "655";
s1 = s1.toUpperCase();
s2 = "JAILING OPINIONS";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("655","JAILING OPINIONS",s3,s4);
i = gefunden.length;
}
s1 = "656";
s1 = s1.toUpperCase();
s2 = "Junkers JU87";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("656","Junkers JU87",s3,s4);
i = gefunden.length;
}
s1 = "657";
s1 = s1.toUpperCase();
s2 = "Kamikaze";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("657","Kamikaze",s3,s4);
i = gefunden.length;
}
s1 = "658";
s1 = s1.toUpperCase();
s2 = "KOLBERG";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("658","KOLBERG",s3,s4);
i = gefunden.length;
}
s1 = "659";
s1 = s1.toUpperCase();
s2 = "History of the Luftwaffe";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("659","History of the Luftwaffe",s3,s4);
i = gefunden.length;
}
s1 = "660";
s1 = s1.toUpperCase();
s2 = "OLYMPIA";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("660","OLYMPIA",s3,s4);
i = gefunden.length;
}
s1 = "661";
s1 = s1.toUpperCase();
s2 = "Paratroopers - Hitler's Airborne Elite";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("661","Paratroopers - Hitler's Airborne Elite",s3,s4);
i = gefunden.length;
}
s1 = "662";
s1 = s1.toUpperCase();
s2 = "Rommel, The Desert Fox";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("662","Rommel, The Desert Fox",s3,s4);
i = gefunden.length;
}
s1 = "663";
s1 = s1.toUpperCase();
s2 = "The Battle of the Somme";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("663","The Battle of the Somme",s3,s4);
i = gefunden.length;
}
s1 = "664";
s1 = s1.toUpperCase();
s2 = "The Boer War";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("664","The Boer War",s3,s4);
i = gefunden.length;
}
s1 = "665";
s1 = s1.toUpperCase();
s2 = "The Fall of Crete";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("665","The Fall of Crete",s3,s4);
i = gefunden.length;
}
s1 = "666";
s1 = s1.toUpperCase();
s2 = "The History of the Submarine";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("666","The History of the Submarine",s3,s4);
i = gefunden.length;
}
s1 = "667";
s1 = s1.toUpperCase();
s2 = "The Panzer";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("667","The Panzer",s3,s4);
i = gefunden.length;
}
s1 = "668";
s1 = s1.toUpperCase();
s2 = "Triumph of the Will (Triumph des Willens)";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("668","Triumph of the Will (Triumph des Willens)",s3,s4);
i = gefunden.length;
}
s1 = "669";
s1 = s1.toUpperCase();
s2 = "Victory of Faith (Der Sieg Des Glaubens)";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("669","Victory of Faith (Der Sieg Des Glaubens)",s3,s4);
i = gefunden.length;
}
s1 = "670";
s1 = s1.toUpperCase();
s2 = "Waffen-SS Hitler Elite Fighting Force";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("670","Waffen-SS Hitler Elite Fighting Force",s3,s4);
i = gefunden.length;
}
s1 = "671";
s1 = s1.toUpperCase();
s2 = "World War I, German Aircraft";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("671","World War I, German Aircraft",s3,s4);
i = gefunden.length;
}
s1 = "800";
s1 = s1.toUpperCase();
s2 = "Strassenkampf (street fighting)";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("800","Strassenkampf (street fighting)",s3,s4);
i = gefunden.length;
}
s1 = "801";
s1 = s1.toUpperCase();
s2 = "Thule";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")
{
s3="
";
}
s4 = "";
if (s1.indexOf(was)>-1 || s2.indexOf(was)>-1)
{
gefunden.length++;
gefunden[i]= new SuchEintrag("801","Thule",s3,s4);
i = gefunden.length;
}
s1 = "802";
s1 = s1.toUpperCase();
s2 = "Skrewdriver - Ian Stuart";
s2 = s2.toUpperCase();
s3 = "";
if (s3!="")