<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Home Page | SAOTIL.COM</title>
		<link>http://www.saotil.com/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Sun, 13 Nov 2011 20:16:36 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.2.1</generator>
		<item>
			<title>Photos and Videos</title>
			<link>http://www.saotil.com/photos-and-videos.html</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first wide center"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content HTMLElement"&gt;
				&lt;iframe width="420" height="315" src="http://www.youtube.com/embed/pHAaLrLeXfA?rel=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sun, 13 Nov 2011 19:28:18 +0000</pubDate>
			<guid>http://www.saotil.com/photos-and-videos.html</guid>
            
			
		</item>
		<item>
			<title>Contact Me</title>
			<link>http://www.saotil.com/contact-me.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ContactElement --&gt;
				&lt;div id="contactform"&gt;
&lt;script type="text/javascript"&gt;&lt;!--

function verifyAndSubmitcontactform(form) {

	var theResults	= document.getElementById("contactform-results");

	checkEmail = form.e.value;
	if (checkEmail=='email@domain.com'
		|| checkEmail.indexOf('@') &lt; 0
		|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
		|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
		|| checkEmail == form.e.title)
	{
		var message = "Email address is missing. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	if (form.s.value == '' &amp;&amp; form.m.value == '')
	{
		var message = "No message has been entered. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	return true;
}

function doblurcontactform(anInput) {
	if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
}

function dofocuscontactform(anInput) {
	if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
}

//--&gt;&lt;/script&gt;

&lt;form class="contactElement labelsOnTop" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
		
		&lt;div class="hidden"&gt;
			&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;input id="contactform-subject" type="text" name="subject" /&gt;
			&lt;br /&gt;
			&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
		&lt;/div&gt;
	
&lt;p&gt;

	

	
	&lt;label for="contactform-n"&gt;Name:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-n"
		class="fullWidth"
		type="text"
		name="n"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-e"&gt;Email:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-e"
		class="fullWidth"
		type="email" style="color:#888"
		name="e"
		title="email@domain.com" value="email@domain.com"
		onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)"
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-s"&gt;Subject:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-s"
		class="fullWidth"
		type="text"
		name="s"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-m"&gt;Message:&lt;/label&gt;&lt;br /&gt;
	
	
	&lt;!-- text area --&gt;
	&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
	
	
&lt;br /&gt;
	

	

	
	&lt;!-- Send Button --&gt;
	&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Send" /&gt;

	
&lt;br /&gt;
	
	&lt;/p&gt;
	&lt;div class="hidden"&gt;
		&lt;!-- CSS URL --&gt;
		&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
		&lt;!-- Site Title --&gt;
		&lt;input type="hidden" name="t" id="contactform-t" value="" /&gt;
		&lt;!-- Verification Code --&gt;
		&lt;input type="hidden" name="v1" id="contactform-v1" value="7DZeUJ3+JsrqyrELotxJzXyqc0JisLhL" /&gt;
	
		
	&lt;/div&gt;
&lt;/form&gt;
&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;

&lt;/div&gt;&lt;!-- /sandvox.ContactElement --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sun, 13 Nov 2011 19:26:48 +0000</pubDate>
			<guid>http://www.saotil.com/contact-me.html</guid>
            
			
		</item>
		<item>
			<title>TARDIS Experience</title>
			<link>http://www.saotil.com/tardis-experience.html</link>
			<description>
				&lt;div class="article-summary"&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="639" height="480" src="http://www.saotil.com/_Media/talent31_med.jpeg" alt="talent31" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;My journey into time and space began on a bright sunny morning in Cardiff.  I stood in the carpark of the famous studios and looked over at the Welsh mountains; I knew it was going to be a good day.  As it happens I’d never in the past thought to actually find out where the series was filmed, so when we arrived at these non-descript warehouses I was a little surprised.  I didn’t really know what to expect but it just looked ordinary.&lt;/span&gt;&lt;/p&gt;&lt;img width="423" height="318" src="http://www.saotil.com/_Media/talent20_med.png" alt="talent20" class="not-first-item narrow left graphic-container" /&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;We were driven round the back of the site and passed two very familiar red double-decker buses.  At this point I was told to keep by eyes closed, so they could film all my reactions moments first hand.  Trust me there were a lot of those ‘moments’ during the day!  Parking round the back I was taken to my trailer, it had a big gold star with Sao Til on the door.  This was cool enough, but they also told me it was Catherine Tate’s trailer and that John’s was next door.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;Sitting in the air-conditioned coolness inside I was briefed on what was going to happen during the day.  Part of the crew from the BBC studio were accompanying me to do the behind the scenes filming, so it was nice to see some familiar faces.  After this they left me with a script to go over my lines.  On a quick side note, I received my script a couple of days before, which I had rehearsed like mad, so I already knew the lines off by heart.  It was surreal to sit there though reading a Russell T. Davies script with my name on it.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sat, 12 Nov 2011 16:54:41 +0000</pubDate>
			<guid>http://www.saotil.com/tardis-experience.html</guid>
            
			
		</item>
		<item>
			<title>Alien Talent Search</title>
			<link>http://www.saotil.com/alien-talent-search/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;A special advert was published by the BBC advertising the &lt;a href="http://www.bbc.co.uk/pressoffice/pressreleases/stories/2009/03_march/25/night.shtml" target="_blank"&gt;Alien Talent Search&lt;/a&gt;. The original closing date was Saturday March 28th 2009 extended to Sunday April 5th.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;The first contact I had with the BBC after applying was on Friday April 3rd and I got confirmation I was on the show the follwing week Wednesday April 8th.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;Filming for the Alien Activity Day took place on Tuesday April 14th. Starting at 08:30 and I was there until after 20:00.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;The TARDIS filming took place the following week on Monday April 20th. We spent another long day in Cardiff and were back the same day.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;The final filming for Tonight's the Night was on Sunday April 26th, it was the final show of the first series to filmed and there was definitely a party atmosphere.&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: justify;" class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;See the links for further information on &lt;a href="#"&gt;The Appication&lt;/a&gt;, &lt;a href="#"&gt;Alien Activity Day&lt;/a&gt; and TARDIS experience.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sat, 12 Nov 2011 16:15:03 +0000</pubDate>
			<guid>http://www.saotil.com/alien-talent-search/</guid>
            
			
		</item>
		<item>
			<title>About Sao Til</title>
			<link>http://www.saotil.com/about-sao-til.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;&lt;strong&gt;The Initial Idea&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;img width="224" height="336" src="http://www.saotil.com/_Media/dsc00120_med.jpeg" alt="Sao Til v1" class="first narrow right graphic-container" /&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;Initially the idea began with that of a hunter, something that captures other creatures, not for food but for profit.  I wanted to convey the fact that these aliens were intelligent with a grasp of technology and a sense of style.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;The name Sao Til and the alien race of the Aminopius, when joined together are an anagram of the Latin words Animus Spoliatio, which means soul robbing.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;&lt;strong&gt;Home Planet&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;Aminopia, a small, dark desolate rock of a planet.  The land has been stripped bare by generation after generation of Aminopius processing, until only the great Factories of the Aminopius remain.  Scattered across the planet, like cities, these giant factories process the creatures (both whole and in pieces) that the Aminopius capture.  They prepare the merchandise for dispatch to clients across the galaxy.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;&lt;strong&gt;Alien Powers&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial;"&gt;Aminopius are expert hunters.  They have enhanced senses allowing them to detect the slightest movement by sound and smell or taste the slightest changes in the air.  The neural probe attached to their arm allows them to paralyse their prey. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sat, 12 Nov 2011 12:20:37 +0000</pubDate>
			<guid>http://www.saotil.com/about-sao-til.html</guid>
            
			
		</item>
 	</channel>
</rss>

