
<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: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/"
		>
<channel>
	<title>Comments on: Short-listed for the Queen of Teen!</title>
	<atom:link href="http://www.chrishigginsthatsme.com/short-listed-for-the-queen-of-teen/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chrishigginsthatsme.com/short-listed-for-the-queen-of-teen</link>
	<description>thats me</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:41:32 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Naila Henry</title>
		<link>http://www.chrishigginsthatsme.com/short-listed-for-the-queen-of-teen/comment-page-1#comment-148</link>
		<dc:creator>Naila Henry</dc:creator>
		<pubDate>Thu, 12 Aug 2010 20:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=139#comment-148</guid>
		<description>Hi Chris,
Have voted for you cause you are fab and a real inspiration to anyone who wants to read and have fun and of course, run.  Hope you win!!!! Never met a real super star before.
Naila</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
Have voted for you cause you are fab and a real inspiration to anyone who wants to read and have fun and of course, run.  Hope you win!!!! Never met a real super star before.<br />
Naila</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.chrishigginsthatsme.com/short-listed-for-the-queen-of-teen/comment-page-1#comment-141</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 20 Jul 2010 18:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=139#comment-141</guid>
		<description>Thanks Ciara. I really appreciate that!
Chris</description>
		<content:encoded><![CDATA[<p>Thanks Ciara. I really appreciate that!<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciara MacDonald</title>
		<link>http://www.chrishigginsthatsme.com/short-listed-for-the-queen-of-teen/comment-page-1#comment-139</link>
		<dc:creator>Ciara MacDonald</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrishigginsthatsme.com/?p=139#comment-139</guid>
		<description>Dear Chris,
I voted for you as the Queen of Teen COZ YOU ARE! I&#039;ve read A Perfect Ten and 32C, That&#039;s Me! and they are both excellent!
Ciara xxx
P.S. Good Luck in the Queen of Teens contest, but if you don&#039;t win you still are one - and the ONLY one!</description>
		<content:encoded><![CDATA[<p>Dear Chris,<br />
I voted for you as the Queen of Teen COZ YOU ARE! I&#8217;ve read A Perfect Ten and 32C, That&#8217;s Me! and they are both excellent!<br />
Ciara xxx<br />
P.S. Good Luck in the Queen of Teens contest, but if you don&#8217;t win you still are one &#8211; and the ONLY one!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

