<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8"/>
		<title>Tile Isle - MADSOFT Games, inc.</title>
		
		<!--[if lt IE 9]>
			<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
		
		<link rel="stylesheet" href="css/style.css"/>
		<!--<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1"/>-->
		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
	</head>

	<body>
		<div id="header">
			<div id="header_inner">
				<a href='http://madsoftgames.com/'>MADSOFT Games</a>
				<a href='http://blog.madsoftgames.com/'>Blog</a>
				<a href='http://madsoftgames.com/about.php'>About</a>
				<a href='http://madsoftgames.com/contact.php'>Contact</a>
				<a href='http://connect.madsoftgames.com/' class='right_button'>MADSOFT Connect</a>
			</div>
		</div>
		<div class="clearfix"></div>
		<div id="header_center">
			<div id="header_center_inner">
				<a href='index.php' id="logo">Tile Isle</a>
			</div>
		</div>
		<div class="clearfix"></div>
		<div id="undernav">
			<div id="undernav_links">
				<a href='index.php' class="active">Home</a>
				<a href='games.php'>Games</a>
				<a href='http://blog.madsoftgames.com/tagged/tileisle'>Blog</a>
				<a href='http://twitter.com/tileisle' class="right">Twitter</a>
				<a href='http://facebook.com/tileisle' class="right">Facebook</a>
				<a href='https://plus.google.com/109515204521313637400' class="right">Google+</a>
				<div class="clearfix"></div>
			</div>
		</div>
		<div id="content">
			<div id="slides">
				<img src="images/slides/space_chase.png" alt="Space Chase" />
			</div>
			<div class="paper about">
				Tile Isle is a game development team started by Tim Hely.<br/><br/>
				It was born from the pairing of two game creators for the creation and subsequent release of <a href='http://blastingagent.com/' target="_blank">Blasting Agent</a> - one of the first games to be made using Flixel.<br/><br/>
				We were recently acquired by <a href='http://madsoftgames.com/'>Madsoft Games</a>, inc. so that we can bring our games to the <a href='http://connect.madsoftgames.com/' target="_blank">Madsoft Connect</a> community.<br/><br/>
				Since then we have been hard at work on our second release, Space Chase, with much more still to come!
			</div>
			<a href='games.php' class="gamebox">
				<img src="images/blasting_agent.png" alt="Blasting Agent" />
				<img src="images/blasting_agent_hover.png" class="hover" alt="Blasting Agent" />
			</a>
			<div class="clearfix"></div>
			<div id="footer">
				&copy; 2012 <a href='index.php'>Tile Isle</a> & <a href='http://madsoftgames.com/'>MADSOFT Games, inc.</a> All Rights Reserved.
			</div>
		</div>
		<script type="text/javascript">
			$(document).ready(function(){
				$('.gamebox').mouseenter(function(){
					$(this).find('.hover').fadeIn('fast');
				});
				
				$('.hover').mouseleave(function(){
					$(this).fadeOut('fast');
				});
			});
		  
		var _gaq = _gaq || [];
		_gaq.push(['_setAccount', 'UA-7164079-1']);
		_gaq.push(['_setDomainName', 'madsoftgames.com']);
		_gaq.push(['_setAllowLinker', true]);
		_gaq.push(['_trackPageview']);
		
		(function() {
			var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
			ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
		})();
		
		</script>
	</body>
</html>