if (window.addEventListener) {
		window.addEventListener("load", removeByDate2, false);
} else if(window.attachEvent) {
		window.attachEvent("onload", removeByDate2);
}

function removeByDate2() {
	if (!document.getElementsByTagName) return; 
	var Datum = new Date();
	var Jahr = Datum.getFullYear().toString();
	var Monat = (Datum.getMonth()+1).toString();
	if (Monat.length == 1) Monat ="0" + Monat;
	var Tag = Datum.getDate().toString();
	if (Tag.length == 1) Tag = "0" + Tag;
	var aktuell = parseInt(Jahr + Monat + Tag);
	var Zeilen = document.getElementsByTagName("a");
	for (var i = 0; i < Zeilen.length; i++) {
		if (Zeilen[i].id) {
	//alert(Zeilen[i].title2); //Diese Zeile öffnet ein Fenster mit dem Datum. Bei Klick auf o.k. wird der Abschnitt zwischen <a ...> ... </a> gelöscht. Braucht es nicht
			if (parseInt(Zeilen[i].id) < aktuell) Zeilen[i].style.display = "none";
			}
		}
	}

function OpenNewWindow(Picture,Breit,Hoch)
{

xsize = Breit+35;// Zusatz für Rand rechts und links
ysize = Hoch+75; //Zusatz für Rand oben und unten - damit Button angezeigt werden kann 
    
ScreenWidth = screen.width;
ScreenHeight = screen.height;

xpos = (ScreenWidth/2)-(xsize/2);
ypos = (ScreenHeight/2)-(ysize/2);
	
	NewWindow=window.open("","Picture","height="+ysize+",width="+xsize+",scrollbars=no,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<html><head><title>Ein &laquo;frauenfeld-events.ch&raquo;-Stadtplan!");
	NewWindow.document.write ("</title></head>");
    NewWindow.document.write ("<body bgcolor='#8686f5' onload='focus()'>");
	//NewWindow.document.write ("<body bgcolor='#cccccc'>");
	NewWindow.document.write ("<table align='center'><tr>");
	NewWindow.document.write ("<td align='center' valign='top'>");
	NewWindow.document.write ("<table border='1' bgcolor='#000000' cellpadding='0' cellspacing='1'><tr><td align='center'>");
	NewWindow.document.write ("<img src=");
	NewWindow.document.write (Picture);
	NewWindow.document.write (">");
	NewWindow.document.write ("</tr></table>");
	NewWindow.document.write ("</td></tr><tr>");
	NewWindow.document.write ("<td align='center' valign='bottom'>");
	NewWindow.document.write ("<br><center><form><input type='button' value='FENSTER SCHLIESSEN' style='font-family: Verdana; font-size: 10px' onClick='self.close()'>");
	NewWindow.document.write ("</td></tr></table>");
	NewWindow.document.write ("</form></body></html>");
	NewWindow.document.close();
    NewWindow.resizeTo(xsize,ysize);
	NewWindow.setTimeout("window.close()",90000);
	 
}


function OpenNewWindow2(Picture,Breit,Hoch)
{

xsize = Breit+35;// Zusatz für Rand rechts und links
ysize = Hoch+75; //Zusatz für Rand oben und unten - damit Button angezeigt werden kann 
    
ScreenWidth = screen.width;
ScreenHeight = screen.height;

xpos = (ScreenWidth/2)-(xsize/2);
ypos = (ScreenHeight/2)-(ysize/2);
	
	NewWindow=window.open("","Picture","height="+ysize+",width="+xsize+",scrollbars=no,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<html><head><title>Ein &laquo;frauenfeld-events.ch&raquo;-Bild!");
	NewWindow.document.write ("</title></head>");
    NewWindow.document.write ("<body bgcolor='#8686f5' onload='focus()'>");
	//NewWindow.document.write ("<body bgcolor='#cccccc'>");
	NewWindow.document.write ("<table align='center'><tr>");
	NewWindow.document.write ("<td align='center' valign='top'>");
	NewWindow.document.write ("<table border='1' bgcolor='#000000' cellpadding='0' cellspacing='1'><tr><td align='center'>");
	NewWindow.document.write ("<img src=");
	NewWindow.document.write (Picture);
	NewWindow.document.write (">");
	NewWindow.document.write ("</tr></table>");
	NewWindow.document.write ("</td></tr><tr>");
	NewWindow.document.write ("<td align='center' valign='bottom'>");
	NewWindow.document.write ("<br><center><form><input type='button' value='FENSTER SCHLIESSEN' style='font-family: Verdana; font-size: 10px' onClick='self.close()'>");
	NewWindow.document.write ("</td></tr></table>");
	NewWindow.document.write ("</form></body></html>");
	NewWindow.document.close();
    NewWindow.resizeTo(xsize,ysize);
	NewWindow.setTimeout("window.close()",90000);
	 
}

//Aus einem unerklärlichen Grund funktioniert die nachfolgende Zeile hier nicht. In der Testversion funktioniert sie einwandfrei! 
//    src="newWindow.js"

// ********* ********* ********* ********* ********* ********* ********* ********* *********
// Define Events
// call the fscEvent function
// 
// #  PARMS		DATA TYPE	DESCRIPTION
// 1  m			number		2 digit month (1=jan, 2=feb, 3=mar,... 12=dec)
// 2  d			number		2 digit day
// 3  y			number		4 digit year
// 4  text		date		HTML event text
// 5  link		string		URL for popup window
// 6  style		string		CSS class for the event (in-line style is invalid)
// 8  tooltip		string		text for hover over tooltip
// 7  script		string		javascript to execute during onMouseDown
// ********* ********* ********* ********* ********* ********* ********* ********* *********



<!-- Reihenfolge: [mehr], Flyer, Stadtplan

<!-- Version ohne Stadtplan: 
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          </span>");

<!-- Version ohne Stadtplan mit [mehr] mit Löschung:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a id='20090318' a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a></span>");

<!-- Version ohne Stadtplan mit [mehr] ohne Löschung:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a></span>");

<!-- --

<!-- Version mit Stadtplan:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

<!-- Version mit Stadtplan mit [mehr] mit Löschung:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a id='20090318' a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

<!-- Version mit Stadtplan mit [mehr] ohne Löschung:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

<!-- --

<!-- Version mit Stadtplan mit Flyer:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0000.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

<!-- Version ohne Stadtplan mit Flyer:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0000.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a> </span>");

<!-- Version mit Stadtplan, mit Flyer, mit [mehr...] mit Löschung:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a id='20090318' a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0000.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

<!-- Version mit Stadtplan, mit Flyer, mit [mehr...] ohne Löschung:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0000.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

