

<?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>Make Games with PlayGen &#124; Serious Games &#124; Social Games &#187; Sector</title>
	<atom:link href="http://playgen.com/category/play/serious_games_sector/feed/" rel="self" type="application/rss+xml" />
	<link>http://playgen.com</link>
	<description>Make Games, Serious Games, Social Games</description>
	<lastBuildDate>Wed, 07 Jul 2010 15:22:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scrutiny</title>
		<link>http://playgen.com/scrutiny/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/scrutiny/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 12:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Explore]]></category>
		<category><![CDATA[Public Sector]]></category>
		<category><![CDATA[JISC]]></category>
		<category><![CDATA[personalised automatic searching]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[web based learning]]></category>

		<guid isPermaLink="false">http://playgen.com/?p=2313</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://playgen.com/wp-content/uploads/2010/02/scrutiny_image.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><a href="http://playgen.com/wp-content/uploads/2010/02/scrutiny_image1.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignnone size-full wp-image-2327" title="scrutiny_image" src="http://playgen.com/wp-content/uploads/2010/02/scrutiny_image1.jpg" alt="" width="788" height="543" /></a></a></p>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/scrutiny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SG2: Battle Awareness</title>
		<link>http://playgen.com/military-sector/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/military-sector/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:37:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Defence - Military]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Risky Behaviour]]></category>
		<category><![CDATA[Situation Awareness]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[awareness]]></category>
		<category><![CDATA[battlefield awareness]]></category>
		<category><![CDATA[defence]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[military]]></category>
		<category><![CDATA[Serious]]></category>
		<category><![CDATA[SG2]]></category>
		<category><![CDATA[situation]]></category>

		<guid isPermaLink="false">http://playgen.com/?p=340</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
		<script src='/wp-content/plugins/playgen_game/AC_OETags.js' language='javascript'></script>
		
		<script language='JavaScript' type='text/javascript'>
		<!--
		// -----------------------------------------------------------------------------
		// Globals
		// Major version of Flash required
		var requiredMajorVersion = 9;
		// Minor version of Flash required
		var requiredMinorVersion = 0;
		// Minor version of Flash required
		var requiredRevision = 0;
		// -----------------------------------------------------------------------------
		// -->
		</script>

		<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php' type='text/javascript'></script>
		<script type='text/javascript'>	
			// Internet Explorer and Mozilla-based browsers refer to the Flash application 
			// object differently.
			// This function returns the appropriate reference, depending on the browser.
			function getMyApp(appName) 
			{
				if (navigator.appName.indexOf ('Microsoft') !=-1) 
				{
					return window[appName];
				} 
				else 
				{
					return document[appName];
				}
			}

			//Use this to send a message to the flash object
			function callApp() 
			{
				//Tell the login system the webpage URL
				getMyApp('flashGame').WebsiteURL('http://playgen.com/category/play/serious_games_sector/feed/');
			
				//alert( '0 > 0' );
				//alert('This is it: ');
				
					if ( 0 > 0 )
					{
						//alert( 'http://playgen.com/category/play/serious_games_sector/feed/' );
						getMyApp('flashGame').CredentialsOK('0', '', ''); 
					}
					
			}
			
			//This function is called from the SWF to notify java the swf is ready to receive data.
			function flashMessage(message)
			{
				callApp();
				//alert( 'Called From Flash :D' );
			}
			
			//Local Variable with Flash Content id. default = flashGame
			var as_swf_name = 'flashGame';
			
			//Initialize Facebook
			function fbInit(pAsSwfName,pApi_key,pReceiver)
			{
				as_swf_name = pAsSwfName;
				FB.init(pApi_key,pReceiver);
			}

			//JavaScript Connect methods
			function login()
			{
				FB.Connect.requireSession( onLoginHandler, true );
				//alert('FB Logon');
			}

			//Event Handlers
			function onLoginHandler()
			{
				flashCallBack( 'onLogIn' );
			}

			//Method to dispatch an Event to Flash
			function flashCallBack ( func ) 
			{
				if( arguments.length > 1 )
				{
					getMyApp(as_swf_name)[func]( Array.prototype.slice.call(arguments).slice(1)[0]);
					//alert( 'arguments.length > 1' + as_swf_name );
				}
				else
				{
					getMyApp(as_swf_name)[func]();
					//alert( as_swf_name + '-' + getMyApp(as_swf_name).id.toString() + '-' + getMyApp(as_swf_name).name.toString() );
				}
			}
		</script><div style="float: left; width: 320px;"><a href="http://playgen.com/military-sector/" title=""><img src="" alt="" /></a>
				</div><div style="float: left; width: 345px;">
				<p></p><p><a href="http://playgen.com/military-sector/">Play  Now &raquo;</a></p>
				</div><div style="clear: both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/military-sector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SG2: Coronary Bypass</title>
		<link>http://playgen.com/health-sector/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/health-sector/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:36:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[CABG]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[heart]]></category>
		<category><![CDATA[medical]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Serious]]></category>
		<category><![CDATA[SG2]]></category>
		<category><![CDATA[squared]]></category>
		<category><![CDATA[surgery]]></category>
		<category><![CDATA[survery]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://playgen.com/?p=338</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
		<script src='/wp-content/plugins/playgen_game/AC_OETags.js' language='javascript'></script>
		
		<script language='JavaScript' type='text/javascript'>
		<!--
		// -----------------------------------------------------------------------------
		// Globals
		// Major version of Flash required
		var requiredMajorVersion = 9;
		// Minor version of Flash required
		var requiredMinorVersion = 0;
		// Minor version of Flash required
		var requiredRevision = 0;
		// -----------------------------------------------------------------------------
		// -->
		</script>

		<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php' type='text/javascript'></script>
		<script type='text/javascript'>	
			// Internet Explorer and Mozilla-based browsers refer to the Flash application 
			// object differently.
			// This function returns the appropriate reference, depending on the browser.
			function getMyApp(appName) 
			{
				if (navigator.appName.indexOf ('Microsoft') !=-1) 
				{
					return window[appName];
				} 
				else 
				{
					return document[appName];
				}
			}

			//Use this to send a message to the flash object
			function callApp() 
			{
				//Tell the login system the webpage URL
				getMyApp('flashGame').WebsiteURL('http://playgen.com/category/play/serious_games_sector/feed/');
			
				//alert( '0 > 0' );
				//alert('This is it: ');
				
					if ( 0 > 0 )
					{
						//alert( 'http://playgen.com/category/play/serious_games_sector/feed/' );
						getMyApp('flashGame').CredentialsOK('0', '', ''); 
					}
					
			}
			
			//This function is called from the SWF to notify java the swf is ready to receive data.
			function flashMessage(message)
			{
				callApp();
				//alert( 'Called From Flash :D' );
			}
			
			//Local Variable with Flash Content id. default = flashGame
			var as_swf_name = 'flashGame';
			
			//Initialize Facebook
			function fbInit(pAsSwfName,pApi_key,pReceiver)
			{
				as_swf_name = pAsSwfName;
				FB.init(pApi_key,pReceiver);
			}

			//JavaScript Connect methods
			function login()
			{
				FB.Connect.requireSession( onLoginHandler, true );
				//alert('FB Logon');
			}

			//Event Handlers
			function onLoginHandler()
			{
				flashCallBack( 'onLogIn' );
			}

			//Method to dispatch an Event to Flash
			function flashCallBack ( func ) 
			{
				if( arguments.length > 1 )
				{
					getMyApp(as_swf_name)[func]( Array.prototype.slice.call(arguments).slice(1)[0]);
					//alert( 'arguments.length > 1' + as_swf_name );
				}
				else
				{
					getMyApp(as_swf_name)[func]();
					//alert( as_swf_name + '-' + getMyApp(as_swf_name).id.toString() + '-' + getMyApp(as_swf_name).name.toString() );
				}
			}
		</script><div style="float: left; width: 320px;"><a href="http://playgen.com/health-sector/" title=""><img src="" alt="" /></a>
				</div><div style="float: left; width: 345px;">
				<p></p><p><a href="http://playgen.com/health-sector/">Play  Now &raquo;</a></p>
				</div><div style="clear: both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/health-sector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SG2: The London Crisis</title>
		<link>http://playgen.com/first-responder/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/first-responder/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:33:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Defence - Military]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Police]]></category>
		<category><![CDATA[Risky Behaviour]]></category>
		<category><![CDATA[Situation Awareness]]></category>
		<category><![CDATA[anti]]></category>
		<category><![CDATA[bomb]]></category>
		<category><![CDATA[bombings]]></category>
		<category><![CDATA[crisis]]></category>
		<category><![CDATA[disposal]]></category>
		<category><![CDATA[Flash3D]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Serious]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[SG2]]></category>
		<category><![CDATA[squared]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[underground]]></category>

		<guid isPermaLink="false">http://playgen.com/?p=332</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
		<script src='/wp-content/plugins/playgen_game/AC_OETags.js' language='javascript'></script>
		
		<script language='JavaScript' type='text/javascript'>
		<!--
		// -----------------------------------------------------------------------------
		// Globals
		// Major version of Flash required
		var requiredMajorVersion = 9;
		// Minor version of Flash required
		var requiredMinorVersion = 0;
		// Minor version of Flash required
		var requiredRevision = 0;
		// -----------------------------------------------------------------------------
		// -->
		</script>

		<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php' type='text/javascript'></script>
		<script type='text/javascript'>	
			// Internet Explorer and Mozilla-based browsers refer to the Flash application 
			// object differently.
			// This function returns the appropriate reference, depending on the browser.
			function getMyApp(appName) 
			{
				if (navigator.appName.indexOf ('Microsoft') !=-1) 
				{
					return window[appName];
				} 
				else 
				{
					return document[appName];
				}
			}

			//Use this to send a message to the flash object
			function callApp() 
			{
				//Tell the login system the webpage URL
				getMyApp('flashGame').WebsiteURL('http://playgen.com/category/play/serious_games_sector/feed/');
			
				//alert( '0 > 0' );
				//alert('This is it: ');
				
					if ( 0 > 0 )
					{
						//alert( 'http://playgen.com/category/play/serious_games_sector/feed/' );
						getMyApp('flashGame').CredentialsOK('0', '', ''); 
					}
					
			}
			
			//This function is called from the SWF to notify java the swf is ready to receive data.
			function flashMessage(message)
			{
				callApp();
				//alert( 'Called From Flash :D' );
			}
			
			//Local Variable with Flash Content id. default = flashGame
			var as_swf_name = 'flashGame';
			
			//Initialize Facebook
			function fbInit(pAsSwfName,pApi_key,pReceiver)
			{
				as_swf_name = pAsSwfName;
				FB.init(pApi_key,pReceiver);
			}

			//JavaScript Connect methods
			function login()
			{
				FB.Connect.requireSession( onLoginHandler, true );
				//alert('FB Logon');
			}

			//Event Handlers
			function onLoginHandler()
			{
				flashCallBack( 'onLogIn' );
			}

			//Method to dispatch an Event to Flash
			function flashCallBack ( func ) 
			{
				if( arguments.length > 1 )
				{
					getMyApp(as_swf_name)[func]( Array.prototype.slice.call(arguments).slice(1)[0]);
					//alert( 'arguments.length > 1' + as_swf_name );
				}
				else
				{
					getMyApp(as_swf_name)[func]();
					//alert( as_swf_name + '-' + getMyApp(as_swf_name).id.toString() + '-' + getMyApp(as_swf_name).name.toString() );
				}
			}
		</script><div style="float: left; width: 320px;"><a href="http://playgen.com/first-responder/" title=""><img src="" alt="" /></a>
				</div><div style="float: left; width: 345px;">
				<p></p><p><a href="http://playgen.com/first-responder/">Play  Now &raquo;</a></p>
				</div><div style="clear: both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/first-responder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SG2: Interview Sim</title>
		<link>http://playgen.com/corporate/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/corporate/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:30:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Corporate - Business]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Inspiring Youth]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Serious]]></category>
		<category><![CDATA[SG2]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[squared]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://playgen.com/?p=326</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
		<script src='/wp-content/plugins/playgen_game/AC_OETags.js' language='javascript'></script>
		
		<script language='JavaScript' type='text/javascript'>
		<!--
		// -----------------------------------------------------------------------------
		// Globals
		// Major version of Flash required
		var requiredMajorVersion = 9;
		// Minor version of Flash required
		var requiredMinorVersion = 0;
		// Minor version of Flash required
		var requiredRevision = 0;
		// -----------------------------------------------------------------------------
		// -->
		</script>

		<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php' type='text/javascript'></script>
		<script type='text/javascript'>	
			// Internet Explorer and Mozilla-based browsers refer to the Flash application 
			// object differently.
			// This function returns the appropriate reference, depending on the browser.
			function getMyApp(appName) 
			{
				if (navigator.appName.indexOf ('Microsoft') !=-1) 
				{
					return window[appName];
				} 
				else 
				{
					return document[appName];
				}
			}

			//Use this to send a message to the flash object
			function callApp() 
			{
				//Tell the login system the webpage URL
				getMyApp('flashGame').WebsiteURL('http://playgen.com/category/play/serious_games_sector/feed/');
			
				//alert( '0 > 0' );
				//alert('This is it: ');
				
					if ( 0 > 0 )
					{
						//alert( 'http://playgen.com/category/play/serious_games_sector/feed/' );
						getMyApp('flashGame').CredentialsOK('0', '', ''); 
					}
					
			}
			
			//This function is called from the SWF to notify java the swf is ready to receive data.
			function flashMessage(message)
			{
				callApp();
				//alert( 'Called From Flash :D' );
			}
			
			//Local Variable with Flash Content id. default = flashGame
			var as_swf_name = 'flashGame';
			
			//Initialize Facebook
			function fbInit(pAsSwfName,pApi_key,pReceiver)
			{
				as_swf_name = pAsSwfName;
				FB.init(pApi_key,pReceiver);
			}

			//JavaScript Connect methods
			function login()
			{
				FB.Connect.requireSession( onLoginHandler, true );
				//alert('FB Logon');
			}

			//Event Handlers
			function onLoginHandler()
			{
				flashCallBack( 'onLogIn' );
			}

			//Method to dispatch an Event to Flash
			function flashCallBack ( func ) 
			{
				if( arguments.length > 1 )
				{
					getMyApp(as_swf_name)[func]( Array.prototype.slice.call(arguments).slice(1)[0]);
					//alert( 'arguments.length > 1' + as_swf_name );
				}
				else
				{
					getMyApp(as_swf_name)[func]();
					//alert( as_swf_name + '-' + getMyApp(as_swf_name).id.toString() + '-' + getMyApp(as_swf_name).name.toString() );
				}
			}
		</script><div style="float: left; width: 320px;"><a href="http://playgen.com/corporate/" title=""><img src="" alt="" /></a>
				</div><div style="float: left; width: 345px;">
				<p></p><p><a href="http://playgen.com/corporate/">Play  Now &raquo;</a></p>
				</div><div style="clear: both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/corporate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SG2: Afterlife</title>
		<link>http://playgen.com/education/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/education/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:31:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Inspiring Youth]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[afterlife]]></category>
		<category><![CDATA[ancient]]></category>
		<category><![CDATA[burial]]></category>
		<category><![CDATA[egypt]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[mummyfication]]></category>
		<category><![CDATA[Serious]]></category>
		<category><![CDATA[SG2]]></category>
		<category><![CDATA[squared]]></category>

		<guid isPermaLink="false">http://playgen.com/?p=267</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[
		<script src='/wp-content/plugins/playgen_game/AC_OETags.js' language='javascript'></script>
		
		<script language='JavaScript' type='text/javascript'>
		<!--
		// -----------------------------------------------------------------------------
		// Globals
		// Major version of Flash required
		var requiredMajorVersion = 9;
		// Minor version of Flash required
		var requiredMinorVersion = 0;
		// Minor version of Flash required
		var requiredRevision = 0;
		// -----------------------------------------------------------------------------
		// -->
		</script>

		<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php' type='text/javascript'></script>
		<script type='text/javascript'>	
			// Internet Explorer and Mozilla-based browsers refer to the Flash application 
			// object differently.
			// This function returns the appropriate reference, depending on the browser.
			function getMyApp(appName) 
			{
				if (navigator.appName.indexOf ('Microsoft') !=-1) 
				{
					return window[appName];
				} 
				else 
				{
					return document[appName];
				}
			}

			//Use this to send a message to the flash object
			function callApp() 
			{
				//Tell the login system the webpage URL
				getMyApp('flashGame').WebsiteURL('http://playgen.com/category/play/serious_games_sector/feed/');
			
				//alert( '0 > 0' );
				//alert('This is it: ');
				
					if ( 0 > 0 )
					{
						//alert( 'http://playgen.com/category/play/serious_games_sector/feed/' );
						getMyApp('flashGame').CredentialsOK('0', '', ''); 
					}
					
			}
			
			//This function is called from the SWF to notify java the swf is ready to receive data.
			function flashMessage(message)
			{
				callApp();
				//alert( 'Called From Flash :D' );
			}
			
			//Local Variable with Flash Content id. default = flashGame
			var as_swf_name = 'flashGame';
			
			//Initialize Facebook
			function fbInit(pAsSwfName,pApi_key,pReceiver)
			{
				as_swf_name = pAsSwfName;
				FB.init(pApi_key,pReceiver);
			}

			//JavaScript Connect methods
			function login()
			{
				FB.Connect.requireSession( onLoginHandler, true );
				//alert('FB Logon');
			}

			//Event Handlers
			function onLoginHandler()
			{
				flashCallBack( 'onLogIn' );
			}

			//Method to dispatch an Event to Flash
			function flashCallBack ( func ) 
			{
				if( arguments.length > 1 )
				{
					getMyApp(as_swf_name)[func]( Array.prototype.slice.call(arguments).slice(1)[0]);
					//alert( 'arguments.length > 1' + as_swf_name );
				}
				else
				{
					getMyApp(as_swf_name)[func]();
					//alert( as_swf_name + '-' + getMyApp(as_swf_name).id.toString() + '-' + getMyApp(as_swf_name).name.toString() );
				}
			}
		</script><div style="float: left; width: 320px;"><a href="http://playgen.com/education/" title=""><img src="" alt="" /></a>
				</div><div style="float: left; width: 345px;">
				<p></p><p><a href="http://playgen.com/education/">Play  Now &raquo;</a></p>
				</div><div style="clear: both;"></div>
<input id="gwProxy" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FloodManager</title>
		<link>http://playgen.com/floodmanager/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/floodmanager/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:59:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Natural Disaster]]></category>
		<category><![CDATA[Public Policy]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flood]]></category>
		<category><![CDATA[floodplain managers]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[playgen]]></category>
		<category><![CDATA[Serious]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://seriouspolicy.com/wp/?p=157</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://playgen.com/images/floodmanager_boarder_img.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/floodmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choices and Voices</title>
		<link>http://playgen.com/choices-and-voices/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/choices-and-voices/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:37:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Explore]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Inspiring Youth]]></category>
		<category><![CDATA[Police]]></category>
		<category><![CDATA[Public Sector]]></category>
		<category><![CDATA[Risky Behaviour]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[anti]]></category>
		<category><![CDATA[choices]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[ethnic diversity]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[playgen]]></category>
		<category><![CDATA[schools]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[voices]]></category>
		<category><![CDATA[west midlands]]></category>

		<guid isPermaLink="false">http://seriouspolicy.com/wp/?p=154</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
		<script src='/wp-content/plugins/playgen_game/AC_OETags.js' language='javascript'></script>
		
		<script language='JavaScript' type='text/javascript'>
		<!--
		// -----------------------------------------------------------------------------
		// Globals
		// Major version of Flash required
		var requiredMajorVersion = 9;
		// Minor version of Flash required
		var requiredMinorVersion = 0;
		// Minor version of Flash required
		var requiredRevision = 0;
		// -----------------------------------------------------------------------------
		// -->
		</script>

		<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php' type='text/javascript'></script>
		<script type='text/javascript'>	
			// Internet Explorer and Mozilla-based browsers refer to the Flash application 
			// object differently.
			// This function returns the appropriate reference, depending on the browser.
			function getMyApp(appName) 
			{
				if (navigator.appName.indexOf ('Microsoft') !=-1) 
				{
					return window[appName];
				} 
				else 
				{
					return document[appName];
				}
			}

			//Use this to send a message to the flash object
			function callApp() 
			{
				//Tell the login system the webpage URL
				getMyApp('flashGame').WebsiteURL('http://playgen.com/category/play/serious_games_sector/feed/');
			
				//alert( '0 > 0' );
				//alert('This is it: ');
				
					if ( 0 > 0 )
					{
						//alert( 'http://playgen.com/category/play/serious_games_sector/feed/' );
						getMyApp('flashGame').CredentialsOK('0', '', ''); 
					}
					
			}
			
			//This function is called from the SWF to notify java the swf is ready to receive data.
			function flashMessage(message)
			{
				callApp();
				//alert( 'Called From Flash :D' );
			}
			
			//Local Variable with Flash Content id. default = flashGame
			var as_swf_name = 'flashGame';
			
			//Initialize Facebook
			function fbInit(pAsSwfName,pApi_key,pReceiver)
			{
				as_swf_name = pAsSwfName;
				FB.init(pApi_key,pReceiver);
			}

			//JavaScript Connect methods
			function login()
			{
				FB.Connect.requireSession( onLoginHandler, true );
				//alert('FB Logon');
			}

			//Event Handlers
			function onLoginHandler()
			{
				flashCallBack( 'onLogIn' );
			}

			//Method to dispatch an Event to Flash
			function flashCallBack ( func ) 
			{
				if( arguments.length > 1 )
				{
					getMyApp(as_swf_name)[func]( Array.prototype.slice.call(arguments).slice(1)[0]);
					//alert( 'arguments.length > 1' + as_swf_name );
				}
				else
				{
					getMyApp(as_swf_name)[func]();
					//alert( as_swf_name + '-' + getMyApp(as_swf_name).id.toString() + '-' + getMyApp(as_swf_name).name.toString() );
				}
			}
		</script><p style="text-align: center;"><div style="float: left; width: 320px;"><a href="http://playgen.com/choices-and-voices/" title=""><img src="" alt="" /></a>
				</div><div style="float: left; width: 345px;">
				<p></p><p><a href="http://playgen.com/choices-and-voices/">Play  Now &raquo;</a></p>
				</div><div style="clear: both;"></div></p>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/choices-and-voices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Wars</title>
		<link>http://playgen.com/media-war/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/media-war/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:01:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Defence - Military]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Risky Behaviour]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[DCTS]]></category>
		<category><![CDATA[defence]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media wars]]></category>
		<category><![CDATA[military]]></category>
		<category><![CDATA[MOD]]></category>
		<category><![CDATA[playgen]]></category>
		<category><![CDATA[servicemen]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[UK]]></category>
		<category><![CDATA[virtools]]></category>

		<guid isPermaLink="false">http://seriouspolicy.com/wp/?p=111</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-567 aligncenter" title="press_nano3" src="/wp-content/images/explore/media_wars/media_wars_banner.jpg" alt="osvw" /></p>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/media-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serious Policy</title>
		<link>http://playgen.com/seriouspolicy/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://playgen.com/seriouspolicy/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:58:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Engaging Citizens]]></category>
		<category><![CDATA[Explore]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Public Policy]]></category>
		<category><![CDATA[Public Sector]]></category>
		<category><![CDATA[alistar darling]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gordon brown]]></category>
		<category><![CDATA[playgen]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Serious]]></category>
		<category><![CDATA[tony blair]]></category>
		<category><![CDATA[virtools]]></category>

		<guid isPermaLink="false">http://seriouspolicy.com/wp/?p=101</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<!-- ProPlayer by Isa Goksu --><div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="720px" height="576px"><div id="pro-player-101pp-single-4c800adca9743"></div></div></div><script type="text/javascript" charset="utf-8">var flashvars = {width: "720",height: "576",autostart: "false",repeat: "false",backcolor: "111111",frontcolor: "cccccc",lightcolor: "66cc00",stretching: "fill",enablejs: "true",mute: "false",skin: "http://playgen.com/wp-content/plugins/proplayer/players/skins/default.swf",logo: "http://playgen.com/wp-content/plugins/proplayer/players/watermark.png",image: "/wp-content/images/explore/serious_policy/video_preview_image.jpg",plugins: "",javascriptid: "101pp-single-4c800adca9743",image: "/wp-content/images/explore/serious_policy/video_preview_image.jpg",file: 'http://playgen.com/wp-content/plugins/proplayer/playlist-controller.php?pp_playlist_id=101pp-single-4c800adca9743&sid=1283459804'};var params = {wmode: "transparent",allowfullscreen: "true",allowscriptaccess: "always",allownetworking: "all"};var attributes = {id: "obj-pro-player-101pp-single-4c800adca9743",name: "obj-pro-player-101pp-single-4c800adca9743"};swfobject.embedSWF("http://playgen.com/wp-content/plugins/proplayer/players/player.swf", "pro-player-101pp-single-4c800adca9743", "720", "576", "9.0.0", false, flashvars, params, attributes);</script>
]]></content:encoded>
			<wfw:commentRss>http://playgen.com/seriouspolicy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->