
<script language="javascript">
function isEmail(emailAddress){
emailAddressValue=emailAddress.value.toLowerCase();
var countryTLDs=/^(ac|ad|ae|af|ag|ai|al|am|an|ao|aq|ar|as|at|au|aw|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cat|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|eh|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|st|sv|sy|sz|tc|td|tf|tg|th|tj|tk|tm|tn|to|tp|tr|tt|tv|tw|tz|ua|ug|uk|um|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|yu|za|zm|zw)$/;
var gTLDs=/^(aero|asia|biz|cat|com|coop|edu|geo|gov|info|int|jobs|mil|mobi|museum|name|net|org|post|pro|tel|travel)$/;
var basicAddress=/^(.+)@(.+)$/;
var specialChars='\\(\\)><@,;:\\\\\\\"\\.\\[\\]';
var validChars='\[^\\s'+specialChars+'\]';
var validCharset='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzöå0123456789\'-_.+';
var quotedUser='(\"[^\"]*\")';
var atom=validChars+'+';
var word='('+atom+'|'+quotedUser+')';
var validUser=new RegExp('^'+word+'(\.'+word+')*$');
var symDomain=new RegExp('^'+atom+'(\.'+atom+')*$');
var matchArray=emailAddressValue.match(basicAddress);
if(emailAddress.value==''||emailAddress==null){
return true;
}
if(matchArray==null){
alert('The Email address doesn\'t seem to be correct,\nplease check syntax.');
emailAddress.focus();
return false;
}else{
var user=matchArray[1];
var domain=matchArray[2];
for(i=0;i<user.length;i++){
if(validCharset.indexOf(user.charAt(i))==-1){
alert('The Email address contains invalid characters,\nplease check the username.');
emailAddress.focus();
return false;
}
}
for(i=0;i<domain.length;i++){
if(validCharset.indexOf(domain.charAt(i))==-1){
alert('The Email address contains invalid characters,\nplease check the domain.');
emailAddress.focus();
return false;
}
}
if(user.match(validUser)==null){
alert('The Email address doesn\'t seem to be correct,\nplease check the username.');
emailAddress.focus();
return false;
}
var atomPat=new RegExp('^'+atom+'$');
var domArr=domain.split('.');
var len=domArr.length;
for(i=0;i<len;i++){
if(domArr[i].search(atomPat)==-1){
alert('The Email address doesn\'t seem to be correct,\nplease check the domain name.');
emailAddress.focus();
return false;
}
}
if((domArr[domArr.length-1].length==2)&&(domArr[domArr.length-1].search(countryTLDs)==-1)){
alert('The Email address doesn\'t seem to be correct,\nplease check domain suffix.');
emailAddress.focus();
return false;
}
if((domArr[domArr.length-1].length>2)&&(domArr[domArr.length-1].search(gTLDs)==-1)){
alert('The Email address doesn\'t seem to be correct,\nplease check domain suffix.');
emailAddress.focus();
return false;
}
if((domArr[domArr.length-1].length<2)||(domArr[domArr.length-1].length>6)){
alert('The Email address doesn\'t seem to be correct,\nplease check domain suffix.');
emailAddress.focus();
return false;
}
if(len<2){
alert('The Email address doesn\'t seem to be correct,\nplease check missing hostname.');
emailAddress.focus();
return false;
}
}
return true;
}
String.prototype.trim = function() { return this.replace(/^\s*(\b.*\b|)\s*$/, "$1");	}
function mandatoryText(input,fieldName){
if(input.value.trim()==''||input==null){
alert('Please enter your '+fieldName+'.');
input.focus();
return false;
} else {
return true;
}
}
function validForm(){
if(!mandatoryText(document.getElementById('EMAIL_FIELD'), 'Email Address:')) return;
if(!isEmail(document.getElementById('EMAIL_FIELD'))) return;
document.getElementById('emvForm').submit();
}
</script>