<!-- Version ohne Stadtplan, mit Flyer, mit [mehr...] mit Löschung:
<!-- dcEvent (,,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00          <a id='20090318' a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0000.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a> </span>");


<!-- --


<!-- [mehr] ohne Löschung:
<!-- <a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a>

<!-- [mehr] mit Löschung:
<!-- <a id='20090318' a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a>

<!-- [mehr] mit Stadtplan mit Löschung:
<!-- <a id='20090318' a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a>

<!-- [mehr] mit Stadtplan ohne Löschung:
<!-- <a href='../../../veranstaltungsinfos/index.php#Z2' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a>

<!-- Stadtplan
<!-- <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a>

<!-- Flyer:
<!-- <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0000.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a>


dcEvent (2,1,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-12:00)<br>'Sind Fische wirklich stumm?', (Kinder-<br>f&uuml;hrung in der Son-<br>derausstellung 'FisCHe'. F&uuml;r Kinder von 9 - 12 Jahren<br>ohne Erwachsene. Anmeldung: 052 724 22 19. Kosten: 7.-), Naturmuseum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,1,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Eishockey Masterround: EHC Frauenfeld - Pikes, Eishalle <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan016.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Dunschtix- Jazz / rg3', (Jazz und mehr), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00(-02:00)<br>'Good Vibez', (Dan-<br>cehall und Reggae Party mit 'Rubb A Dube Soundstation'. Eintritt ab 22:00 Uhr Fr. 7.-), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 s'Baluu Er-<br>&ouml;ffnungsparty, (mit DJ Alp&auml;mam&auml;), s'Baluu <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan183.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Candle<br>Light Party', (mit John Scott und Sir Martin), Royal Bar <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan184.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00 'Around the World Party', (mit DJ Mike-L), Schlosskel-<br>ler <a id='20120204' a href='../../../veranstaltungsinfos/index.php#Z1248' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Limejuice', (Party mit DJ Selecta Maas), Schlosskeller <a id='20120205' a href='../../../veranstaltungsinfos/index.php#Z1259' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 s'Baluu Er-<br>&ouml;ffnungsparty, (mit DJ Austi), s'Baluu <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan183.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'The Sinful Saints', (Konzert), Eisenbeiz <a id='20120205' a href='../../../veranstaltungsinfos/index.php#Z1257' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Woodbrid-<br>ge', (Rock- Konzert), &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Black Rainbows' (I) und 'Honeyryder' (CH), (Konzert: Blues, Rock und mehr. Eintritt frei), Kaff <a id='20120205' a href='../../../veranstaltungsinfos/index.php#Z1283' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00 'Roooock-<br>abilly goes Burn Out', (Party mit DJ Elvis), Burn out Caf&eacute; <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan061.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 23:59 'Super Bowl XL VI Party', (live), Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,5,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 Senioren-<br>b&uuml;hne Frauenfeld: 'Pension Hartmann' und 'Caf&eacute; Surprise', (zwei Einakter von Maya Gm&uuml;r und Claudia Gysel. Mit musikalischer Un-<br>terhaltung durch Philipp Kanjo. Vor-<br>verkauf: Tourist Service), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,5,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Playit: 'Die Siedler von Catan' , (Spielabend), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,7,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Zauberhaf-<br>te Unterwasserwel-<br>ten - von den Alpen bis zum Amazonas', (Bildervortrag von Michel Roggo, int. t&auml;tiger Naturfotograf. Eintritt frei), Kantons-<br>bibliothek (Vortrags-<br>saal) <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,7,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Die Macht der Muster - Bedeu-<br>tung', (Vortrag von Bozena H. Diserens. Eintritt: 10.-/ 15.-), Hotel Blumenstein <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan072.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,8,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Offenes Gospelsingen mit den Gospel- Friends', (Mit musikalischer<br>Begleitung einer Band. Leitung: R&ouml;bi Zuberb&uuml;hler), Be-<br>gegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,8,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00(-02:00)<br>'Fiori di Mare', (Party mit Extrem DJ Fred. Mit Wettbewerben), Rest. Frohsinn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan062.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,9,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 Senioren-<br>b&uuml;hne Frauenfeld: 'Caf&eacute; Surprise', (Einakter), Alters-<br>zentrum Park <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan163.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30 Vernissage: 'Die humanit&auml;re Schweiz', (Ausstel-<br>lung), Staatsarchiv <a id='20120317' a href='../../../veranstaltungsinfos/index.php#Z1287' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan170.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Die Arth-<br>rose des Kniege-<br>lenks: Wann muss das Gelenk ersetzt werden?', (Chef-<br>arztvortrag von Dr. med. Paul Bodler, Chefarzt Orthop&auml;-<br>dische Klinik), Kan-<br>tonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,9,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Jamses-<br>sion', (Instrumente mitnehmen, aus-<br>packen und los geht's), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,9,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:45 Handball Damen: SC Frauen-<br>feld - SG Uzwil/ Gossau, Turnhalle Kantonsschule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan014.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:30)<br>'Eifersucht / Streiten / Geschwisterkonstel-<br>lation', (Vortrag von Jtigna Br&ouml;nimann, M&uuml;tter- und V&auml;ter-<br>beraterin. Anmel-<br>dung: 052 366 44 50. Kosten: 40.-/ Person), Kurszentrum Kan-<br>tonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Le caf&eacute; fran&ccedil;ais', (l'occasion de parler fran&ccedil;ais), Bibliothek der Kul-<br>turen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan168.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Beat- Tunes Massacre', (mit DJ Bazooka [zweitbester Partyrocker welt-<br>weit]), Schlosskeller <a id='20120211' a href='../../../veranstaltungsinfos/index.php#Z1271' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Trainings-<br>lager: 'Keine Aussicht auf ein gutes Ende', VorStadttheater <a id='20120211' a href='../../../veranstaltungsinfos/index.php#Z1274' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00(-02:00)<br>'Friends2 Friends', (Goa- Party. Eintritt frei), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 '17 Hippies laden zu Halbe Trep-<br>pe', (Beziehungs-<br>film mit Bar [ab 20:00] und Musik), Galerie Stefan Rutishauser <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan088.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Luis Motto Party: Film und Fernsehen', (verklei-<br>de Dich als Dein Star. Party mit DJ Alex. Eintritt frei), Dreiegg <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan026.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00 Vernissage: 'Seitenblick', (Aus-<br>stellung), Stadtga-<br>lerie Baliere <a id='20120227' a href='../../../veranstaltungsinfos/index.php#Z1244' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan011.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 Figuren-<br>theater Chora: 'Paolos Reise', (Theater f&uuml;r Kinder), VorStadttheater <a id='20120212' a href='../../../veranstaltungsinfos/index.php#Z1275' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 Literatur<br>zur blauen Stunde: Heidi Wacker liest aus ihren Werken, Friedau <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan065.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30 Vernissage: Fredi Buchli: 'Bilder und Skulpturen', (Ausstellung), Ber-<br>nerhaus <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1185' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan067.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Handball Herren: SC Frau-<br>enfeld 1 - HC Hor-<br>gen, Festhalle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Uftakle &amp; Abshake - 2te', (die Party von frauenfeld- events.ch und der Thurgauer Zeitung nach der gleichna-<br>migen Rubrik in der TZ), Dreiegg <a id='20120212' a href='../../../veranstaltungsinfos/index.php#Z1250' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan026.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Break Even', (Konzert: Unplugged Songs der letzten 40 Jahre [Rock, Pop, Mundart, ...]) Falken Pub + Motel <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan073.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Private Fiction', (&uuml;16 Party mit Josephine de Paris, Monica Dias, Teknopunx, Dani vs. X- Pok, Pascal Brugger, Tecjones), Underground <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan175.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Flower-<br>power- Party', (mit DJ Gaby Q), &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'rg3 - Roger Glaus Trio', (Kon-<br>zert), Eisenbeiz <a id='20120212' a href='../../../veranstaltungsinfos/index.php#Z1276' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:30 Aquarius Vol. 1: 'Sandmann', (Blues Konzert), Kaff <a id='20120212' a href='../../../veranstaltungsinfos/index.php#Z1284' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00 'Partying', (mit DJ Nikolay Semenov), Schlosskeller <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,12,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Pl&ouml;tze, Tr&uuml;sche, Moderlies-<br>chen', (F&uuml;hrung durch die Ausstel-<br>lung 'FisCHe' mit Catherine Schmidt), Naturmuseum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,12,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Junge Texte', (Lesung der Preistr&auml;ger/ innen des Literaturf&ouml;rder-<br>preises Thurgau.<br>Mit Miriam Hetzel, Mirjam Keller, Paul Maetschke, Simon Michel, Nora Paro-<br>lari und Tatjana Sievers), Obere Aula, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,12,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 &Ouml;ffentliche F&uuml;hrung im Ittinger Museum, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,12,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkrimi: 'Skalpell Duell', (Es-<br>sen und Theater), Rest. Goldenes Kreuz (Diese Vor-<br>stellung ist ausver-<br>kauft!) <a id='20120326' a href='../../../veranstaltungsinfos/index.php#Z1280' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,12,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Unihockey Damen: UH Red Lions Frauenfeld - UHC Zugerland, Turnhalle Kantons-<br>schule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan014.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,14,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Theater Kanton Z&uuml;rich: 'Das Ende vom Anfang', (Kom&ouml;die von Sean O'Casey), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,15,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-15:30)<br>'MitmachTheater', (Theater f&uuml;r Kinder von 6 - 12 Jahren), VorStadttheater <a id='20120531' a href='../../../veranstaltungsinfos/index.php#Z1199' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,15,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:30)<br>Kindernachmittag: 'R&ouml;mische Span-<br>sch&auml;chtelchen de-<br>korieren', (f&uuml;r Kin-<br>der von 7 - 10 Jah-<br>ren. Mit David Kel-<br>lenberger. Kosten: 10.- inkl. Material. Anmeldung: 052 724 22 19), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,15,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00 F&uuml;hrung durch die Ausstel-<br>lung 'Einblicke in<br>den Schlossgraben', (mit Gabriele Keck), Historisches Muse-<br>um <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z1214' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,15,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Muss ich immer erst laut wer-<br>den?', (Vortrag zum Thema Grenzen setzen von Ruth Feller, Paar- und Familientherapeu-<br>tin, und Film f&uuml;r Eltern von Kindern der Unter- und Mittelstufe. Eintritt frei, Kollekte), Begegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,16,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 'Fasnachts-<br>Party', (mit DJ Greg), Schlosskeller <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,16,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:13 'Stadt&uuml;ber-<br>nahme durch die Narren', Rathaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan007.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,16,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Ferruccio Cainero liest aus seinen Erz&auml;hlungen, die er f&uuml;r 'Morgen-<br>geschichte' auf DRS 1 geschrieben hat', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,16,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Die J- Bar', (offene B&uuml;hne f&uuml;r alle DJs, MC's, ...), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00(-24:00)<br>'Tanzen von Cha- Cha- Cha bis Salsa', Rest. Park <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan163.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Pop Party', (90er, 00er + heute. Mit DJ Johnny Lo-<br>pez), Schlosskeller <a id='20120218' a href='../../../veranstaltungsinfos/index.php#Z1272' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00(-02:00)<br>'All About Minimal', (Party mit DJ Cris P. und Mad-T. Eintritt ab 22:00 Uhr Fr. 7.-), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:13 'Narren-<br>kongress', Festhalle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 Stahlber-<br>ger: 'Abghenkt', Eisenwerk <a id='20120218' a href='../../../veranstaltungsinfos/index.php#Z1288' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:13 'Grosser Kinderfasnachts-<br>umzug durch die Altstadt', Innenstadt </span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 16:00 Volleyball Herren: VBC Frau-<br>enfeld - STV St. Gallen 1, Turnhalle Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan048.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00 Volleyball Damen: VBC Frau-<br>enfeld - Volley Uzwil 1, Turnhalle Ober-<br>wiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan048.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:30 Basketball Damen: CVJM Frauenfeld - STV Luzern Basket Ama-<br>zons, Milit&auml;rsport-<br>halle <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan035.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Alkaz&uuml;&uuml;l '12 - die ultimative Gug-<br>gennacht', Festhalle R&uuml;egerholz <a id='20120219' a href='../../../veranstaltungsinfos/index.php#Z1136' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Senioren-<br>b&uuml;hne Frauenfeld: 'Pension Hartmann' und 'Caf&eacute; Surprise', (zwei Einakter von Maya Gm&uuml;r und Claudia Gysel. Mit musikalischer Un-<br>terhaltung durch Philipp Kanjo. Vor-<br>verkauf: Tourist Service), Kath. Pfar-<br>reizentrum Kl&ouml;sterli <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan056.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Hawaii Beach Party', (70er/ 80er Sound mit DJ Walte), Falken Pub + Motel <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan073.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Shake it', (Party mit DJ Def<br>Cut and Friends: HipHop, Dubstep, Electrobeats), Schlosskeller <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0016.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Darttur-<br>nier f&uuml;r jedermann', &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Soul Eyes', (Konzert), Eisenbeiz <a id='20120219' a href='../../../veranstaltungsinfos/index.php#Z1289' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Hardcore Knockout', (Old-<br>schoolhardcore mit Brut, Rabbit Lesson und Keep Calm), Dreiegg <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan026.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,18,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:30 'F&ouml;rder-<br>band Labelnacht 1', (Konzerte), Kaff <a id='20120219' a href='../../../veranstaltungsinfos/index.php#Z1285' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 8:00 'Frauenfel-<br>der Eiskunst- Meis-<br>terschaft', Eisbahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan016.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:00 '7. Thurgau-<br>er Karate-Nach-<br>wuchsmeister-<br>schaft', (mehr Infor-<br>mationen unter tgkv.ch), Sporthalle Auenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan020.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:13 'Interna-<br>tionaler Fasnachts-<br>umzug', Innenstadt </span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 &Ouml;ffentliche F&uuml;hrung im Ittinger Museum, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 16:00 Unihockey Damen: UH Red Lions Frauenfeld - UH Zulgtal Eagles, Turnhalle Kantons-<br>schule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan014.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Unihockey Herren: UH Red Lions Frauenfeld - UHC Nesslau Sharks, Turnhalle Kantonsschule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan014.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,19,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Gavin Ja-<br>mes' (GB), (Singer-/ Songwriter Konzert von Blues, Rock, Oldies bis Irish Folk), Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,21,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:13 'Stadtr&uuml;ck-<br>gabe an den Stadtrat und Uslumpete', Rathaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan007.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,21,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:15 Thurgaui-<br>sche Naturforschen-<br>de Gesellschaft:<br>'Wie kommuniziert man Wissenschaft?', (Vortrag von Dr. h.c. Beat Glogger, Wis-<br>senschaftsjournalist, scitec-media GmbH, Winterthur. Eintritt frei), Kantonsschule (Singsaal) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan013.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,22,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 13:30(-15:30)<br>'Besuch bei der Feuerwehr Frauen-<br>feld', (f&uuml;r Kinder ab 1. Klasse. Anmeldung erforderlich: 052 720 90 52. Platzzahl be-<br>schr&auml;nkt), Feuer-<br>wehrdepot (Seiten-<br>eingang St. Galler-<br>strasse <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan151.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,22,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Anthropo-<br>sophische Gesell-<br>schaft Friedrich Schiller- Zweig: 'Die &Uuml;berwindung der Weltreligionen als neue Religiosit&auml;t', (Das Christentum als mystische Tatsache. Vortrag von Marcus Schneider. Eintritt: 15.-), Zeichnungs-<br>saal Oberstufen-<br>zentrum Reutenen (Feuerwehrgeb&auml;ude) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan047.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,22,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Grizzly-<br>b&auml;ren', (Dia Show), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,23,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Klingende Pfeifen: Die Truhenorgel aus Arbon', (Kurzf&uuml;h-<br>rung &uuml;ber Mittag mit Margrit Fr&uuml;h und Kurt Stucki), Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,23,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Simon Standage (Barock-<br>violine) und Friede-<br>rike Chylek (Cem-<br>balo), (Konzert mit Werken von B. Marini, A. Bertali, M. Uccellini, J.H. Schmelzer, H.I.F. Biber, G. Muffat, N. Matteis und P. degli Antonii), Rathaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan007.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,23,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Tingel-<br>tangel's Musicbox', (Klangjuwelen der letzen Jahrzehnte), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:30 'Zwinglis Reformation - Wenn der Funke springt', (Vortrag von Dr. theol. Armin Sierszyn, Pro-<br>fessor f&uuml;r Kirchen-<br>geschichte. Im Zu-<br>sammenhang mit der Theaterauff&uuml;hrung 'Ittingen brennt'), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Volleyball Damen: VBC Frau-<br>enfeld - VBC Aadorf 3, Turnhalle Ober-<br>wiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan048.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'The 60s, 70s, 80s Party', (mit DJ FuFu und DJ Dischee), Loft <a id='20120226' a href='../../../veranstaltungsinfos/index.php#Z1219' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan002.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Funkyyy Moves', (Party mit<br>DJ Bobesch), Schlosskeller <a id='20120225' a href='../../../veranstaltungsinfos/index.php#Z1260' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00(-02:00)<br>'Bad Taste Party', (wer hat den schlechtesten Ge-<br>schmack? Eintritt: 5.-), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00 'Nadel-<br>kunst im Burn Out', (mit 3 Nadelk&uuml;nst-<br>lern), Burn out Caf&eacute; <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan061.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 16:00 Eissport Club: 'Schaulaufen ESF', Eisbahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan016.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Handball Herren: SC Frau-<br>enfeld 1 - SG Uster, Festhalle R&uuml;eger-<br>holz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'The 60s, 70s, 80s Party', (mit DJ FuFu und DJ Dischee), Loft <a id='20120226' a href='../../../veranstaltungsinfos/index.php#Z1219' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan002.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Party Bat-<br>tle', (Wer schmeisst die beste Party? Anmeldung bis 21. 12.2011: jaf- info.ch. Partyalter: 13 - 17), 20gi <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan162.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Jodler-<br>Obig des Jodel- Doppelquartetts Frauenfeld, (mit Jodellied und dem Theater- Einakter 'Stoormfrei'. Nach<br>her Tanz mit den 'Stockbergbuebe'.<br>Mit Tombola), Schulhaus Ober-<br>wiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan048.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Sportler Party - Edition Handball', Schloss-<br>keller <a id='20120226' a href='../../../veranstaltungsinfos/index.php#Z1273' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'We love Portugal', (mit Su-<br>sana, DJ Tiago, DJ Dani und DJ X-Pok. Stil: House, Kuduro, Minimal, Bachata, Merengue, Pop. Eintritt: 15.-. Ab 18 Jahren), Under-<br>ground <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan175.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Just- Two', (Cover- Konzert), &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Lina Button' und 'James Gruntz', (Doppelkonzert), Eisenwerk <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,25,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:30 'The Jancee Pornick Casino', (Konzert von Rock'n' Roll bis Punk), Kaff <a id='20120226' a href='../../../veranstaltungsinfos/index.php#Z1286' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Piccolo Eishockey- Turnier, Eishalle <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan016.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Karaoke im Peggys', Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00 'Briefmar-<br>kenb&ouml;rse', Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 13:00 'Unterwas-<br>serwelten - die Abenteuer des Glitzerfisches Glossy', (Eine m&auml;r-<br>chenhafte Geschich-<br>te erz&auml;hlt und ge-<br>spielt von Kathrina Lienhard, Schau-<br>spielerin. F&uuml;r Kinder ab 5 Jahren und Erwachsene. An-<br>meldung: 052 724 22 19. Eintritt: 5.-), Naturmuseum <a id='20120227' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 'Unterwas-<br>serwelten - die Abenteuer des Glitzerfisches Glossy', (Eine m&auml;r-<br>chenhafte Geschich-<br>te erz&auml;hlt und ge-<br>spielt von Kathrina Lienhard, Schau-<br>spielerin. F&uuml;r Kinder ab 5 Jahren und Erwachsene. An-<br>meldung: 052 724 22 19. Eintritt: 5.-), Naturmuseum <a id='20120227' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 &Ouml;ffentliche F&uuml;hrung durch die Ausstellung 'H.R. Fricker: Erobert die Wohnzimmer dieser Welt!', Kunstmuse-<br>um des Kantons Thurgau, Kartause Ittingen <a id='20120416' a href='../../../veranstaltungsinfos/index.php#Z992' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 Jahreskon-<br>zert des Akkordeon- Orchesters Frauen-<br>feld, (Leitung: Isa-<br>bella V&ouml;lki- Gabrieli. Repertoire: M&auml;rsche und bek. Filmmelo-<br>dien. Gastsolisten: 'Schwyzer&ouml;rgeli- Fr&uuml;nd&auml; Frauenfeld'. Eintritt frei, Kollekte), Neubau Kantons-<br>schule (Aula) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan015.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 16:00 'Unterwas-<br>serwelten - die Abenteuer des Glitzerfisches Glossy', (Eine m&auml;r-<br>chenhafte Geschich-<br>te erz&auml;hlt und ge-<br>spielt von Kathrina Lienhard, Schau-<br>spielerin. F&uuml;r Kinder ab 5 Jahren und Erwachsene. An-<br>meldung: 052 724 22 19. Eintritt: 5.-), Naturmuseum <a id='20120227' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,26,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkrimi: 'Skalpell Duell', (Es-<br>sen und Theater), Rest. Goldenes Kreuz <a id='20120326' a href='../../../veranstaltungsinfos/index.php#Z1280' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,28,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Celtic Legends', (irische Volkstanzshow), Casino <a id='20120229' a href='../../../veranstaltungsinfos/index.php#Z1249' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:00  Frauen-Treff: 'Dem Leben Farbe geben', (Vortrag), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,29,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Offenes Gospelsingen mit den Gospel- Friends', (Mit musikalischer<br>Begleitung einer Band. Leitung: R&ouml;bi Zuberb&uuml;hler), Be-<br>gegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (3,1,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,1,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Fit in den besten Jahren: Ak-<br>tuelles zur M&auml;nner-<br>gesundheit', (Chef-<br>arztvortrag von PD Dr. med. Jochen Binder, Chefarzt,<br>und Dr. med. Ro-<br>nald Br&auml;utigam, Leitender Arzt Urologische Klinik), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,1,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Dunschtix- Jazz mit Marie Malou und G&auml;sten', (Jazz), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,1,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:45 Handball Damen: SC Frau-<br>enfeld 1 - Yellow Winterthur 2, Turn-<br>halle Kantonsschule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan014.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:30 'Die Situa-<br>tion der Bauern - und was aus ihrer Revo-<br>lution wurde', (Vor-<br>trag von Peter Kam-<br>ber, Historiker und Autor des Buches 'Der Ittinger Sturm'. Im Zusammenhang mit der Theaterauf-<br>f&uuml;hrung 'Ittingen brennt'), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Knacke-<br>boul: 'Moderatour', Eisenwerk <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- siehe ab 21:00 Uhr   dcEvent (3,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Blues Festival Opening Party mit der 'Hot Shot Blues Band', (Konzert), Falken Pub &amp; Motel <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan073.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Good Vibez', (Party), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Hot Shot Blues Band' (D), (Opening Blues- Konzert des 3.<br>Blues Festivals Frauenfeld. Eintritt frei), Falken Pub &amp; Motel <a id='20120311' a href='../../../veranstaltungsinfos/index.php#Z1254' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan073.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-17:00)<br>'Kreistanzen', (Von beschwingt bis me-<br>ditativ. Keine Vor-<br>kenntnisse n&ouml;tig. Kosten: 80.-. An-<br>meldung: i-g-t.com), Alterszentrum Park <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan163.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,3,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,3,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,3,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:30 'Dirty Blon-<br>des', 'Bitch Queens' und 'Franky Four Fingers', (Konzerte), Kaff <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan004.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,4,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,4,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00 Handball Herren: SC Frau-<br>enfeld 1 - TV Ap-<br>penzell, Festhalle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,5,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00(-22:30)<br>'Gr&auml;nzelos Anti-<br>pop', Hotel Domi-<br>cil <a id='20120306' a href='../../../veranstaltungsinfos/index.php#Z1282' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan074.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,6,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,7,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Wenn Kunst das Museum verl&auml;sst', (ein Nachmittag im Museum mit Nicole Str&auml;ssle, Museums-<br>p&auml;dagogin. F&uuml;r Kinder ab 6 Jahren. Anmeldung erfor-<br>derlich: 058 345 10 60. Kosten: 7.-- [inkl. z'Vieri]), Kunstmu-<br>seum des Kantons Thurgau, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,7,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Die Macht der Muster - Entste-<br>hung', (Vortrag von Bozena H. Diserens. Eintritt: 10.-/ 15.-), Hotel Blumenstein <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan072.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,7,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater. Premiere), Vorstadttheater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,8,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Euro- Studio Landgraf: 'Licht im Dunkel', (Schauspiel von William Gibson), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,8,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,8,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:45 Handball Damen: SC Frau-<br>enfeld 1 - BSV Weinfelden Hand-<br>ball 1, Turnhalle Kantonsschule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan014.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,9,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,9,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Massimo Rocchi: 'rocCHi-<br>pedia', (Comedy), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,9,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 '3. Blues Festival Frauenfeld', Festhalle R&uuml;eger-<br>holz <a id='20120311' a href='../../../veranstaltungsinfos/index.php#Z1254' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,9,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,9,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,9,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:30(-12:15)<br> 'Bilderverbot, Bilder-<br>sturm und Ikonen', (Kurzreferate zum Thema 'Du sollst Dir kein Bildnis machen'. Im Zusammenhang mit der Theaterauf-<br>f&uuml;hrung 'Ittingen brennt'), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Fischen will gelernt sein', (erste Schritte des Fischerhand-<br>werks. F&uuml;r Kinder von 8 - 12 Jahren ohne Erwachsene. Anmeldung: 052<br>724 22 19. Eintritt: 7.-. Im Rahmen der Ausstellung 'Fi-<br>sCHe'), Naturmu-<br>seum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 '3. Blues Festival Frauenfeld', Festhalle R&uuml;eger-<br>holz <a id='20120311' a href='../../../veranstaltungsinfos/index.php#Z1254' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Pl&uuml;sch', (Mundart- Konzert), Eisenwerk <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 100'000 km Party mit 'Timeless', (Konzert und Party), &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,11,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:15 Fussball Damen, Testspiel: FC Frauenfeld (4. Liga) - FC Uzwil (3. Liga), Kleine All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:30 Ittinger Sonntagskonzert: 'Casal Quartett und Solisten', (klassi-<br>sches Konzert mit Werken von J. Raff [Streichquartett Nr. 7 D- Dur op. 192/2 'Die sch&ouml;ne M&uuml;llerin'] und F. Schubert ['Die sch&ouml;ne M&uuml;llerin'. Liederzyklus nach Gedichten von Wil-<br>helm M&uuml;ller, D 795 Fassung f&uuml;r Tenor, Bl&auml;serquintett und Streichquartett von Wolfgang Renz]), Kartause Ittingen (Remise) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,11,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 13:30 'De chli Isb&auml;r', (Familien-<br>musical), Casino <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1242' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,11,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 16:00 Unihockey Herren: UH Red Lions Frauenfeld - Hurricanes Glarner-<br>land, Turnhalle Kantonsschule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan014.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 'Ittingen brennt', (Theater), Kartause Ittingen <a id='20120312' a href='../../../veranstaltungsinfos/index.php#Z1220' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkrimi: 'Skalpell Duell', (Es-<br>sen und Theater), Rest. Goldenes Kreuz <a id='20120326' a href='../../../veranstaltungsinfos/index.php#Z1280' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,14,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Schau genau ... und das Mittelalter wird lebendig!', (mit Carol Rosa, Kulturvermitt-<br>lerin und Theater-<br>p&auml;dagogin. F&uuml;r Kin-<br>der von 8 - 12 Jah-<br>ren. Kosten: 7.-. An-<br>meldung: 052 724 25 20), Historisches Museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Anthropo-<br>sophische Gesell-<br>schaft Friedrich Schiller- Zweig: 'Gewandeltes Got-<br>tesbild f&uuml;hrt zum Menschenbild', (Golgatha als Wen-<br>depunkt im Evolu-<br>tionsgeschehen. Vortrag von Marcus Schneider. Eintritt: 15.-), Zeichnungs-<br>saal Oberstufen-<br>zentrum Reutenen (Feuerwehrgeb&auml;ude) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan047.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Mobbing erkennen - was nun?', (Vortrag von Ruedi Josuran, Ra-<br>dio- und Fernseh-<br>moderator. Eintritt frei, Kollekte), Evang. Kirchgemeindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,15,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:30)<br>'Pubert&auml;t: Die zweite Geburt', (Vortrag von Christoph Bornhau-<br>ser), SBW Haus des Lernens <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan134.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,15,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,16,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Vernissage: Marta Herzog: 'Transparente Tr&auml;u-<br>me', (Ausstellung), Galerie Stefan Rutishauser <a id='20120402' a href='../../../veranstaltungsinfos/index.php#Z1255' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan088.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,16,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Der Spur-<br>wechsel des Dr. Markus Studer - vom Herzchirurgen zum Fernfahrer', (Vortrag von Dr. Markus Studer), Kantonsschule (Singsaal) <a id='20120317' a href='../../../veranstaltungsinfos/index.php#Z1267' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan013.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,16,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Marco Rima: 'Humor Sa-<br>piens', (Comedy), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,16,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,16,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,16,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,16,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 16:00 Volleyball Damen: VBC Frau-<br>enfeld - Volley Tog-<br>genburg 3, Turnhal-<br>le Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan048.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Handball Herren: SC Frau-<br>enfeld 1 - SC Vol-<br>ketswil, Festhalle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Handball Damen: SC Frau-<br>enfeld 1 - HSC Kreuzlingen, Turn-<br>halle Auen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan021.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Shake it', (Party mit DJ Def<br>Cut and Friends: HipHop, Dubstep, Electrobeats), Schlosskeller <a href='JavaScript:OpenNewWindow2(&#34;../../../flyer/flyer0016.jpg&#34;,520,550)' target='_self'><img src='../../../bilder/picto032.gif' border='0' title='Der Klick zum Flyer'></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Death be-<br>fore Disco mit 'Re-<br>quiem' und 'Infected Noise', (Konzerte. Eintritt: 15.-), Drei-<br>egg <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan026.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,17,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Fussball:<br>FC Frauenfeld - FC Mels, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,18,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-16:00)<br>'Winter- Sonntags- Flohmarkt', Festhal-<br>le R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,18,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00 'Pers&ouml;nlich', (die beliebte Radio-<br>sendung auf DRS 1 gastiert in Frauen-<br>feld. Zwei Pers&ouml;n-<br>lichkeiten aus der Region erz&auml;hlen live &uuml;ber sich, ihr Leben, ihre W&uuml;nsche und Tr&auml;ume), Kantons-<br>bibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,18,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Fischers Fritz - aalglatt. Kul-<br>turgeschichtliches vom Fisch', (Kultur-<br>geschichtliche F&uuml;h-<br>rung mit Barbara Richner. Eintritt frei), Naturmuseum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,18,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,18,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Chris Black' (GB), (Rockiges Konzert), Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,19,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Informa-<br>tionsabend', SBW Haus des Lernens <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan134.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,20,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:15 Thurgaui-<br>sche Naturforschen-<br>de Gesellschaft:<br>'Das Seebachtal - Pollen und Fossilien erz&auml;hlen vom Leben in der Stein- und Bronzezeit', (Vortrag von Prof. Dr. Jean Nicolas Haas, Insti-<br>tut f&uuml;r Botanik, Uni Innsbruck), Kan-<br>tonsschule (Sing-<br>saal) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan013.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,21,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-15:30)<br>'MitmachTheater', (Theater f&uuml;r Kinder von 6 - 12 Jahren), VorStadttheater <a id='20120531' a href='../../../veranstaltungsinfos/index.php#Z1199' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,21,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:30)<br>Kindernachmittag: 'Spinner und Spin-<br>nerinnen ...', (f&uuml;r Kinder von 8 - 12 Jahren. Mit Eva Roost. Kosten: 10.-. Anmeldung erfor-<br>derlich: 052 724 22 19), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,21,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Offenes Gospelsingen mit den Gospel- Friends', (Mit musikalischer<br>Begleitung einer Band. Leitung: R&ouml;bi Zuberb&uuml;hler), Be-<br>gegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,21,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,22,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '36. Thur-<br>gauer Fr&uuml;hjahrs-<br>messe', Areal Zuckerfabrik <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan049.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,22,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Kunst-<br>salon Cassirer: 'Man steht da und staunt', (Gespr&auml;ch mit den Verlegern Bernhard Echte und Walter Feilchenfeldt &uuml;ber die Bedeutung des Kunsthandels im 20. Jahrhundert), Kunstmuseum des Kantons Thurgau, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,22,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Wenn der Gang zur Toilette<br>den Alltag bestimmt: Abkl&auml;rung und Be-<br>handlung von Bla-<br>senleiden', (Chef-<br>arztvortrag von PD Dr. med. Mathias Fehr, Chefarzt, und Prof. Dr. med. Vol-<br>ker Viereck, Co- Chefarzt Frauen-<br>klinik), Kantonsspi-<br>tal, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,22,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater), Vorstadt-<br>theater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,23,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '36. Thur-<br>gauer Fr&uuml;hjahrs-<br>messe', Areal Zuckerfabrik <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan049.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,23,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Potiche -<br>Die Porzellanvase', (Theater. Derniere), Vorstadttheater <a id='20120324' a href='../../../veranstaltungsinfos/index.php#Z1264' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,23,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,23,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,23,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,24,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '36. Thur-<br>gauer Fr&uuml;hjahrs-<br>messe', Areal Zuckerfabrik <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan049.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:30 'Die Party', Halle 30 <a id='20110403' a href='../../../veranstaltungsinfos/index.php#Z1030' target='_parent' title='Hier klicken für mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan040.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,24,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,24,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 Achim Brugger: 'The Real Thing', (Platten- Taufe mit Chor), Eisenwerk <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '36. Thur-<br>gauer Fr&uuml;hjahrs-<br>messe', Areal Zuckerfabrik <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan049.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Karaoke im Peggys', Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-16:00)<br>'Terraristikb&ouml;rse', Festhalle R&uuml;eger-<br>holz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Pl&ouml;tze, Tr&uuml;-<br>sche, Moderlies-<br>chen', (&ouml;ffentliche F&uuml;hrung durch die Ausstellung 'FisCHe' mit Catherine Schmidt, Museums-<br>p&auml;dagogin und Zoologin. Eintritt frei), Naturmuseum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 'Zuger Sin-<br>fonietta', (Konzert. Solisten: Benjamin Engeli [Klavier] und Immanuel Richter [Trompete]. Leitung: Philippe Bach. Wer-<br>ke von I. Strawinsky [Concerto in D f&uuml;r Streichorchester], D. Schostakowitsch [Konzert f&uuml;r Klavier, Trompete und Streichorchester c- moll op. 35] und P.I. Tschaikowsky [Sere-<br>nade f&uuml;r Streicher C- Dur op. 48]), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkrimi: 'Skalpell Duell', (Es-<br>sen und Theater), Rest. Goldenes Kreuz <a id='20120326' a href='../../../veranstaltungsinfos/index.php#Z1280' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00 Handball Herren: SC Frau-<br>enfeld 1 - HSC Kreuzlingen, Fest-<br>halle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,25,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00 Fussball Damen, Testspiel: FC Frauenfeld (4. Liga) - SC Berg (4. Liga), Kleine All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,28,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 13:20(-15:45)<br>'Spitalf&uuml;hrung', (f&uuml;r Kinder ab 5 Jahren. Anmeldung erfor-<br>derlich: 052 365 09 50. Platzzahl be-<br>schr&auml;nkt. Eintritt<br>frei, Kollekte), Kan-<br>tonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,28,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-17:00)<br>'Lama Trekking', (f&uuml;r Kinder ab 3. Klasse. Kosten: 25.- inkl. Zvieri. Anmeldung bis 29.2.: 052 721 70 15), Parkplatz Walzm&uuml;hle </span>");
dcEvent (3,28,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Speed', (Dia Vortrag von Ueli Steck), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,28,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Meister Henkels Holzk&ouml;pfe: Das Chorgest&uuml;hl aus St. Katharinental', (Kurz-<br>f&uuml;hrung &uuml;ber Mittag mit Betty Sonnber-<br>ger), Historisches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00 Vernissage: 'H&auml;rd&ouml;pfel, Kartoffel, Patata - Eine Er-<br>folgsgeschichte', (Ausstellung), Altes Zeughaus <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan182.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- 9. + 10.3.   dcEvent (3,30,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '3. Frau-<br>enfelder Blues Festival', Festhalle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,30,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,30,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Rolf<br>Schmid: 'Absolut Rolf', (Comedy), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,30,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 FAA- Zone Tanz Company: 'In-<br>somnia - Schlaflo-<br>sigkeit bewegt', Vorstadttheater <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,30,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Funkyyy Moves', (Party mit<br>DJ Bobesch), Schlosskeller <a id='20120331' a href='../../../veranstaltungsinfos/index.php#Z1268' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,30,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Fairytale', (Indie Beat, 60s Konzert im Rahmen der Ausstellung von Marta Herzog: 'Transparente Tr&auml;u-<br>me'), Galerie Stefan Rutishauser <a id='20120402' a href='../../../veranstaltungsinfos/index.php#Z1255' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan088.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,30,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,30,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- 9. + 13.3.   dcEvent (3,31,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '3. Frau-<br>enfelder Blues Festival', Festhalle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 Dalang Puppencompany: 'Schwarz wie Tinte, Schneewittchen Reloaded', (Theater f&uuml;r Kinder), Vor-<br>Stadttheater <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 F&uuml;hrung in der Ausstellung 'H&auml;rd&ouml;pfel, Kartoffel, Patata - Eine Er-<br>folgsgeschichte', (mit Alexander Leumann, Museumsp&auml;dagoge), Altes Zeughaus <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan182.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Party Bat-<br>tle', (Wer schmeisst die beste Party? Anmeldung bis 21. 12.2011: jaf- info.ch. Partyalter: 13 - 17), 20gi <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan162.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Danza La-<br>tino', (Party mit DJ Nando), Under-<br>ground <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan175.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Upper<br>Class Bastards', (Konzert), &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (3,31,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 22:00 'The Tonics', (Rock- Konzert), Burn out Caf&eacute; <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan061.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

<!-- 9. + 10.3.   dcEvent (4,1,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '3. Frau-<br>enfelder Blues Festival', Festhalle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,1,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Fussball:<br>FC Frauenfeld - SV Schaffhausen, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,1,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-12:00)<br>'Sind Fische wirklich stumm?', (Familien-<br>f&uuml;hrung in der Son-<br>derausstellung 'FisCHe'. F&uuml;r Kinder von 6 - 9 Jahren<br>mit Erwachsenen. Anmeldung: 052 724 22 19. Kosten: 7.-), Naturmuseum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,1,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 16:00 Konzert<br>der Stadtmusik Frauenfeld, Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Knie', Grosse All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Knie', Grosse All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-19:00)<br>Einf&uuml;hrung f&uuml;r Lehr-<br>personen in die Ausstellung 'H&auml;rd-<br>&ouml;pfel, Kartoffel, Pa-<br>tata - Eine Erfolgs-<br>geschichte', (mit Alexander Leumann, Museumsp&auml;dagoge, und Silvia Conzett, Volkskundlerin. An-<br>meldung: 052 724 25 20), Altes Zeughaus <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan182.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,4,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Farben selber her-<br>stellen und malen, malen, malen ...', (Kindernachmittag mit Dana Siebrecht. F&uuml;r Kinder ab 6 Jahren. Anmeldung erforderlich: 058 345 10 60. Kosten: 7.- [inkl. z'Vieri]), Kunstmuseum des Kantons Thurgau, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,4,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 'Tolle Knolle - Blaue St. Galler', (Vortrag von Chris-<br>toph G&auml;mperli, dipl. Ing. Agronom ETH. Im Rahmen der Ausstellung 'H&auml;rd-<br>&ouml;pfel, Kartoffel, Pa-<br>tata - Eine Erfolgs-<br>geschichte'. Eintritt frei, Kollekte), His-<br>torisches Museum <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,4,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00?? 'Jeux<br>d'eau', (Wasserspie-<br>le mit Fl&ouml;ten und Klavierkl&auml;ngen. Wer-<br>ke von F. Chopin, C. Debussy, F. Liszt, C. Reinecke, R. Schu-<br>mann, ... . Mitwirken-<br>de: Myriam Hidber Dickinson, Stefan Cassar [Fl&ouml;te und Klavier] und Margrit M&ouml;ri [Gesang]), Greuterhof <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan087.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,5,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,7,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-17:00)<br>'Eieiei! Oster- Wett-<br>bewerb', (f&uuml;r Kinder ab 6 Jahren. Eier-<br>suche der beson-<br>deren Art), Natur-<br>museum und Muse-<br>um f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,7,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,7,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,7,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Sinside', (Rock- Konzert), &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-17:00)<br>'Eieiei! Oster- Wett-<br>bewerb', (f&uuml;r Kinder ab 6 Jahren. Eier-<br>suche der beson-<br>deren Art), Natur-<br>museum und Muse-<br>um f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,9,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Swiss Motocross Masters', (int. Motocross), Schollenholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan081.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,9,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-17:00)<br>'Eieiei! Oster- Wett-<br>bewerb', (f&uuml;r Kinder ab 6 Jahren. Eier-<br>suche der beson-<br>deren Art), Natur-<br>museum und Muse-<br>um f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Offenes Gospelsingen mit den Gospel- Friends', (Mit musikalischer<br>Begleitung einer Band. Leitung: R&ouml;bi Zuberb&uuml;hler), Be-<br>gegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,13,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00 Museums-<br>zn&uuml;ni: 'Pl&ouml;tze, Tr&uuml;-<br>sche, Moderlies-<br>chen', (&ouml;ffentliche F&uuml;hrung durch die Ausstellung 'Fi-<br>sCHe' mit Catherine Schmidt, Museums-<br>p&auml;dagogin und Zoologin. Eintritt frei), Naturmu-<br>seum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,13,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,13,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,13,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30 Vernissage: Katharina B&uuml;rgin: 'Gartenarbeiten', (Ausstellung), Ber-<br>nerhaus <a id='20120514' a href='../../../veranstaltungsinfos/index.php#Z1186' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan067.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,14,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,14,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,15,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:30 'Ittinger Sonntagskonzert mit Hanna Weinmeister (Violine) und Alex-<br>ander Lonquich (Klavier)', (klassi-<br>sches Konzert mit Werken von R. Schumann [Violin-<br>sonate Nr. 2 d- Moll op. 121] und C. Franck [Violinsonate A- Dur]), Kartause Ittingen (Remise) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,15,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:00 &Ouml;ffentliche F&uuml;hrung durch die Ausstellung 'H.R. Fricker: Erobert die Wohnzimmer dieser Welt!', Kunstmuse-<br>um des Kantons Thurgau, Kartause Ittingen <a id='20120416' a href='../../../veranstaltungsinfos/index.php#Z992' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,17,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00(-21:00)<br>'Am Anfang war die Stimme', (musika-<br>lisch- musikarch&auml;-<br>ologischer Streifzug durch die Ur- und Fr&uuml;hgeschichte mit Beate Maria Pom-<br>berger, Albin Paulus und Bernhard Wink-<br>ler [Archaeomusic Vienna]. Kosten:<br>15.-. Anmeldung erforderlich: 052 724 22 19), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,17,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,19,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Die Macht der Muster - Erken-<br>nung', (Vortrag von Bozena H. Diserens. Eintritt: 10.-/ 15.-), Hotel Blumenstein <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan072.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,20,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:30)<br>'Trotzen / Grenzen setzen', (Vortrag von Jtigna Br&ouml;nimann, M&uuml;tter- und V&auml;ter-<br>beraterin. Anmel-<br>dung: 052 366 44 50. Kosten: 40.-/ Person.), Kurszen-<br>trum Kantonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,20,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,20,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,21,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 F&uuml;hrung durch die Ausstel-<br>lung 'Einblicke in<br>den Schlossgraben', (mit Gabriele Keck, Direktorin Histori-<br>sches Museum Thurgau), Histori-<br>sches Museum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z1214' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,21,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,21,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,22,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Fussball:<br>FC Frauenfeld - FC Ph&ouml;nix Seen 1, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,22,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Pl&ouml;tze, Tr&uuml;sche, Moder-<br>lieschen', (&ouml;ffentli-<br>che F&uuml;hrung durch die Ausstellung 'FisCHe' mit Han-<br>nes Geiser, Muse-<br>umsdirektor. Eintritt frei), Naturmuseum <a id='20120423' a href='../../../veranstaltungsinfos/index.php#Z997' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,22,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkrimi: 'Verliebt, verlobt, vergiftet', (Essen und Theater), Rest. Goldenes Kreuz <a id='20120618' a href='../../../veranstaltungsinfos/index.php#Z1281' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,22,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 '4 on the Floor', (Konzert: Mischa &amp; F&auml;b mit rockiger Drumbox- und Bass- Verst&auml;r-<br>kung), Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,25,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 13:20(-15:45)<br>'Spitalf&uuml;hrung', (f&uuml;r Kinder ab 5 Jahren. Anmeldung erfor-<br>derlich: 052 365 09 50. Platzzahl be-<br>schr&auml;nkt. Eintritt<br>frei, Kollekte), Kan-<br>tonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,25,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-15:30)<br>'MitmachTheater', (Theater f&uuml;r Kinder von 6 - 12 Jahren), VorStadttheater <a id='20120531' a href='../../../veranstaltungsinfos/index.php#Z1199' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,25,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-15:00)<br>'Schlossgeschich-<br>tenschatulle: 'Will-<br>kommen im Schloss', (f&uuml;r Kinder von 5 - 7 Jahren. Mit Adriana Exer, Leseanima-<br>torin. Kosten: 5.-. Anmeldung: 052<br>724 25 20), Histo-<br>risches Museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Anthropo-<br>sophische Gesell-<br>schaft Friedrich Schiller- Zweig:<br>'Das Leben als Got-<br>tesdienst', (Wenn<br>der Arbeitsplatz zum Altar wird. Vortrag von Marcus Schneider. Eintritt: 15.-), Zeichnungs-<br>saal Oberstufen-<br>zentrum Reutenen (Feuerwehrgeb&auml;ude) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan047.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Bacchus in Frauen-<br>feld: Das Gasthaus zur Sonne', (Kurz-<br>f&uuml;hrung &uuml;ber Mittag mit Alexandra M. R&uuml;ckert), Histori-<br>sches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:30 'Brustkrebs- Fr&uuml;herkennung', (In-<br>formationsanlass), Kantonsschule, Hauptgeb&auml;de (Sing-<br>saal) <a id='20120427' a href='../../../veranstaltungsinfos/index.php#Z1278' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan013.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,26,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Alex Capus liest aus seinem Roman 'L&eacute;on und Louise', Kantons-<br>bibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,27,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,27,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Funkyyy Moves', (Party mit<br>DJ Bobesch), Schlosskeller <a id='20120428' a href='../../../veranstaltungsinfos/index.php#Z1261' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,27,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,27,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,28,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 8:30 '13. Frauen-<br>felder Auto-Renn-<br>tage', Grosse All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,28,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,28,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Schweizer Jugend- Sinfonie- Orchester', (Konzert. Solist: Marc Tr&eacute;nel [Fagott]. Leitung: Kai Baumann. Werke von P.I. Tschaikows-<br>ky [Sinfonie Nr. 6 h- moll op. 74 'Path&eacute;-<br>tique'], A. Jolivet [Konzert f&uuml;r Fagott und Streichorches-<br>ter mit Harfe und Klavier] und D. Schostakowitsch [Jazz Suite Nr. 2]), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,28,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Party Bat-<br>tle', (Wer schmeisst die beste Party? Anmeldung bis 21. 12.2011: jaf- info.ch. Partyalter: 13 - 17), 20gi <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan162.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,28,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,28,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,28,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Chica<br>Chups', (Konzert), &Ouml;lfleck <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan068.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,29,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Karaoke im Peggys', Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 8:00(-18:00)<br>'Fr&uuml;hjahrsmarkt', Konvikthalle <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan012.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,29,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:00 '13. Frauen-<br>felder Auto-Renn-<br>tage', Grosse All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00(-18:00)<br>'Fr&uuml;hjahrsmarkt', Innenstadt </span>");
dcEvent (4,29,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:00 Fussball Damen: FC Frau-<br>enfeld - FC Winkeln SG, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,30,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 8:00(-18:00)<br>'Fr&uuml;hjahrsmarkt', Konvikthalle <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan012.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,30,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:00(-18:30)<br>'Fr&uuml;hjahrsmarkt', Innenstadt </span>");
dcEvent (4,30,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:45(-21:15)<br>'K&ouml;rper, Psyche und Hypnose', (Vortrag von Dr. phil. Peter Ganz, Kinder- und Jugendpsychologe FSP. Anmeldung: 052 376 39 83. Kos-<br>ten: 20.-), Kurszen-<br>trum Kantonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (4,30,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Thespis-<br>karren, Hannover: 'Chorprobe', (Kom&ouml;-<br>die von Dietmar Bittrich), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (5,1,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00(-18:00)<br>'3. Greuterhof- Fest', (mit vielf&auml;ltigem Programm), Greu-<br>terhof, Islikon <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan087.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,1,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Diverti-<br>Mento: 'Gate 10', (Kabarett), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,2,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-15:00)<br>'Zopftiere backen', (f&uuml;r Kinder der Un-<br>terstufe. Anmeldung bis 31.3.: 052 721 70 15. Platzzahl be-<br>schr&auml;nkt), Sunne-<br>beck Talbach, Z&uuml;r-<br>cherstr. 61 </span>");
dcEvent (5,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 Diverti-<br>Mento: 'Gate 10', (Kabarett), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Offenes Gospelsingen mit den Gospel- Friends', (Mit musikalischer<br>Begleitung einer Band. Leitung: R&ouml;bi Zuberb&uuml;hler), Be-<br>gegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Vergess-<br>lichkeit nach Narko-<br>se - ist da was dran?', (Chefarztvor-<br>trag von PD Dr. med. Alexander Dullen-<br>kopf, Chefarzt An&auml;sthesie und Intensivmedizin), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,4,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:30)<br>'Sexualerziehung bei Kleinkindern', (Vor-<br>trag von Jtigna Br&ouml;nnimann, M&uuml;tter- und V&auml;terberaterin. Anmeldung: 052 366 44 50. Kosten: 40.-/ Person), Kurszen-<br>trum Kantonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,4,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,5,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Bands in Concert', Jugend-<br>musikschule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan103.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,5,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00 'Unihockey Nachtturnier', Fest-<br>halle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,5,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 &Ouml;ffentliche F&uuml;hrung im Schloss, (mit Margrit Fr&uuml;h, Kunsthistorikerin), Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,5,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,5,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,6,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Fussball:<br>FC Frauenfeld - Chur 97, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,6,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Erlebnis-<br>tag Musik', (Bera-<br>tung, Workshops, ...), Jugendmusik-<br>schule <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan103.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 'Die St&auml;rke entscheidet, nicht<br>die Gr&ouml;sse!', (Ge-<br>schichten rund um die Kartoffel von Barbara Kosler, Leiterin 'Das Kartof-<br>felmuseum', M&uuml;n-<br>chen. Im Rahmen der Ausstellung 'H&auml;rd&ouml;pfel, Kartof-<br>fel, Patata - Eine Erfolgsgeschichte'. Eintritt frei, Kollekte), Historisches Muse-<br>um <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,9,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:30)<br>'Die eigene r&ouml;mi-<br>sche Schreibtafel entsteht', (Kinder-<br>nachmittag f&uuml;r Kin-<br>der von 9 - 12 Jah-<br>ren. Kosten: 15.-<br>inkl. Material. An-<br>meldung erforder-<br>lich: 052 724 22 19), Museum f&uuml;r Arch&auml;-<br>ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,9,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-15:00)<br>'Zopftiere backen', (f&uuml;r Kinder der Un-<br>terstufe. Anmeldung bis 31.3.: 052 721 70 15. Platzzahl be-<br>schr&auml;nkt), Sunne-<br>beck Talbach, Z&uuml;r-<br>cherstr. 61 </span>");
dcEvent (5,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 &Ouml;ffentliche F&uuml;hrung f&uuml;r Migran-<br>tinnen im Schloss Frauenfeld, (mit Andrea Hofmann Kolb, Stadt- und Schlossf&uuml;hrerin. In Zusammenarbeit mit der Fachstelle f&uuml;r Integration), Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:30 Er&ouml;ffnung<br>der Ausstellung 'Pilzgeschichten', Naturmuseum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,11,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,11,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Rolls Voice' mit der Brassforma-<br>tion 'Quintessence', (Konzert), Casino <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan010.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,11,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,12,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Bring- und Holtag', </span>");
dcEvent (5,12,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 Christine Rothenb&uuml;hler (Sa-<br>gerin) erz&auml;hlt &uuml;ber Elfen, Jungs, die nachts bis ans Ende der Welt fahren und den Mond, der mit den Sternen tanzt, (mit Geheimnissen. F&uuml;r Leute ab 6 Jah-<br>ren), Kantonsbiblio-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,12,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Party-<br>time', Hollywood <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan173.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,12,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 21:00 'Latin Party', Tibidabo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan028.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,13,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Pferde-<br>rennen: 'Fr&uuml;hjahrs-<br>meeting', Pferde-<br>rennbahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,13,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Frauen-<br>felder Triathlon', Start/ Ziel: Badi-<br>parkplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan101.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,13,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:00 Fussball Damen: FC Frau-<br>enfeld - FC Eschli-<br>kon, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,13,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkri-<br>mi: 'Verliebt, verlobt, vergiftet', (Essen und Theater), Rest. Goldenes Kreuz <a id='20120618' a href='../../../veranstaltungsinfos/index.php#Z1281' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Informa-<br>tionsabend', SBW Haus des Lernens <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan134.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:45(-21:15)<br>'Erziehungsgrund-<br>s&auml;tze bei Kindern', (Vortrag von Dr. phil. Peter Ganz, Kinder- und Jugendpsycho-<br>loge FSP. Anmel-<br>dung: 052 376 39 83. Kosten: 20.-), Kurs-<br>zentrum Kantons-<br>spital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,16,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'&Ouml;l- Mixturen mit Zutaten aus dem Klostergarten', (Kin-<br>dernachmittag mit Nicole Str&auml;ssle, Mu-<br>seumsp&auml;dagogin. F&uuml;r Kinder ab 6 Jahren. Anmeldung erforderlich: 058 345 10 60. Kosten: 7.- [inkl. z'Vieri]. Mit-<br>bringen: Glasflasche f&uuml;r 1 - 2 dl &Ouml;l), Ittinger Museum, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,16,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Die Macht der Muster - Ver&auml;n-<br>derung', (Vortrag von Bozena H. Diserens. Eintritt: 10.-/ 15.-), Hotel Blumenstein <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan072.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- erst im September 2012   dcEvent (5,17,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '4. Frauen-<br>felder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Frauenfel-<br>der Abendmusiken: 'Orgelkonzert mit Emanuel Helg', Kath. Stadtkirche St. Niko-<br>laus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan055.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- erst im September 2012   dcEvent (5,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '4. Frauen-<br>felder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- erst im September 2012   dcEvent (5,19,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '4. Frauen-<br>felder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,20,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Fussball:<br>FC Frauenfeld - FC Bazenheid, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- erst im September 2012   dcEvent (5,20,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '4. Frauen-<br>felder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,20,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00 'Int. Mu-<br>seumstag: In den Museen ist was<br>los!', (ab 6 Jahren), Museum f&uuml;r Arch&auml;-<br>ologie, Naturmuse-<br>um und Histori-<br>sches Museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,20,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'M.G, Grace', (Konzert: Rock'n'Roll, Rock, Pop und R'n'B), Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,21,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-20:00)<br>Pferderennen: 'PMU-Abendren-<br>nen', Pferderenn-<br>bahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,23,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Offenes Gospelsingen mit den Gospel- Friends', (Mit musikalischer<br>Begleitung einer Band. Leitung: R&ouml;bi Zuberb&uuml;hler), Be-<br>gegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00 Museums-<br>zn&uuml;ni: 'Wundersa-<br>mes Lebewesen<br>Pilz', (F&uuml;hrung durch die Ausstellung 'Pilzgeschichten' mit Catherine Schmidt, Museumsp&auml;dagogin. Eintritt frei), Natur-<br>museum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,25,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,25,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Funkyyy Moves', (Party mit<br>DJ Bobesch), Schlosskeller <a id='20120526' a href='../../../veranstaltungsinfos/index.php#Z1270' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,26,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,27,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkri-<br>mi: 'Verliebt, verlobt, vergiftet', (Essen und Theater), Rest. Goldenes Kreuz <a id='20120618' a href='../../../veranstaltungsinfos/index.php#Z1281' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,28,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Fussball Damen: FC Frau-<br>enfeld - FC Zuzwil, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,28,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Pferde-<br>rennen: 'Pfingst-<br>rennen', Pferde-<br>rennbahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,30,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-15:30)<br>'MitmachTheater', (Theater f&uuml;r Kinder von 6 - 12 Jahren), VorStadttheater <a id='20120531' a href='../../../veranstaltungsinfos/index.php#Z1199' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan003.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,30,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (5,31,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'F&uuml;nf Portr&auml;ts aus Amerika: Die Suche nach den Gesichtern', (Kurzf&uuml;hrung &uuml;ber Mittag mit Janina Hauser), Histori-<br>sches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (6,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00(-20:00)<br>'Historischer Hand-<br>werker- und Waren-<br>markt - Eine leben-<br>dige Zeitreise durch die Geschichte', Schloss Wellenberg <a id='20120604' a href='../../../veranstaltungsinfos/index.php#Z1243' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan037.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-18:00)<br>'Historischer Hand-<br>werker- und Waren-<br>markt - Eine leben-<br>dige Zeitreise durch die Geschichte', Schloss Wellenberg <a id='20120604' a href='../../../veranstaltungsinfos/index.php#Z1243' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan037.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,3,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-12:00)<br>'Pilze: giftig, essbar, sch&ouml;n und seltsam', (Kinderf&uuml;hrung in<br>der Ausstellung 'Pilzgeschichten' f&uuml;r Kinder von 6 - 9 Jahren ohne Er-<br>wachsene. Mit Le-<br>ander High, Muse-<br>umsp&auml;dagoge. Kosten: 7.-. Anmel-<br>dung erforderlich: 052 724 22 19 [nachmittags]), Na-<br>turmuseum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,5,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,7,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,8,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Sommer-<br>lindennachtfest', Ort ? <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan000.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,9,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Fussball:<br>FC Frauenfeld - FC Kreuzlingen, Kleine Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,10,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Pferde-<br>rennen: 'Davidoff 32. Swiss Derby', Pfer-<br>derennbahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,10,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:00 Fussball Damen: FC Frau-<br>enfeld - FC Rap-<br>perswil- Jona, Klei-<br>ne Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan018.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,10,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Frauenfel-<br>der Abendmusiken: 'Orgelkonzert mit Rudolf Scheidegger', Kath. Stadtkirche St. Nikolaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan055.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,13,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Alles Kartoffel?', (Nachmittag f&uuml;r Kin-<br>der ab 9 Jahren mit Alexander Leumann, Museumsp&auml;dagoge. Kosten: 7.- inkl. Ma-<br>terial. Anmeldung: 052 724 25 20. Im Rahmen der Aus-<br>stellung 'H&auml;rd&ouml;pfel, Kartoffel, Patata - Eine Erfolgsge-<br>schichte'), Histori-<br>sches Museum <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,13,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Anthropo-<br>sophische Gesell-<br>schaft Friedrich Schiller- Zweig: 'Die Aufgabe der Menschheit am Sch&ouml;pfungsganzen', (Der Mensch als Mittler zwischen Licht und Finsternis. Vortrag von Marcus Schneider. Eintritt: 15.-), Zeichnungs-<br>saal Oberstufen-<br>zentrum Reutenen (Feuerwehrgeb&auml;ude) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan047.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
<!-- Findet nicht in Frauenfeld statt, sondern in Klingenzell!   dcEvent (6,15,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Offenes Gospelsingen mit den Gospel- Friends', (Mit musikalischer<br>Begleitung einer Band. Leitung: R&ouml;bi Zuberb&uuml;hler), Be-<br>gegnungsraum Oberwiesen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan116.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,16,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00 'Kanutour durch renaturierte Flusslandschaf-<br>ten', Treffpunkt Bahnhof SBB <a id='20120617' a href='../../../veranstaltungsinfos/index.php#Z1279' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan111.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:00(-17:00)<br>'art-thur', (Kunst-<br>ausstellung f&uuml;r noch unbekannte K&uuml;nst-<br>ler), Festhalle R&uuml;e-<br>gerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00 'Garten-<br>konzert', (Verschie-<br>bedatum: 24.6.), Alterszentrum Park <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan163.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,17,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Wunder-<br>sames Lebewesen Pilz', (F&uuml;hrung durch die Ausstellung 'Pilzgeschichten'. Mit Hannes Geiser, Museumsdirektor. Eintritt frei), Na-<br>turmuseum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Dinnerkri-<br>mi: 'Verliebt, verlobt, vergiftet', (Essen und Theater), Rest. Gol-<br>denes Kreuz <a id='20120618' a href='../../../veranstaltungsinfos/index.php#Z1281' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan033.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Sommer-<br>konzert des Stadt-<br>orchesters Frau-<br>enfeld, Evang. Stadtkirche <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,17,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 20:00 'Royal Gui-<br>tar Club', (Konzert<br>mit vier Gitarristen der Extraklasse. Von Eigenkompositionen bis Klassikern), Peggy O'Neills <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan181.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-20:00)<br>Pferderennen: 'PMU-Abendren-<br>nen', Pferderenn-<br>bahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,23,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kantona-<br>les Turnfest', Fest-<br>halle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,24,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kantona-<br>les Turnfest', Fest-<br>halle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Nock', Grosse All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Kellerhals, Lungenkraut, Mari-<br>endistel', (F&uuml;hrung<br>im Museumsgarten zur Bedeutung deutscher Pflanzen-<br>namen. Mit Marcel Sprenger, Muse-<br>umsg&auml;rtner. Nur bei trockener Witterung. Informationen &uuml;ber die Durchf&uuml;hrung erhalten Sie und Tel. 1600/ Rubrik 5. Anmeldung: 052 724 22 19. Eintitt frei), Naturmuseum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,27,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Nock', Grosse All-<br>mend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,27,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,28,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Die Mitra von Jo-<br>hannes XXIII. - hochaufgel&ouml;st! Eine Perlenstickerei unter der Lupe', (Kurz-<br>f&uuml;hrung &uuml;ber Mittag mit Gabriele Keck), Historisches Muse-<br>um, Schloss Frau-<br>enfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,28,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 Gisela Wid-<br>mer liest ernste und heitere Geschichten und erz&auml;hlt, wie es wirklich war, (mit Wortwitz und bitter- b&ouml;sem Humor. Quer-<br>schnitt durch ihr Schaffen. Gisela Widmer ist bekannt von der Radiosen-<br>dung 'Zytlupe'), Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,29,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kantona-<br>les Turnfest', Fest-<br>halle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,29,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,30,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kantona-<br>les Turnfest', Fest-<br>halle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,30,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (7,1,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kantona-<br>les Turnfest', Fest-<br>halle R&uuml;egerholz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,1,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30 Frauenfel-<br>der Abendmusiken: 'Sommerkonzert mit dem Vokalensemble 'Vivace'', Kirche St. Laurentius, Ober-<br>kirch <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan053.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,4,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:30)<br>'Aus fl&uuml;ssigem Zinn M&ouml;gliches und Un-<br>m&ouml;gliches giessen', (Kindernachmittag mit Eva Roost f&uuml;r Kinder von 10 - 12 Jahren. Kosten: 10.-. Anmeldung erfor-<br>derlich: 052 724 22 19), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,5,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,6,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Openair Frauenfeld', Grosse Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,7,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Openair Frauenfeld', Grosse Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,8,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Openair Frauenfeld', Grosse Allmend <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,8,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30 Frauenfel-<br>der Abendmusiken: 'Sommerkonzert 'Mendelssohn in Frauenfeld'', Kirche St. Laurentius, Ober-<br>kirch <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan053.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,10,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:00(-15:00)<br>'Ein Ferientag in und ums Museum', (f&uuml;r Kinder ab 6 Jahren. Mit Rebekka Ray. Details nach der Anmeldung: 058 345 10 60), Kunstmuse-<br>um des Kantons Thurgau und Ittinger Museum, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Sortenviel-<br>falt im Gem&uuml;segar-<br>ten', (F&uuml;hrung im Museumsgarten mit Marcel Sprenger, Museumsg&auml;rtner.<br>Nur bei trockener Witterung. Informa-<br>tionen &uuml;ber die Durchf&uuml;hrung er-<br>halten Sie und Tel. 1600/ Rubrik 5. Anmeldung: 052 724 22 19. Eintitt frei), Naturmuseum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,15,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30 Frauenfel-<br>der Abendmusiken: 'Sommerkonzert mit Marimbaphon, Ak-<br>kordeon und Kon-<br>trabass', Kirche St. Laurentius, Ober-<br>kirch <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan053.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,20,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 Museums-<br>zn&uuml;ni: 'Wundersa-<br>mes Lebewesen<br>Pilz', (F&uuml;hrung durch die Ausstellung 'Pilzgeschichten' mit Hannes Geiser, Museumsdirektor. Eintritt frei), Natur-<br>museum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,21,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Das gol-<br>dene Zeitalter',<br>('Die Metallzeiten im Kanton Thurgau'. F&uuml;hrung mit Simone Benguerel. Eintritt frei), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,22,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30 Frauenfel-<br>der Abendmusiken: 'Sommerkonzert mit dem Duo 'Tastolo-<br>gie'', Kirche St. Laurentius, Ober-<br>kirch <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan053.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Scherrers auf<br>Schloss Castell: Familiengeschichte in Porzellan', (Kurz-<br>f&uuml;hrung &uuml;ber Mittag mit Margrit Fr&uuml;h), Historisches Muse-<br>um, Schloss Frau-<br>enfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (7,28,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (8,1,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-15:00)<br>'Steinzeit live', (Die Steinzeit nochmals erleben mit Wulf Hein, Experimental- Arch&auml;ologe. F&uuml;r die ganze Familie. Feuermachen ohne Z&uuml;ndh&ouml;lzer, Feuer-<br>steinbearbeitung, Speerschleuder-<br>schiessen, etc.. Eintritt frei), Muse-<br>umsgarten, Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,1,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00 '1. August-<br>feier', Alterszentrum Park <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan163.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,5,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 'Wundersa-<br>mes Lebewesen<br>Pilz', (F&uuml;hrung durch die Ausstellung 'Pilzgeschichten' mit Catherine Schmidt, Museumsp&auml;dagogin. Eintritt frei), Natur-<br>museum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:30)<br>'Kinder&auml;ngste - Mit Kindern &uuml;ber den Tod sprechen', (Vortrag von Jtigna Br&ouml;nnimann, M&uuml;tter- und V&auml;terberaterin. Anmeldung: 052 366 44 50. Kosten: 40.-), Kurszentrum Kan-<br>tonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,12,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Jazz-Mati-<br>n&eacute;e', Greuterhof, Islikon <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan087.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,15,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-10:30)<br>'Wer ist wer im Gar-<br>tenbeet: Kr&auml;uter', (Kurzf&uuml;hrung im Museumsgarten mit Marcel Sprenger, Museumsg&auml;rtner.<br>Nur bei trockener Witterung. Informa-<br>tionen &uuml;ber die Durchf&uuml;hrung er-<br>halten Sie unter Tel. 1600/ Rubrik5. Eintritt frei), Naturmuseum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,18,2012, "<span style='font: 11px arial; color: #191970;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 Sommer-<br>nachtsparty auf Schloss Wellenberg mit der Partyband 'Supreme', Schloss Wellenberg <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan037.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,19,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Frauenfel-<br>der Abendmusiken: 'Konzert mit dem Streichtrio 'Arsis'', Evang. Stadtkirche <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,22,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00 F&uuml;hrung in der Ausstellung 'H&auml;rd&ouml;pfel, Kartoffel, Patata - Eine Er-<br>folgsgeschichte', (mit Alexander Leumann, Museumsp&auml;dagoge), Altes Zeughaus <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan182.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,25,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '33.Frau-<br>enfelder Stadtlauf', Innenstadt (Start/ Ziel: M&auml;tteli) <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan077.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-14:00)<br>'Auf den Tisch -<br>eine Kochaktion von Max Bottini', Natur-<br>museum <a id='20120901' a href='../../../veranstaltungsinfos/index.php#Z1266' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,25,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30  'Die Spitze des Eisbergs', (F&uuml;hrung durch Sammlung, Archiv und Ausstellung mit Irene Ebneter, Arch&auml;ologin. Eintritt frei), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,29,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:30)<br>'Schuss und Treffer', (Nachmittag f&uuml;r Kinder von 10 - 12 Jahren mit David Kellenberger. Kos-<br>ten: 10.-. Anmeldung erforderlich: 052 724 22 19), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,30,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Volle Breitseite: Ein Schiff als Tafelauf-<br>satz', (Kurzf&uuml;hrung &uuml;ber Mittag mit Betty Sonnberger), His-<br>torisches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (8,31,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (9,1,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '100 Jahre Pfadi Frauenfeld', Konvikthalle <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan012.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,4,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 'Pilze sammeln - aber wie?', (Vortrag von Ren&eacute; M&uuml;ller, Verein f&uuml;r Pilzkunde Thur-<br>gau. Im Rahmen der Ausstellung 'Pilzge-<br>schichten'. Eintritt frei), Naturmuseum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,5,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Mindestens 10'000 Stunden sind n&ouml;tig, um ein guter K&uuml;nst-<br>ler zu werden!', (f&uuml;r Kinder ab 6 Jahren), Kunstmuseum des Kantons Thurgau, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,6,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,7,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Monti', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,8,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '6. Kinder-<br>fest', Innenstadt </span>");
dcEvent (9,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Monti', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,8,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00(-16:00)<br>'Kinderfest im Mu-<br>seum', Museum f&uuml;r Arch&auml;ologie und Naturmuseum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 &Ouml;ffentliche F&uuml;hrung im Schloss Frauenfeld, (mit Andrea Hofmann Kolb, Stadt- und Schlossf&uuml;hrerin), Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,8,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00(-21:00)<br>'5th National Hot Eating Contest', Tres Amigos <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan029.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,8,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:00 'Herbst-<br>fest der Volksmusik', Festhalle R&uuml;eger-<br>holz <a id='20120909' a href='../../../veranstaltungsinfos/index.php#Z1277' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan022.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Monti', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-16:00)<br>Internationaler Tag des Denkmals:<br>'Stein und Beton - Zivilisation ist auf Stein gebaut', (Ein-<br>tritt frei. Mehr unter: hereinspaziert.ch), Museum f&uuml;r Arch&auml;-<br>ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,10,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Voraussichtlich:<br>'4. Frauenfelder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,11,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Voraussichtlich:<br>'4. Frauenfelder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,11,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,12,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Voraussichtlich:<br>'4. Frauenfelder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,13,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Voraussichtlich:<br>'4. Frauenfelder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,14,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Voraussichtlich:<br>'4. Frauenfelder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,15,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Voraussichtlich:<br>'4. Frauenfelder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,16,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Voraussichtlich:<br>'4. Frauenfelder Beach Event', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,22,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'2- Stunden- Lauf', Start/ Ziel: Schloss-<br>m&uuml;hlestr. </span>");
dcEvent (9,23,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:00(-17:00)<br>'Museumskonzerte', (Gruppen und En-<br>sembles der Ju-<br>gendmusikschule spielen zwischen Fuchs und Goldbe-<br>cher. Eintritt frei), Museum f&uuml;r Arch&auml;-<br>ologie und Natur-<br>museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,23,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Frauenfel-<br>der Abendmusiken: ''querfeldein': Konzert mit dem Chor 'cantus thurgau', (Leitung: Tabea Sch&ouml;ll), Evang. Stadtkirche <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,26,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00 'Schlossge-<br>schichtenschatulle: 'Der geheimnisvolle Ritter Namenlos'',<br>(f&uuml;r Kinder von 5 - 7 Jahren. Kosten: 5.-. Anmeldung: 052 724 25 20), Historisches Museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,27,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Geschenke f&uuml;r Gute Dienste: Aus dem Nachlass von Minis-<br>ter J.K. Kern', (Kurz-<br>f&uuml;hrung &uuml;ber Mittag mit Christian Hunzi-<br>ker), Historisches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,28,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,29,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (9,29,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00(-18:00)<br>'18. Isliker Herbst-<br>markt', Islikon </span>");
dcEvent (9,30,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Pferde-<br>rennen: 'Z&uuml;rcher Renntag', Pfer-<br>derennbahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,30,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (9,30,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-12:00)<br>'Pilze: giftig, essbar, sch&ouml;n und seltsam', (Kinderf&uuml;hrung in<br>der Ausstellung 'Pilzgeschichten' f&uuml;r Kinder von 9 - 12 Jahren ohne Er-<br>wachsene. Mit Le-<br>ander High, Muse-<br>umsp&auml;dagoge. Kosten: 7.-. Anmel-<br>dung erforderlich: 052 724 22 19 [nachmittags]), Na-<br>turmuseum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (9,30,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00(-18:00)<br>'18. Isliker Herbst-<br>markt', Islikon </span>");

dcEvent (10,1,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (10,1,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:45(-21:15)<br>'Erziehungsgrund-<br>s&auml;tze bei Jugend-<br>lichen', (Vortrag von Dr. phil. Peter Ganz, Kinder- und Jugend-<br>psychologe FSP. Anmeldung: 052 376 39 83. Kosten: 20.-), Kurszentrum Kan-<br>tonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,2,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (10,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,3,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (10,4,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (10,4,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,5,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (10,5,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00 Museums-<br>zn&uuml;ni: 'von Gl&uuml;cks- und anderen Pilzen', (Kulturhistorische F&uuml;hrung durch die Ausstellung 'Pilz-<br>geschichten' mit Barbara Richner, Kuratorin und Kul-<br>turwissenschafterin. Eintritt frei), Natur-<br>museum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,6,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'genera-<br>tions 2012', (int. Jazz- Treffen), versch. Orte </span>");
dcEvent (10,6,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 F&uuml;hrung in der Ausstellung 'H&auml;rd&ouml;pfel, Kartoffel, Patata - Eine Er-<br>folgsgeschichte',<br>(mit Alexandra M. R&uuml;ckert, Historike-<br>rin), Altes Zeughaus <a id='20121029' a href='../../../veranstaltungsinfos/index.php#Z1258' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan182.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,12,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,17,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-12:00)<br>'Pilze: giftig, essbar, sch&ouml;n und seltsam', (Familienf&uuml;hrung in der Ausstellung 'Pilzgeschichten' mit Leander High, Mu-<br>seumsp&auml;dagoge.<br>F&uuml;r Kinder von 6 - 9 Jahren mit Erwach-<br>senen. Anmeldung: 052 724 22 19. Kosten: 7.-), Natur-<br>museum <a id='20121022' a href='../../../veranstaltungsinfos/index.php#Z1265' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,21,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 11:00 Film-Mati-<br>n&eacute;e: 'Der schwarze Tanner', (CH/A/D, 1986. Drama von Xavier Koller. Ab 6 Jahren. Reservation: 052 720 36 00. Kosten: 14.-), Cine-<br>ma Luna <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,24,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:30)<br>'&Ouml;ll&auml;mpchen t&ouml;pfern wie die alten R&ouml;mer', (Kindernachmittag f&uuml;r Kinder von 9 - 12 Jahren mit Kathi Zimmermann. Kos-<br>ten: 15.- inkl. Mate-<br>rial. Anmeldung er-<br>forderlich: 052 724 22 19), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,25,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Erfindergeist: Eine h&ouml;lzerne N&auml;hma-<br>schine und andere T&uuml;ftler- Konstruk-<br>tionen', (Kurzf&uuml;h-<br>rung &uuml;ber Mittag mit Peter Bretscher), Historisches Muse-<br>um, Schloss Frau-<br>enfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,26,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Royal', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,26,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,27,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Royal', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,27,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-17:00)<br>'Herbstfest', Alters-<br>zentrum Park <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan163.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,27,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:00(-16:00)<br>'15. Bestimmungs-<br>tag', (Wir bestim-<br>men Ihre Funde. Mit Fachleuten des Museums f&uuml;r Arch&auml;-<br>ologie, des Natur-<br>museums, des Historischen Muse-<br>ums und des Staatsarchivs. Be-<br>ratung kostenlos. L&auml;ngere Wartezei-<br>ten sind m&ouml;glich. Max. 3 Objekte pro Besucher/in. Eintritt frei), Museum f&uuml;r Arch&auml;ologie und Naturmuseum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,27,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,28,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: Pferde-<br>rennen: 'Herbst-<br>meeting', Pferde-<br>rennbahn <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan019.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,28,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Circus Royal', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,28,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Frauenfel-<br>der Abendmusiken: 'Chor- und Orches-<br>terkonzert', (Werke von W.A. Mozart. Leitung: Karl Paller), Evang. Stadtkirche <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,29,2012, "<span style='font: 11px arial; color: #32cd32;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '13. Thun-<br>dorfer Jassmeister-<br>schaft 2012', (Ein-<br>satz: 25.-. Imbiss), Rest. Pl&auml;ttli Zoo <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan052.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,31,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Ein U-Boot im Mu-<br>seum', (Wie nur kommt das riesige U-Boot in den Keller des Kunstmuseums. Wir l&uuml;ften das Ge-<br>heimnis. Kinder-<br>nachmittag mit Re-<br>bekka Ray. F&uuml;r Kinder ab 6 Jahren. Anmeldung erfor-<br>derlich: 058 345 10 60. Kosten: 7.- [inkl. z'Vieri]), Kunstmu-<br>seum des Kantons Thurgau, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (10,31,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (11,1,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Ab 8:00 'Renatu-<br>rierung von Land-<br>schaften - Erfahrun-<br>gen, Herausforde-<br>rungen, Perspekti-<br>ven', (Fachtagung in Zusammenarbeit mit der Thurgauischen Naturforschenden Gesellschaft und der Stiftung Seebachtal. Detailprogramm und Anmeldung: anmel den(&auml;t)stiftungsee bachtal.ch) </span>");
dcEvent (11,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:30 Vernissage: 'Rhythm - Nature - Culture : Die Welt der Schlaginstrumente', (Ausstellung), Muse-<br>um f&uuml;r Arch&auml;ologie und Naturmuseum <a id='20121203' a href='../../../veranstaltungsinfos/index.php#Z1256' target='_parent' title='Hier klicken f&uuml;r mehr Infos'><span style='font: 10px arial; color: #6495ed; text-decoration: none;'>[mehr...]</span></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 &Ouml;ffentliche F&uuml;hrung im Schloss Frauenfeld, (mit Urban St&auml;heli, Volkskundler), His-<br>torisches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,6,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,7,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00 'Schlossge-<br>schichtenschatulle: 'Das allerkleinste Nachtgespenst'', (f&uuml;r Kinder von 3 - 5 Jahren. Mit Adriana Exer, Leseanima-<br>torin. Anmeldung: 052 724 25 20. Kos-<br>ten: 5.-), Histori-<br>sches Museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kunst und Genuss', Greuterhof, Islikon <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan087.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,9,2012, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 18:00(-22:00)<br>'Schweizer Erz&auml;hl-<br>nacht', (f&uuml;r Leute<br>ab 3 Jahren), His-<br>torisches Museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:30)<br>'Stressabbau mit Kinesiologie', (Workshop mit Ruth Freyenmuth, be-<br>gleitende Kinesio-<br>login und Lernbe-<br>raterin. Anmeldung: 052 722 49 00. Kosten: 100.- inkl. Unterlagen. Der 2. Teil findet am 10.11. statt), Kurszen-<br>trum Kantonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,10,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kunst und Genuss', Greuterhof, Islikon <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan087.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,11,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Kunst und Genuss', Greuter-<br>hof, Islikon <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan087.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,14,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Geschnitzt und ge-<br>schliffen', (f&uuml;r Kinder ab 6 Jahren), Ittinger Museum, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,18,2012, "<span style='font: 11px arial; color: #ff4500;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Frauen-<br>felder Waffenlauf', Start: Marktplatz. Ziel: M&auml;tteli <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a> <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan077.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,23,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:30)<br>'Trotzen / Grenzen setzen', (Vortrag von Jtigna Br&ouml;nimann, M&uuml;tter- und V&auml;ter-<br>beraterin. Anmel-<br>dung: 052 366 44 50. Kosten: 40.-/ Person.), Kurszen-<br>trum Kantonsspital <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,24,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:00) 'M&auml;rlistund', Orell F&uuml;ssli, Passage <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan090.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,28,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,29,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 12:30(-13:00)<br>Museumsh&auml;ppchen: 'Wundarzt Erhart aus B&uuml;rglen: Zwischen Badestube und Schr&ouml;pfkopf', (Kurz-<br>f&uuml;hrung &uuml;ber Mittag mit Alexandra M. R&uuml;ckert), Histori-<br>sches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (11,30,2012, "<span style='font: 11px arial; color: #1071e8;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 '60plus M&auml;nner', (Themen-<br>nachmittag f&uuml;r M&auml;nner ab 60), Evang. Kirchge-<br>meindehaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan054.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (12,1,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Chilbi', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Chilbi', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,2,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30(-11:30)<br>'Dumme Sau? Spannendes aus<br>dem Leben der Wildschweine', (Familienf&uuml;hrung in der Dauerausstel-<br>lung zum Thema Wildschwein. F&uuml;r Kinder von 4 - 6 Jah-<br>ren mit Erwachsenen. Mit Leander High, Museumsp&auml;dagoge. Anmeldung erfor-<br>derlich: 052 724 22 19. Kosten: 5.-), Naturmuseum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,2,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00 'Chlaus-<br>umzug', Innenstadt </span>");
dcEvent (12,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Chilbi', Marktplatz <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan070.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,3,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 9:00(-18:30)<br>'Chlausmarkt', Innenstadt </span>");
dcEvent (12,5,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Weihnachtskarten mit Feder und Tu-<br>sche', (f&uuml;r Kinder ab 9 Jahren. Kosten: 7.-. Anmeldung: 052 724 25 20), Histori-<br>sches Museum <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,6,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:30(-18:30) 'F&uuml;hrung durch die Kantonsbibliothek', Kantonsbibliothek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan023.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,9,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 10:30 '... es er-<br>ging ein Erlass von Kaiser Augustus', (F&uuml;hrung zum The-<br>ma 'Leben im Thur-<br>gau um Christi Ge-<br>burt'. Mit Hansj&ouml;rg Brem, Kantons-<br>arch&auml;ologe. Eintritt frei), Museum f&uuml;r Arch&auml;ologie <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan005.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,11,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30(-21:00)<br>'Informationsabend f&uuml;r werdende Eltern', (Rundgang + Infor-<br>mationen &uuml;ber die Geburtenabteilung, etc.), Kantonsspital, Stock P <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan045.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,12,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:00(-16:00)<br>'Es weihnachtet ...', (Werken mit Pinsel und Farbe, Gold und Glimmer. Kinder-<br>nachmittag mit Nicole Str&auml;ssle. F&uuml;r Kinder ab 6 Jahren. Anmeldung erfor-<br>derlich: 058 345 10 60. Kosten: 7.- [inkl. z'Vieri]), Kunstmu-<br>seum des Kantons Thurgau und Ittinger Museum, Kartause Ittingen <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan039.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Weih-<br>nachtsmarkt', In-<br>nenstadt </span>");
dcEvent (12,14,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 19:30 '&Ouml;ffentli-<br>cher Spielabend in der Ludothek', (ab<br>16 Jahren), Ludo-<br>thek <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan079.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,15,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Weih-<br>nachtsmarkt', In-<br>nenstadt </span>");
dcEvent (12,16,2012, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: 'Weih-<br>nachtsmarkt', In-<br>nenstadt </span>");
dcEvent (12,24,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 14:30 'Einstim-<br>men auf den Heili-<br>gen Abend', (Weih-<br>nachtsgeschichten f&uuml;r Kinder + Erwach-<br>sene mit Dr. Margrit Fr&uuml;h), Historisches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (12,24,2012, "<span style='font: 11px arial; color: #f33cf5;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 15:30 'Einstim-<br>men auf den Heili-<br>gen Abend', (Weih-<br>nachtsgeschichten f&uuml;r Kinder + Erwach-<br>sene mit Dr. Margrit Fr&uuml;h), Historisches Museum, Schloss Frauenfeld <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan006.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (1,1,2013, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; 17:00 Frauenfel-<br>der Abendmusiken: 'Festliches Neujahrs-<br>konzert mit Kurt Brunner (Trompete) und Emanuel Helg (Orgel)', Kath. Stadt-<br>kirche St. Nikolaus <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan055.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (1,21,2013, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Bechtelistag </span>");
dcEvent (2,02,2013, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '25. Schwei-<br>zermeisterschaft im Differenzler', Frau-<br>enfeld </span>");

dcEvent (1,20,2014, "<span style='font: 11px arial; color: #a52a2a;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Bechtelistag </span>");
dcEvent (6,19,2014, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '26. Eidge-<br>n&ouml;ssisches Tam-<br>bouren- und Pfei-<br>ferfest', Festzen-<br>trum: Stadtkaserne <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan076.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,20,2014, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '26. Eidge-<br>n&ouml;ssisches Tam-<br>bouren- und Pfei-<br>ferfest', Festzen-<br>trum: Stadtkaserne <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan076.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,21,2014, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '26. Eidge-<br>n&ouml;ssisches Tam-<br>bouren- und Pfei-<br>ferfest', Festzen-<br>trum: Stadtkaserne <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan076.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (6,22,2014, "<span style='font: 11px arial; color: #9400d3;'><img src='../../../bilder/picto009.gif' border='0'>&nbsp; Heute: '26. Eidge-<br>n&ouml;ssisches Tam-<br>bouren- und Pfei-<br>ferfest', Festzen-<br>trum: Stadtkaserne <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan076.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");




<!-- K I N O -->

<!-- Muster dcEvent (10,30,2005, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
<!-- Muster dcEvent (10,30,2005, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Kino Luna</a>: 15:00 Das fliegende Klassen-zimmer, 20:15 Samaria </span>");
<!-- Muster dcEvent (10,30,2005, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 14:00 Der Kleine Eisbär 2, 15:45 Wallace &amp; Gromit, 17:30 Mein Name ist Eugen, 20:00 Die Legende des Zorro </span>");


dcEvent (2,1,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,1,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 19:30 The Substance, 20:00 Les Neiges du Kilimandjaro <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,1,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 14:00 Alvin und die Chipmunks 3, 17:00 F&uuml;nf Freunde, 20:00 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (2,2,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,2,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 19:30 The Future, 20:00 Intouchables <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,2,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 14:00 The Muppets, 16:30 F&uuml;nf Freunde, 18:45 The Descendants, 21:15 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (2,3,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,3,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 19:30 The Future, 20:00 Intouchables <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,3,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 14:00 The Muppets, 17:00 F&uuml;nf Freunde, 20:00 The Descendants, 22:30 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (2,4,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,4,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 17:00 The Future, 17:30 Intouchables, 19:30 The Future, 20:00 Intouchables <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,4,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 14:00 The Muppets, 17:00 F&uuml;nf Freunde, 20:00 The Descendants, 22:30 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (2,5,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,5,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 17:00 The Future, 17:30 Intouchables, 19:30 The Future, 20:00 Intouchables <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,5,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 14:00 The Muppets, 16:30 F&uuml;nf Freunde, 18:45 The Descendants, 21:15 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (2,6,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,6,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 19:30 Gatos viejos, 20:00 Intouchables <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,6,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 16:30 The Muppets, 18:45 The Descendants, 21:15 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (2,7,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,7,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 19:30 Gatos viejos, 20:00 Intouchables <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,7,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 16:30 The Muppets, 18:45 The Descendants, 21:15 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");

dcEvent (2,8,2012, "<span style='font: 7pt arial; color:#000066;'>&nbsp;</span>");
dcEvent (2,8,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.cinemaluna.ch' target='_blank'>Cinema Luna</a>: 19:30 Gatos viejos, 20:00 Intouchables <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan009.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");
dcEvent (2,8,2012, "<span style='font: 7pt arial; color:#000066;'><a href='http://www.libertycinema.ch' target='_blank'>Schlosskino</a>: 14:00 The Muppets, 16:30 F&uuml;nf Freunde, 18:45 The Descendants, 21:15 Jack &amp; Jill <a href='JavaScript:OpenNewWindow(&#34;../../../stadtplan/stadtplan008.gif&#34;,920,650)' target='_self'><img src='../../../bilder/picto011.gif' border='0' title='Der Klick zum Stadtplan'></a></span>");


<!--fscEvent( null, 0, null, "Dead Date Cell", null, "scEventBlack", null, null );
		
<!--fscEvent( null, 1, null, "<span style='font:bold 10pt verdana;'>First Day</span> of the Month", null, null, null, null );
		
<!--fscEvent( null, 2, null, "<span style='font:bold 10pt verdana;'>Second Day</span> of the Month", null, null, null, null );
		
<!--fscEvent( null, 4, null, "<center><img src='../../scimages/earth.gif' border='0'/><br/>Image (earth)</center>", "http://www.scriptcalendar.com/dhtmlcal/cafaq.asp#section7", null, null, null );
		
<!--fscEvent( null, 5, null, "<center><img src='../../scimages/monitor.gif' border='0'/><br/>Image (monitor)</center>", "http://www.scriptcalendar.com/dhtmlcal/cafaq.asp#section7", null, null, null );
		
<!--fscEvent( null, 7, null, "Pop-up window event example", "http://www.scriptcalendar.com/dhtmlcal/cafaq.asp#Popup", null, null, null );
		
<!--fscEvent( null, 8, null, "Pop-up window event example", "http://www.scriptcalendar.com/dhtmlcal/cafaq.asp#Popup", null, null, null );
		
<!--fscEvent( null, 10, null, "A license key is required to display events past the 10th", "http://www.scriptcalendar.com/dhtmlcal/cafaq.asp#Demo", "eventYellow", null, null );
		
<!--fscEvent( null, 11, null, "Each event uses Every Month feature", "http://www.scriptcalendar.com/dhtmlcal/cafaq.asp#NullMonth", null, null, null );
		
<!--fscEvent( null, 13, null, "Purchase the calendar", "http://www.scriptcalendar.com/dhtmlcal/capurch.asp", null, null, null );
		
<!--fscEvent( null, 14, null, "Purchase the calendar", "http://www.scriptcalendar.com/dhtmlcal/capurch.asp", null, null, null );
		
<!--fscEvent( null, 16, null, "<a href='http://www.scriptcalendar.com/dhtmlcal/cafaq.asp'>hyperlink</a> example", null, null, null, null );
		
<!--fscEvent( null, 17, null, "<a href='http://www.scriptcalendar.com/dhtmlcal/cafaq.asp'>hyperlink</a> example", null, null, null, null );
		
<!--fscEvent( null, 19, null, "Custom color event example", null, "scEventRed", null, null );
		
<!--fscEvent( null, 20, null, "Custom color event example", null, "scEventOrange", null, null );
		
<!--fscEvent( null, 22, null, "Tooltip example", null, null, "this is a tooltip", null );
		
<!--fscEvent( null, 23, null, "Tooltip example", null, null, "this is a tooltip", null );
		
<!--fscEvent( null, 25, null, "Script example", null, null, null, "alert('javascript alert')" );
		
<!--fscEvent( null, 26, null, "Script example", null, null, null, "alert('javascript alert')" );
		
<!--fscEvent( null, 28, null, "multiple events", null, "scEventRed", null, null );
		
<!--fscEvent( null, 28, null, "multiple events", null, "scEventOrange", null, null );
		
<!--fscEvent( null, 28, null, "multiple events", null, "scEventYellow", null, null );
		
<!--fscEvent( null, 28, null, "multiple events", null, "scEventGreen", null, null );
		
<!--fscEvent( null, 28, null, "multiple events", null, "scEventBlue", null, null );
		
<!--fscEvent( null, 29, null, "multiple events", null, "scEventRed", null, null );
		
<!--fscEvent( null, 29, null, "multiple events", null, "scEventOrange", null, null );
		
<!--fscEvent( null, 29, null, "multiple events", null, "scEventYellow", null, null );
		
<!--fscEvent( null, 29, null, "multiple events", null, "scEventGreen", null, null );
		
<!--fscEvent( null, 29, null, "multiple events", null, "scEventBlue", null, null );

	//removeByDate2();

