<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zone'in Workshops &#187; In the News</title>
	<atom:link href="http://www.zoneinworkshops.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoneinworkshops.com</link>
	<description>Balancing technology with movement, touch and connection to get the edge you need to succeed.</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:16:35 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More predators prefer to target kids online &#8211; canada.com</title>
		<link>http://www.zoneinworkshops.com/news/more-predators-prefer-to-target-kids-online-canada-com/</link>
		<comments>http://www.zoneinworkshops.com/news/more-predators-prefer-to-target-kids-online-canada-com/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:56:50 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1658</guid>
		<description><![CDATA[By Danielle Bell, The Daily News
April 5, 2010
Forget about the notion of creepy older guys targeting young children in a park. With the anonymity and ease of going online to connect with hundreds of children, predators can now forgo the schoolyards.
http://www.canada.com/news/More+predators+prefer+target+kids+online/2764338/story.html
]]></description>
			<content:encoded><![CDATA[<p><span>By Danielle Bell, The Daily News</span><br />
<span>April 5, 2010</span></p>
<p>Forget about the notion of creepy older guys targeting young children in a park. With the anonymity and ease of going online to connect with hundreds of children, predators can now forgo the schoolyards.</p>
<p><a href="http://www.canada.com/news/More+predators+prefer+target+kids+online/2764338/story.html" target="_blank">http://www.canada.com/news/More+predators+prefer+target+kids+online/2764338/story.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/more-predators-prefer-to-target-kids-online-canada-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology is invading schools &#8211; Coast Reporter</title>
		<link>http://www.zoneinworkshops.com/news/technology-is-invading-schools-coast-reporter/</link>
		<comments>http://www.zoneinworkshops.com/news/technology-is-invading-schools-coast-reporter/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:55:42 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1656</guid>
		<description><![CDATA[
By Cris Rowan, Coast Reporter 
April 2, 2010


// 
// 
					if (imgBox != null &#038;&#038; photo != null)
					{
						if(photo.width >= 460) 
						{
							imgBox.className = 'imagesize460';
						}
						else 
						{
							if(photo.width >= 300) 
							{
								imgBox.className = 'imagesize310';
							}
							else 
							{
								imgBox.className = 'imageboxpadding';
							}
							imgBox.style.width = photo.width + 'px';
						}
					}
				}
				function getStoryFontSize() {
					var storyfontsize = getCookie('storyfontsize');
					var storyfontimage = getCookie('storyfontimage');
					// use cookied value, if present
					if (storyfontsize != null)
					{
						setClass('story_content',storyfontsize); 
						if (storyfontimage != null)
						{
							setClass('fontsizecontainer',storyfontimage); [...]]]></description>
			<content:encoded><![CDATA[<div id="storyheader">
<div><span>By Cris Rowan, Coast Reporter</span><span> </span></div>
<div><span>April 2, 2010<br />
</span></div>
</div>
<p><script type="text/javascript">// <![CDATA[
						showTab("text/html");
// ]]&gt;
// ]]&gt;</script></p>
<p><script type="text/javascript">// <![CDATA[
				function resizeImage() {
					var imgBox = document.getElementById('imageBox');
					var photo = document.getElementById('storyphoto');</p>
<p>					if (imgBox != null &#038;&#038; photo != null)
					{
						if(photo.width >= 460) 
						{
							imgBox.className = 'imagesize460';
						}
						else 
						{
							if(photo.width >= 300) 
							{
								imgBox.className = 'imagesize310';
							}
							else 
							{
								imgBox.className = 'imageboxpadding';
							}
							imgBox.style.width = photo.width + 'px';
						}
					}
				}
				function getStoryFontSize() {
					var storyfontsize = getCookie('storyfontsize');
					var storyfontimage = getCookie('storyfontimage');</p>
<p>					// use cookied value, if present
					if (storyfontsize != null)
					{
						setClass('story_content',storyfontsize); 
						if (storyfontimage != null)
						{
							setClass('fontsizecontainer',storyfontimage); 
						}
					}
					else	// default it to para14 if no cookie
					{
						setClass('story_content','para14'); 
						setClass('fontsizecontainer','size02');
					}
				}
				function setStoryFontSize(storyfontsize,storyfontimage) {
					setClass('story_content',storyfontsize); 
					setClass('fontsizecontainer',storyfontimage);
					setCookie('storyfontsize', storyfontsize, '365', '/', '', '');
					setCookie('storyfontimage', storyfontimage, '365', '/', '', '');
				}
				function setCookie( name, value, expires, path, domain, secure ) {
					// set time
					var today = new Date();
					today.setTime( today.getTime() );</p>
<p>					if ( expires )
					{
						expires = expires * 1000 * 60 * 60 * 24; //days
					}
					var expires_date = new Date( today.getTime() + (expires) );</p>
<p>					document.cookie = name + "=" + escape( value ) +
					( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + 
					( ( path ) ? ";path=" + path : "" ) + 
					( ( domain ) ? ";domain=" + domain : "" ) +
					( ( secure ) ? ";secure" : "" );
				}
				function getCookie( check_name ) {
					// split this cookie up into name/value pairs
					var a_all_cookies = document.cookie.split( ';' );
					var a_temp_cookie = '';
					var cookie_name = '';
					var cookie_value = '';
					var b_cookie_found = false; // set boolean t/f default f</p>
<p>					for ( i = 0; i < a_all_cookies.length; i++ )
					{
						// split apart each name=value pair
						a_temp_cookie = a_all_cookies[i].split( '=' );</p>
<p>						// and trim left/right whitespace while we're at it
						cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');</p>
<p>						// if the extracted name matches passed check_name
						if ( cookie_name == check_name )
						{
							b_cookie_found = true;
							// we need to handle case where cookie has no value but exists (no = sign, that is):
							if ( a_temp_cookie.length > 1 )
							{
								cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
							}
							// note that in cases where cookie is initialized but no value, null is returned
							return cookie_value;
							break;
						}
						a_temp_cookie = null;
						cookie_name = '';
					}
					if ( !b_cookie_found )
					{
						return null;
					}
				}
// ]]&gt;
// ]]&gt;</script></p>
<p>In response to Michele Whiting’s letter (Coast Reporter, March 26), don’t throw the baby out with the bath water.</p>
<p><a href="http://www.coastreporter.net/article/20100402/SECHELT0303/304029987/-1/sechelt0303/technology-is-invading-schools" target="_blank">http://www.coastreporter.net/article/20100402/SECHELT0303/304029987/-1/sechelt0303/technology-is-invading-schools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/technology-is-invading-schools-coast-reporter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why children act out &#8211; Vancouver Sun</title>
		<link>http://www.zoneinworkshops.com/news/why-children-act-out/</link>
		<comments>http://www.zoneinworkshops.com/news/why-children-act-out/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:53:48 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1653</guid>
		<description><![CDATA[
By Cris Rowan, Vancouver Sun 
March 31, 2010

// 
// 
					if (imgBox != null &#038;&#038; photo != null)
					{
						if(photo.width >= 460) 
						{
							imgBox.className = 'imagesize460';
						}
						else 
						{
							if(photo.width >= 300) 
							{
								imgBox.className = 'imagesize310';
							}
							else 
							{
								imgBox.className = 'imageboxpadding';
							}
							imgBox.style.width = photo.width + 'px';
						}
					}
				}
				function getStoryFontSize() {
					var storyfontsize = getCookie('storyfontsize');
					var storyfontimage = getCookie('storyfontimage');
					// use cookied value, if present
					if (storyfontsize != null)
					{
						setClass('story_content',storyfontsize); 
						if (storyfontimage != null)
						{
							setClass('fontsizecontainer',storyfontimage); [...]]]></description>
			<content:encoded><![CDATA[<div id="storyheader">
<div><span>By Cris Rowan, Vancouver Sun</span><span> </span></div>
<div><span>March 31, 2010</span></div>
</div>
<p><script type="text/javascript">// <![CDATA[
						showTab("text/html");
// ]]&gt;</script></p>
<p><script type="text/javascript">// <![CDATA[
				function resizeImage() {
					var imgBox = document.getElementById('imageBox');
					var photo = document.getElementById('storyphoto');</p>
<p>					if (imgBox != null &#038;&#038; photo != null)
					{
						if(photo.width >= 460) 
						{
							imgBox.className = 'imagesize460';
						}
						else 
						{
							if(photo.width >= 300) 
							{
								imgBox.className = 'imagesize310';
							}
							else 
							{
								imgBox.className = 'imageboxpadding';
							}
							imgBox.style.width = photo.width + 'px';
						}
					}
				}
				function getStoryFontSize() {
					var storyfontsize = getCookie('storyfontsize');
					var storyfontimage = getCookie('storyfontimage');</p>
<p>					// use cookied value, if present
					if (storyfontsize != null)
					{
						setClass('story_content',storyfontsize); 
						if (storyfontimage != null)
						{
							setClass('fontsizecontainer',storyfontimage); 
						}
					}
					else	// default it to para14 if no cookie
					{
						setClass('story_content','para14'); 
						setClass('fontsizecontainer','size02');
					}
				}
				function setStoryFontSize(storyfontsize,storyfontimage) {
					setClass('story_content',storyfontsize); 
					setClass('fontsizecontainer',storyfontimage);
					setCookie('storyfontsize', storyfontsize, '365', '/', '', '');
					setCookie('storyfontimage', storyfontimage, '365', '/', '', '');
				}
				function setCookie( name, value, expires, path, domain, secure ) {
					// set time
					var today = new Date();
					today.setTime( today.getTime() );</p>
<p>					if ( expires )
					{
						expires = expires * 1000 * 60 * 60 * 24; //days
					}
					var expires_date = new Date( today.getTime() + (expires) );</p>
<p>					document.cookie = name + "=" + escape( value ) +
					( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + 
					( ( path ) ? ";path=" + path : "" ) + 
					( ( domain ) ? ";domain=" + domain : "" ) +
					( ( secure ) ? ";secure" : "" );
				}
				function getCookie( check_name ) {
					// split this cookie up into name/value pairs
					var a_all_cookies = document.cookie.split( ';' );
					var a_temp_cookie = '';
					var cookie_name = '';
					var cookie_value = '';
					var b_cookie_found = false; // set boolean t/f default f</p>
<p>					for ( i = 0; i < a_all_cookies.length; i++ )
					{
						// split apart each name=value pair
						a_temp_cookie = a_all_cookies[i].split( '=' );</p>
<p>						// and trim left/right whitespace while we're at it
						cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');</p>
<p>						// if the extracted name matches passed check_name
						if ( cookie_name == check_name )
						{
							b_cookie_found = true;
							// we need to handle case where cookie has no value but exists (no = sign, that is):
							if ( a_temp_cookie.length > 1 )
							{
								cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
							}
							// note that in cases where cookie is initialized but no value, null is returned
							return cookie_value;
							break;
						}
						a_temp_cookie = null;
						cookie_name = '';
					}
					if ( !b_cookie_found )
					{
						return null;
					}
				}
// ]]&gt;</script></p>
<p>Re: Violence against school staff is on the rise, March 27</p>
<p><a href="http://www.vancouversun.com/health/children/2747155/story.html" target="_blank">http://www.vancouversun.com/health/children/2747155/story.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/why-children-act-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Addiction: Real Threat or Media Hype?</title>
		<link>http://www.zoneinworkshops.com/news/game-addiction-real-threat-or-media-hype/</link>
		<comments>http://www.zoneinworkshops.com/news/game-addiction-real-threat-or-media-hype/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:57:54 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1395</guid>
		<description><![CDATA[Are videogames more addictive and dangerous than other forms of media?
by Nicole Tanner, www.greenpixels.com
Sept. 28, 2009
The bottom line is that while video game addictions can exist, they aren’t nearly as prevalent as much of the mainstream media would have you believe. Dr. Tessina believes that while it is an issue that needs attention, it’s also [...]]]></description>
			<content:encoded><![CDATA[<h2><span id="article_strapline">Are videogames more addictive and dangerous than other forms of media?</span></h2>
<p>by Nicole Tanner, <a href="http://www.greenpixels.com" target="_blank">www.greenpixels.com</a><br />
Sept. 28, 2009</p>
<p>The bottom line is that while video game addictions can exist, they aren’t nearly as prevalent as much of the mainstream media would have you believe. Dr. Tessina believes that while it is an issue that needs attention, it’s also the &#8220;new thing to talk about&#8221; and offers easy visuals to be played on the nightly news.</p>
<p><a href="http://www.greenpixels.com/articles/features/4200/Game-Addiction-Real-Threat-or-Media-Hype/p2/c1/" target="_blank">Keep reading here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/game-addiction-real-threat-or-media-hype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preschool Developmental Screening Tests suite101.com</title>
		<link>http://www.zoneinworkshops.com/news/preschool-developmental-screening-tests/</link>
		<comments>http://www.zoneinworkshops.com/news/preschool-developmental-screening-tests/#comments</comments>
		<pubDate>Mon, 18 May 2009 16:56:44 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1259</guid>
		<description><![CDATA[Carla Snuggs
May 6, 2009
Developmental screening tests identify issues with socio-emotional, cognitive, language, and motor development in preschoolers and allow intervention as appropriate.
Read the article here.
]]></description>
			<content:encoded><![CDATA[<p>Carla Snuggs<br />
May 6, 2009</p>
<p>Developmental screening tests identify issues with socio-emotional, cognitive, language, and motor development in preschoolers and allow intervention as appropriate.</p>
<p><a href="http://daycare.suite101.com/article.cfm/preschool_developmental_screening_tests" target="_blank">Read the article here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/preschool-developmental-screening-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developmental Screening in Preschool suite101.com</title>
		<link>http://www.zoneinworkshops.com/news/developmental-screening-screening-preschoolers-for-developmental-delays-suite101com/</link>
		<comments>http://www.zoneinworkshops.com/news/developmental-screening-screening-preschoolers-for-developmental-delays-suite101com/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 22:06:21 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1242</guid>
		<description><![CDATA[Carla Snuggs
April 28, 2009
Sweden is quite advanced, requiring monthly physician visits from 0-18 months,” says Cris Rowan, pediatric occupational therapist, sensory specialist, and CEO of Zone’in Programs Inc. [Interview, April 2009].
Read the entire article here.
]]></description>
			<content:encoded><![CDATA[<p>Carla Snuggs<br />
April 28, 2009</p>
<p>Sweden is quite advanced, requiring monthly physician visits from 0-18 months,” says Cris Rowan, pediatric occupational therapist, sensory specialist, and CEO of Zone’in Programs Inc. [Interview, April 2009].</p>
<div id="TixyyLink" style="border: medium none; overflow: hidden; color: #000000; background-color: transparent; text-align: left; text-decoration: none;"><a href="http://daycare.suite101.com/article.cfm/developmental_screening" target="_blank">Read the entire article here.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/developmental-screening-screening-preschoolers-for-developmental-delays-suite101com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Los peligrosos psicotrópicos para niños  Univision.com</title>
		<link>http://www.zoneinworkshops.com/news/los-peligrosos-psicotropicos-para-ninos/</link>
		<comments>http://www.zoneinworkshops.com/news/los-peligrosos-psicotropicos-para-ninos/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 16:35:48 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1221</guid>
		<description><![CDATA[La controversia resurgió tras suicidio
Paola Ortiz,  	  Univision.com*
Read the complete article here.

]]></description>
			<content:encoded><![CDATA[<p><span class="v17">La controversia resurgió tras suicidio</span><br />
<span class="v11"><span style="font-weight: bold;">Paola Ortiz</span>,  	  Univision.com*</span></p>
<p><span class="v11"><a href="http://www.univision.com/content/content.jhtml?cid=1918088" target="_blank">Read the complete article here.</a><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/los-peligrosos-psicotropicos-para-ninos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crimes of Technology  HealthNewsDigest.com</title>
		<link>http://www.zoneinworkshops.com/news/crimes-of-technology-2/</link>
		<comments>http://www.zoneinworkshops.com/news/crimes-of-technology-2/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 15:40:17 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1210</guid>
		<description><![CDATA[By Cris Rowan, BScOT, BScBi, SIPT, Approved Provider AOTA and CAOT
Apr 19, 2009 &#8211; 9:46:15 AM
www.HealthNewsDigest.com &#8211; Parents, educators and health policy makers everywhere are struggling to manage balancing children&#8217;s technology use with health and academics. &#8220;How much technology should kids use?&#8221;, &#8220;what degree of sex or violence should kids watch?&#8221;, and &#8220;should students be [...]]]></description>
			<content:encoded><![CDATA[<p>By Cris Rowan, BScOT, BScBi, SIPT, Approved Provider AOTA and CAOT<br />
Apr 19, 2009 &#8211; 9:46:15 AM</p>
<p><a href="http://www.healthnewsdigest.com/news/Guest_Columnist_710/Crimes_of_Technology.shtml" target="_blank">www.HealthNewsDigest.com</a> &#8211; Parents, educators and health policy makers everywhere are struggling to manage balancing children&#8217;s technology use with health and academics. &#8220;How much technology should kids use?&#8221;, &#8220;what degree of sex or violence should kids watch?&#8221;, and &#8220;should students be able to surf the net and text message in school&#8221; are just a few of the many questions faced by parents, teachers and health professionals.</p>
<p><a href="http://www.healthnewsdigest.com/news/Guest_Columnist_710/Crimes_of_Technology.shtml" target="_blank">Read the complete article here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/crimes-of-technology-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signs Baby is Ready For&#8230;  babiestoday.com</title>
		<link>http://www.zoneinworkshops.com/news/babiestodaycom-signs-baby-is-ready-for/</link>
		<comments>http://www.zoneinworkshops.com/news/babiestodaycom-signs-baby-is-ready-for/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:05:38 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=1061</guid>
		<description><![CDATA[Signals a Child is Ready for the Next Milestone
By Lisa A. Goldstein
As your infant or toddler grows, so do the milestones. But how do you know if your child is ready to tackle one? Some stages require parents to look for signs.
Continue reading here.
]]></description>
			<content:encoded><![CDATA[<h2>Signals a Child is Ready for the Next Milestone</h2>
<p>By Lisa A. Goldstein</p>
<p>As your infant or toddler grows, so do the milestones. But how do you know if your child is ready to tackle one? Some stages require parents to look for signs.</p>
<p><a href="http://www.babiestoday.com/articles/milestones/signs-baby-is-ready-for-6403/" target="_blank">Continue reading here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/babiestodaycom-signs-baby-is-ready-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gamers, hospitals, have a Wii problem  canada.com</title>
		<link>http://www.zoneinworkshops.com/news/gamers-hospitals-have-a-wii-problem-canadacom/</link>
		<comments>http://www.zoneinworkshops.com/news/gamers-hospitals-have-a-wii-problem-canadacom/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:39:00 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[In the News]]></category>

		<guid isPermaLink="false">http://www.zoneinworkshops.com/?p=906</guid>
		<description><![CDATA[By Sharon Kirkey, Canwest News Service
January 30, 2009


First came Rubik’s cube tendinitis, then Nintendo thumb.
Now more reports are emerging of Wiiitis, from strained muscles and joints to people being accidentally smacked in the face with the remote.
Read the entire article here.
]]></description>
			<content:encoded><![CDATA[<div class="byline"><span class="name">By Sharon Kirkey, Canwest News Service</span></div>
<div class="byline"><span class="timestamp">January 30, 2009</span></div>
<div class="byline"></div>
<div class="byline">
<p>First came Rubik’s cube tendinitis, then Nintendo thumb.</p>
<p>Now more reports are emerging of Wiiitis, from strained muscles and joints to people being accidentally smacked in the face with the remote.</p>
<p><a href="http://www.canada.com/Health/story.html?id=1236278" target="_blank">Read the entire article here.</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.zoneinworkshops.com/news/gamers-hospitals-have-a-wii-problem-canadacom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