<?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>Chris Higgins &#187; Andrew</title>
	<atom:link href="http://www.chrishigginsthatsme.com/author/andrew/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chrishigginsthatsme.com</link>
	<description>thats me</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:12:05 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New competition</title>
		<link>http://www.chrishigginsthatsme.com/new-competition-2</link>
		<comments>http://www.chrishigginsthatsme.com/new-competition-2#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:39:43 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=281</guid>
		<description><![CDATA[Hi guys,
A new competition will be going up tomorrow &#8211; look out for it!
]]></description>
			<content:encoded><![CDATA[<p>Hi guys,</p>
<p>A new competition will be going up tomorrow &#8211; look out for it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/new-competition-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Competition winners!</title>
		<link>http://www.chrishigginsthatsme.com/competition-winners-3</link>
		<comments>http://www.chrishigginsthatsme.com/competition-winners-3#comments</comments>
		<pubDate>Tue, 15 Nov 2011 10:09:17 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=264</guid>
		<description><![CDATA[Hi all,
Congrats to Amy B; Rebecca B; Katie; Sophie C; Laura R; Courtney; Haania A; Rubi B; Nichole L and &#8230; <a href="http://www.chrishigginsthatsme.com/competition-winners-3">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>Congrats to Amy B; Rebecca B; Katie; Sophie C; Laura R; Courtney; Haania A; Rubi B; Nichole L and Molly Turrell &#8211; you guys get a set of <em><a href="http://www.chrishigginsthatsme.com/books/hes-after-me">He&#8217;s After Me</a></em> bookmark and poster! We&#8217;ll be contacting you today to get your prizes out to you.</p>
<p>Stayed tuned, everyone &#8211; we&#8217;ll have another competition up soon, just after Christmas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/competition-winners-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New competition</title>
		<link>http://www.chrishigginsthatsme.com/new-competition</link>
		<comments>http://www.chrishigginsthatsme.com/new-competition#comments</comments>
		<pubDate>Fri, 14 Oct 2011 13:31:46 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=254</guid>
		<description><![CDATA[Hey guys,
Just to let you know there is now a brand new competition running &#8211; so head over to the &#8230; <a href="http://www.chrishigginsthatsme.com/new-competition">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Just to let you know there is now a brand new competition running &#8211; so head over to the competitions section and enter for your chance to win!</p>
<p>The deadline is the 14th November 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/new-competition/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Competition winners!</title>
		<link>http://www.chrishigginsthatsme.com/competition-winners-2</link>
		<comments>http://www.chrishigginsthatsme.com/competition-winners-2#comments</comments>
		<pubDate>Thu, 13 Oct 2011 09:47:13 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=253</guid>
		<description><![CDATA[Congrats to our winners Ella G, Maisie L, Hikma S, Rumana, and Moya J, who all won a copy of &#8230; <a href="http://www.chrishigginsthatsme.com/competition-winners-2">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p>Congrats to our winners Ella G, Maisie L, Hikma S, Rumana, and Moya J, who all won a copy of <em>It&#8217;s a 50/50 Thing</em> and a <em>He&#8217;s After Me</em> bookmark!</p>
<p>Thank you to everyone who entered, and keep checking back on our competition page &#8211; another one will be up soon, with another chance for you to win.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/competition-winners-2/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Competition closes tomorrow!</title>
		<link>http://www.chrishigginsthatsme.com/competition-closes-tomorrow</link>
		<comments>http://www.chrishigginsthatsme.com/competition-closes-tomorrow#comments</comments>
		<pubDate>Tue, 11 Oct 2011 14:49:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=252</guid>
		<description><![CDATA[Hey all,
Just a reminder that our current competition ends midnight tomorrow &#8211; so enter before then if you haven&#8217;t already!
Check &#8230; <a href="http://www.chrishigginsthatsme.com/competition-closes-tomorrow">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p>Hey all,</p>
<p>Just a reminder that our current competition ends midnight tomorrow &#8211; so enter before then if you haven&#8217;t already!</p>
<p>Check out the competition link on the right-hand side of the page to enter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/competition-closes-tomorrow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New competition!</title>
		<link>http://www.chrishigginsthatsme.com/new-autumn-competition</link>
		<comments>http://www.chrishigginsthatsme.com/new-autumn-competition#comments</comments>
		<pubDate>Mon, 12 Sep 2011 11:46:37 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=242</guid>
		<description><![CDATA[
Hi guys,
There&#8217;s a new competition now up in the competitions section of the website. You can win a copy of &#8230; <a href="http://www.chrishigginsthatsme.com/new-autumn-competition">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p><img id="wimgImage" src="http://images.hachette.co.uk/Websites/Images/Store/books-143/9781444900002-1-1.jpg" alt="" align="top" /><img id="wimgImage" src="http://images.hachette.co.uk/Websites/Images/Store/books-143/9780340997017-1-3.jpg" alt="" align="top" /></p>
<p>Hi guys,</p>
<p>There&#8217;s a new competition now up in the competitions section of the website. You can win a copy of IT&#8217;S A 50/50 THING as well as a beautiful HE&#8217;S AFTER ME bookmark to mark your place in the book!</p>
<p>If you read IT&#8217;S A 50/50 THING and want to keep reading about Jem, you should get HE&#8217;S AFTER ME straight afterward, because he&#8217;s in that one too &#8230;</p>
<p>You&#8217;ve got until 12th October to enter. Good luck everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/new-autumn-competition/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Have you entered the new competition yet?</title>
		<link>http://www.chrishigginsthatsme.com/have-you-entered-the-new-competition-yet</link>
		<comments>http://www.chrishigginsthatsme.com/have-you-entered-the-new-competition-yet#comments</comments>
		<pubDate>Mon, 31 Jan 2011 15:47:52 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=189</guid>
		<description><![CDATA[There is a full set of signed Chris Higgins books to win on the competition page. If you haven&#8217;t already &#8230; <a href="http://www.chrishigginsthatsme.com/have-you-entered-the-new-competition-yet">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chrishigginsthatsme.com/competition"><img class="aligncenter size-full wp-image-191" title="Chris Higgins Stati#151456C" src="http://www.chrishigginsthatsme.com/wp-content/uploads/2011/01/Chris-Higgins-Stati151456C1.jpg" alt="" width="300" height="250" /></a>There is a full set of signed Chris Higgins books to win on the competition page. If you haven&#8217;t already &#8211; enter now! All you have to do is prove you know Chris enough to know how many books she has published&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/have-you-entered-the-new-competition-yet/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New competition launched!</title>
		<link>http://www.chrishigginsthatsme.com/new-competition-launched</link>
		<comments>http://www.chrishigginsthatsme.com/new-competition-launched#comments</comments>
		<pubDate>Mon, 26 Jul 2010 16:19:05 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=151</guid>
		<description><![CDATA[Head on over to the competition page for your chance to win a heavenly White Musk body kit from The &#8230; <a href="http://www.chrishigginsthatsme.com/new-competition-launched">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chrishigginsthatsme.com/wp-content/uploads/2010/07/Body-Shop-CH-prize.jpg"><img class="alignleft size-medium wp-image-152" title="Body Shop CH prize" src="http://www.chrishigginsthatsme.com/wp-content/uploads/2010/07/Body-Shop-CH-prize-300x174.jpg" alt="" width="300" height="174" /></a>Head on over to the <a href="/competition">competition</a> page for your chance to win a heavenly <strong>White Musk body kit from The Body Shop</strong>.</p>
<p>Inside a cute bag is White Musk scented shower gel, body lotion, eau de toilette and bath lilly. It can be all yours as long as you answer the question correctly!</p>
<p>But you better be quick &#8230; <strong>entries close 27th August 2010</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/new-competition-launched/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Roll tape &#8230;</title>
		<link>http://www.chrishigginsthatsme.com/roll-tape</link>
		<comments>http://www.chrishigginsthatsme.com/roll-tape#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:08:06 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=102</guid>
		<description><![CDATA[Here is a little video that I put together for my publishers. I thought that you might like to see &#8230; <a href="http://www.chrishigginsthatsme.com/roll-tape">click here to read more</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is a little video that I put together for my publishers. I thought that you might like to see it.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-lpAj6CZAxY&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-lpAj6CZAxY&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/roll-tape/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thank you for entering the competition!</title>
		<link>http://www.chrishigginsthatsme.com/thank-you-for-entering-the-competition</link>
		<comments>http://www.chrishigginsthatsme.com/thank-you-for-entering-the-competition#comments</comments>
		<pubDate>Fri, 25 Jan 2008 10:53:23 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=282</guid>
		<description><![CDATA[We&#8217;ll let you know if you&#8217;re a winner after the closing date.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll let you know if you&#8217;re a winner after the closing date.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chrishigginsthatsme.com/thank-you-for-entering-the-competition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

