<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CONTACT ANNEMARIE</title>
	<atom:link href="http://www.teacher2teacherhelp.com/what-educators-say-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teacher2teacherhelp.com</link>
	<description></description>
	<lastBuildDate>Tue, 13 Dec 2011 19:54:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Seminar Schedule Update &#124; Teacher 2 Teacher Help</title>
		<link>http://www.teacher2teacherhelp.com/what-educators-say-2/comment-page-1/#comment-1780</link>
		<dc:creator>Seminar Schedule Update &#124; Teacher 2 Teacher Help</dc:creator>
		<pubDate>Mon, 14 Nov 2011 19:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.teacher2teacherhelp.com/what-educators-say-2/#comment-1780</guid>
		<description>[...] CONTACT ANNEMARIE  /*********************************************** * Memory Ticker script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ //configure tickercontents[] to set the messges you wish be displayed (HTML codes accepted) //Backslash any apostrophes within your text (ie: I&#039;m the king of the world!) var tickercontents=new Array() tickercontents[0]=&#039;I am thrilled with all the ideas I am taking back to my class with me! Annemarie&#039;s presentation was fast-paced and very interesting. I can&#039;t wait to begin using the new ideas with my students. Kathy Smith, Teacher&#039; tickercontents[1]=&#039;I loved seeing the examples of student work and how Annemarie organizes her program. She shared many easy-to-use, practical ideas to take back to our classrooms. Lori Blum, Grade 5 teacher&#039; tickercontents[2]=&#039;Annemarie shared a wealth of teacher-friendly ideas! They are easily adaptable to meet the diverse needs of ALL my students. Cindi Kallas, Teacher&#039; tickercontents[3]=&#039;I got more ideas in this one-day seminar than I can implement in an entire year! Excellent seminar! Suzanne Gaslin, Gifted coordinator&#039; tickercontents[4]=&#039;This was an inspiring, stimulating seminar. It was chock full of great techniques, ideas and lesson plans!Virginia Boehm Taylor, Grade 1 Teacher&#039; tickercontents[5]=&#039;I love how Annemarie incorporated literature into her mini-lessons. This seminar was better than any university class I took. Stefanie Cooper, 2nd grade teacher&#039; tickercontents[6]=&#039;Mrs. Johnson gave me the most useful information in only 4 days! I learned more from you than in my whole master&#039;s program! Cindy LaVoie, Teacher&#039; tickercontents[7]=&#039;PHENOMENAL seminar! Annemarie&#039;s resource book is so well crafted, I know I will be able to easily find the useful writing ideas she brought to life today! Samantha Thom, Resource Teacher&#039; tickercontents[8]=&#039;When I hear the term &#039;six trait writing&#039; I assume my job is to teach every trait. Annemarie broke down each trait into doable lessons for every grade. She showed us how to make writing FUN! Mary Ann Vannaman, Kindergarten Teacher&#039; tickercontents[9]=&#039;I have been to many BER seminars and this was the BEST! Annemarie presented so many activities that will help me improve my writing instruction! Katt Fornstrom, Teacher&#039; tickercontents[10]=&#039;Your enthusiasm for reading is contagious. I would love to have my child in your class. Thanks for all the ideas and for the practical ways to implement and organize them! Pam Gressock, Intermediate Teacher&#039; tickercontents[11]=&#039;I feel fortunate to have experienced such a motivating instructor&#039;s presentation. This definitely was not a waste of time. I feel more prepared for this school year than ever. Illona Aleman, 2nd grade teacher&#039; tickercontents[12]=&#039;Annemarie&#039;s workshop was motivating! All practical ideas, materials, and real life strategies. The reading strategy ideas were fantastic and user friendly. Roberta Gangl, 2/3 multiage&#039; tickercontents[13]=&#039;Annemarie was an excellent facilitator. I learned so much... I feel more empowered...I&#039;m starting to see that it can be done, even in a classroom with a diverse ability range. Becky Blackford, Primary Special Needs&#039; var persistlastviewedmsg=1 //should messages&#039; order persist after users navigate away (1=yes, 0=no)? var persistmsgbehavior=&quot;onload&quot; //set to &quot;onload&quot; or &quot;onclick&quot;. //configure the below variable to determine the delay between ticking of messages (in miliseconds): var tickdelay=10000 ////Do not edit pass this line//////////////// var divonclick=(persistlastviewedmsg &amp;&amp; persistmsgbehavior==&quot;onclick&quot;)? &#039;onClick=&quot;savelastmsg()&quot; &#039; : &#039;&#039; var currentmessage=0 function changetickercontent(){ if (crosstick.filters &amp;&amp; crosstick.filters.length&gt;0) crosstick.filters[0].Apply() crosstick.innerHTML=tickercontents[currentmessage] if (crosstick.filters &amp;&amp; crosstick.filters.length&gt;0) crosstick.filters[0].Play() currentmessage=(currentmessage==tickercontents.length-1)? currentmessage=0 : currentmessage+1 var filterduration=(crosstick.filters&amp;&amp;crosstick.filters.length&gt;0)? crosstick.filters[0].duration*1000 : 0 setTimeout(&quot;changetickercontent()&quot;,tickdelay+filterduration) } function beginticker(){ if (persistlastviewedmsg &amp;&amp; get_cookie(&quot;lastmsgnum&quot;)!=&quot;&quot;) revivelastmsg() crosstick=document.getElementById? document.getElementById(&quot;memoryticker&quot;) : document.all.memoryticker changetickercontent() } function get_cookie(Name) { var search = Name + &quot;=&quot; var returnvalue = &quot;&quot; if (document.cookie.length &gt; 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(&quot;;&quot;, offset) if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function savelastmsg(){ document.cookie=&quot;lastmsgnum=&quot;+currentmessage } function revivelastmsg(){ currentmessage=parseInt(get_cookie(&quot;lastmsgnum&quot;)) currentmessage=(currentmessage==0)? tickercontents.length-1 : currentmessage-1 } if (persistlastviewedmsg &amp;&amp; persistmsgbehavior==&quot;onload&quot;) window.onunload=savelastmsg if (document.all&#124;&#124;document.getElementById) document.write(&#039;&#039;) if (window.addEventListener) window.addEventListener(&quot;load&quot;, beginticker, false) else if (window.attachEvent) window.attachEvent(&quot;onload&quot;, beginticker) else if (document.all &#124;&#124; document.getElementById) window.onload=beginticker [...]</description>
		<content:encoded><![CDATA[<p>[...] CONTACT ANNEMARIE  /*********************************************** * Memory Ticker script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at <a href="http://www.dynamicdrive.com/" rel="nofollow">http://www.dynamicdrive.com/</a> for full source code ***********************************************/ //configure tickercontents[] to set the messges you wish be displayed (HTML codes accepted) //Backslash any apostrophes within your text (ie: I&#039;m the king of the world!) var tickercontents=new Array() tickercontents[0]=&#039;I am thrilled with all the ideas I am taking back to my class with me! Annemarie&#039;s presentation was fast-paced and very interesting. I can&#039;t wait to begin using the new ideas with my students. Kathy Smith, Teacher&#039; tickercontents[1]=&#039;I loved seeing the examples of student work and how Annemarie organizes her program. She shared many easy-to-use, practical ideas to take back to our classrooms. Lori Blum, Grade 5 teacher&#039; tickercontents[2]=&#039;Annemarie shared a wealth of teacher-friendly ideas! They are easily adaptable to meet the diverse needs of ALL my students. Cindi Kallas, Teacher&#039; tickercontents[3]=&#039;I got more ideas in this one-day seminar than I can implement in an entire year! Excellent seminar! Suzanne Gaslin, Gifted coordinator&#039; tickercontents[4]=&#039;This was an inspiring, stimulating seminar. It was chock full of great techniques, ideas and lesson plans!Virginia Boehm Taylor, Grade 1 Teacher&#039; tickercontents[5]=&#039;I love how Annemarie incorporated literature into her mini-lessons. This seminar was better than any university class I took. Stefanie Cooper, 2nd grade teacher&#039; tickercontents[6]=&#039;Mrs. Johnson gave me the most useful information in only 4 days! I learned more from you than in my whole master&#039;s program! Cindy LaVoie, Teacher&#039; tickercontents[7]=&#039;PHENOMENAL seminar! Annemarie&#039;s resource book is so well crafted, I know I will be able to easily find the useful writing ideas she brought to life today! Samantha Thom, Resource Teacher&#039; tickercontents[8]=&#039;When I hear the term &#039;six trait writing&#039; I assume my job is to teach every trait. Annemarie broke down each trait into doable lessons for every grade. She showed us how to make writing FUN! Mary Ann Vannaman, Kindergarten Teacher&#039; tickercontents[9]=&#039;I have been to many BER seminars and this was the BEST! Annemarie presented so many activities that will help me improve my writing instruction! Katt Fornstrom, Teacher&#039; tickercontents[10]=&#039;Your enthusiasm for reading is contagious. I would love to have my child in your class. Thanks for all the ideas and for the practical ways to implement and organize them! Pam Gressock, Intermediate Teacher&#039; tickercontents[11]=&#039;I feel fortunate to have experienced such a motivating instructor&#039;s presentation. This definitely was not a waste of time. I feel more prepared for this school year than ever. Illona Aleman, 2nd grade teacher&#039; tickercontents[12]=&#039;Annemarie&#039;s workshop was motivating! All practical ideas, materials, and real life strategies. The reading strategy ideas were fantastic and user friendly. Roberta Gangl, 2/3 multiage&#039; tickercontents[13]=&#039;Annemarie was an excellent facilitator. I learned so much&#8230; I feel more empowered&#8230;I&#039;m starting to see that it can be done, even in a classroom with a diverse ability range. Becky Blackford, Primary Special Needs&#039; var persistlastviewedmsg=1 //should messages&#039; order persist after users navigate away (1=yes, 0=no)? var persistmsgbehavior=&quot;onload&quot; //set to &quot;onload&quot; or &quot;onclick&quot;. //configure the below variable to determine the delay between ticking of messages (in miliseconds): var tickdelay=10000 ////Do not edit pass this line//////////////// var divonclick=(persistlastviewedmsg &amp;&amp; persistmsgbehavior==&quot;onclick&quot;)? &#039;onClick=&quot;savelastmsg()&quot; &#039; : &#039;&#039; var currentmessage=0 function changetickercontent(){ if (crosstick.filters &amp;&amp; crosstick.filters.length&gt;0) crosstick.filters[0].Apply() crosstick.innerHTML=tickercontents[currentmessage] if (crosstick.filters &amp;&amp; crosstick.filters.length&gt;0) crosstick.filters[0].Play() currentmessage=(currentmessage==tickercontents.length-1)? currentmessage=0 : currentmessage+1 var filterduration=(crosstick.filters&amp;&amp;crosstick.filters.length&gt;0)? crosstick.filters[0].duration*1000 : 0 setTimeout(&quot;changetickercontent()&quot;,tickdelay+filterduration) } function beginticker(){ if (persistlastviewedmsg &amp;&amp; get_cookie(&quot;lastmsgnum&quot;)!=&quot;&quot;) revivelastmsg() crosstick=document.getElementById? document.getElementById(&quot;memoryticker&quot;) : document.all.memoryticker changetickercontent() } function get_cookie(Name) { var search = Name + &quot;=&quot; var returnvalue = &quot;&quot; if (document.cookie.length &gt; 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(&quot;;&quot;, offset) if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function savelastmsg(){ document.cookie=&quot;lastmsgnum=&quot;+currentmessage } function revivelastmsg(){ currentmessage=parseInt(get_cookie(&quot;lastmsgnum&quot;)) currentmessage=(currentmessage==0)? tickercontents.length-1 : currentmessage-1 } if (persistlastviewedmsg &amp;&amp; persistmsgbehavior==&quot;onload&quot;) window.onunload=savelastmsg if (document.all||document.getElementById) document.write(&#039;&#039;) if (window.addEventListener) window.addEventListener(&quot;load&quot;, beginticker, false) else if (window.attachEvent) window.attachEvent(&quot;onload&quot;, beginticker) else if (document.all || document.getElementById) window.onload=beginticker [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

