<?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>The Whitby Guide</title>
	<atom:link href="http://www.thewhitbyguide.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewhitbyguide.co.uk</link>
	<description>Your Online Guide To Whitby, North Yorkshire</description>
	<lastBuildDate>Wed, 30 Jun 2010 08:03:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bell Island Holiday Cottages in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/bell-island-holiday-cottages-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/bell-island-holiday-cottages-in-whitby/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 08:03:22 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[bell island holiday cottages]]></category>
		<category><![CDATA[bell island whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2070</guid>
		<description><![CDATA[Two luxurious self catering East Whitby cottages converted from a grade II listed building, along the harbour on Church Street, near the old town. Sleeps 2-6.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@bellislandcottages.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Bell Island Cottages" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Bell Island Cottages</strong></p>
<p>Two luxurious self catering East Whitby cottages converted from a grade II listed building, along the harbour on Church Street, near the old town. Sleeps 2-6.</p>
<p>The cottages form two halves of a grade II listed property, originally dating back to 1810. The building has undergone an extensive renovation programme to now provide exceptional self catering holiday accommodation with unique style and character. Each property commands wonderful views of the River Esk and marina and from here it is a short five minute walk to the town&#8217;s shops, restaurants and bars. Old Whitby is a similar distance with many attractions, including the famous cobbled streets, traditional pan tiled roofs, historic abbey and 199 steps.</p>
<p>Bell Island Cottage is spread over three floors and is accessed at street level. The open plan lounge/kitchen is floored with natural slate and features tub leather sofas and a large Mexican pine table. The ground floor also houses the bathroom whilst on the first floor there is a double bedroom with a twin on the second floor. The cottage is centrally heated and double glazed throughout.</p>
<p>Laverick Steps is a one bedroom character cottage, perfect for 2 people or couples with baby. This property is set over three floors with cosy kitchen, stunning marble bathroom and light and airy double bedroom on the top floor where you can admire the ever changing views of the harbour.</p>
<p>Our prices include the following:</p>
<ul>
<li>Freshly laundered bed linen, towels and tea towels</li>
<li>19&#8243; LCD TV with integrated Ipod, DVD, CD, Freeview channels and digital radio</li>
<li>Heating and electricity</li>
<li>Fully fitted kitchen with built-in electric oven and hob, extraction hood,</li>
<li>Fridge-freezer and microwave</li>
<li>For small children a cot, high chair and safety gate are available on request (cot bedding not supplied)</li>
<li>Basic essentials such as washing up liquid, toilet roll and kitchen roll</li>
<li>Shaver points, hairdryers, iron, ironing board, cleaning equipment</li>
<li>Games and books for your entertainment</li>
<li>Information about Whitby and surrounding area</li>
<li>A complementary welcome pack</li>
<li>We also provide a 24 hour laundry service (not included in price).</li>
</ul>
<p><strong>Please Note</strong></p>
<p>We are strictly non-smoking and do not allow pets (except service dogs).</p>
<p>Laverick Steps is accessed via steep external and internal steps and may not be suitable for all guests.</p>
<p>What our Guests say:</p>
<p>&#8220;Fantastic holiday…Cottage is beautiful. Well maintained and in a perfect location. Thanks for helping us make some magical memories&#8221;</p>
<p>Wilkinson family</p>
<p>“From every attention to detail, the comfy bed, the luxurious bathroom, this cottage was truly a &#8216;home from home&#8217;. We have loved it&#8221;</p>
<p>Nancy and Steve</p>
<p>&#8220;Arrived to a delightful cottage, beautifully restored and the finishing touches of those little ‘extras’ were much appreciated.&#8221;</p>
<p>Mr and Mr Furniss</p>
<p>Pricing information and special offers:</p>
<p>From:£195 to £575 2 days to 1 week depending on the time of the year<br />
Last night for free for 3-6 night stays<br />
10% off quoted price for returning guests and early bookings<br />
Groups of 6 can book both cottages together at a discount</p>
<p><strong>Contact Information</strong></p>
<p>29 Church Street<br />
Whitby<br />
England<br />
YO22 4AE</p>
<p>Website: <a href="http://www.bellislandcottages.co.uk/" target="_blank">http://www.bellislandcottages.co.uk/</a></p>
<p><strong>Bell Island Cottage Images</strong></p>
<p><img class="alignnone" title="Bell Island Cottages" src="http://www.thewhitbyguide.co.uk/images/bell/bell-island-cottages-main.jpg" alt="" width="617" height="221" /></p>
<p><strong>Laverick Steps Images</strong></p>
<p><img class="alignnone" title="Laverick Steps Images" src="http://www.thewhitbyguide.co.uk/images/bell/Laverick-Steps-Main.jpg" alt="" width="617" height="216" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="617" height="350" frameborder="0" scrolling="no" marginheight="0" 
marginwidth="0" src="http://maps.google.co.uk/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.00048a3aaff7228bec5b7
&amp;ll=54.483602,-
0.610042&amp;spn=0.008726,0.026479&amp;z=15&amp;output=embed"></iframe><br 
/><small>View <a href="http://maps.google.co.uk/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.00048a3aaff7228bec5b7
&amp;ll=54.483602,-0.610042&amp;spn=0.008726,0.026479&amp;z=15&amp;source=embed" 
style="color:#0000FF;text-align:left">Bell Island Cottages</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/bell-island-holiday-cottages-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Mews Cottage, Holiday Cottage in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/2-mews-cottage-holiday-cottage-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/2-mews-cottage-holiday-cottage-in-whitby/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:32:56 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[mews cottage whitby]]></category>
		<category><![CDATA[mews holiday cottage in whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2059</guid>
		<description><![CDATA[Set in an elegant quiet private courtyard, this beautifully stylish cottage comfortably accommodates six people, and is situated on St.Hilda&#8217;s Terrace, in the heart of Whitby.

The ground floor features a large welcoming kitchen with heated slate floor, and a feature wooden dining table. The kitchen is fully equipped, including an electric oven, microwave, dishwasher and [...]]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="rboutiqueapartments@greensofwhitby.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Mews Cottage" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Set in an elegant quiet private courtyard, this beautifully stylish cottage comfortably accommodates six people, and is situated on St.Hilda&#8217;s Terrace, in the heart of Whitby.</p>
<ul>
<li>The ground floor features a large welcoming kitchen with heated slate floor, and a feature wooden dining table. The kitchen is fully equipped, including an electric oven, microwave, dishwasher and washer/dryer.</li>
<li>The spacious lounge with Georgian windows, and elegant décor, has comfortable squashy black leather sofas, a television, DVD, video and stereo, along with a selection of DVD&#8217;s and CDs.</li>
<li>In addition to full central heating throughout the flat, there is also a living flame fire.</li>
<li>There are two doubles and a single bedroom on the first floor.</li>
<li>The master bedroom is light and airy, and features a king sized bed and an en suite shower room with WC.</li>
<li>The second double bedroom is tastefully decorated.</li>
<li>In addition to a standard bed, the &#8217;single&#8217; bedroom includes a pull-out extra bed.</li>
<li>The sumptuous bathroom includes a large corner bath and a separate shower cubicle.</li>
<li>There is also a small room with a single futon bed, a cloak room and a WC.</li>
<li>Bed Linen, towels, gas and electricity are included.</li>
<li>Outside, there is a patio area that includes garden furniture and a barbeque.</li>
</ul>
<p>Pannett Park Gardens, Museum and Art Gallery, and the new children’s Play Park &#8211; which have just undergone a £2 million  refurbishment &#8211; are just round the corner. A delightful way to spend a few hours, or more!</p>
<p>An added bonus is private off-road parking, for up to two cars, at the front of the cottage!</p>
<p><strong>Contact Details</strong></p>
<p>2 Mews Cottage<br />
Back of St. Hilda&#8217;s<br />
Whitby<br />
North Yorkshire<br />
YO21 3AE</p>
<p><a href="http://www.greensofwhitby.com/apartments/2-mews-cottage.html" target="_blank">Click here to view website</a></p>
<p><strong>Property Pictures</strong></p>
<p><img class="alignnone" title="Mews Cottage" src="http://www.thewhitbyguide.co.uk/images/greens/mews-cottage-1.jpg" alt="" width="612" height="200" /></p>
<p><img class="alignnone" title="Mews Cottage" src="http://www.thewhitbyguide.co.uk/images/greens/mews-cottage-2.jpg" alt="" width="612" height="200" /></p>
<p><img class="alignnone" title="Mews Cottage" src="http://www.thewhitbyguide.co.uk/images/greens/mews-cottage-3.jpg" alt="" width="612" height="200" /></p>
<p><strong>Our Location</strong></p>
<p><iframe width="612" height="350" frameborder="0" scrolling="no" marginheight="0" 
marginwidth="0" src="http://maps.google.co.uk/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.000488af1526918480f8a
&amp;ll=54.486993,-
0.617509&amp;spn=0.008725,0.026264&amp;z=15&amp;output=embed"></iframe><br 
/><small>View <a href="http://maps.google.co.uk/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.000488af1526918480f8a
&amp;ll=54.486993,-0.617509&amp;spn=0.008725,0.026264&amp;z=15&amp;source=embed" 
style="color:#0000FF;text-align:left">Mews Cottage in Whitby</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/2-mews-cottage-holiday-cottage-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storm Cottage &#8211; Greens Of Whitby Holiday Cottage</title>
		<link>http://www.thewhitbyguide.co.uk/storm-cottage-greens-of-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/storm-cottage-greens-of-whitby/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 15:46:23 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[greens storm cottage]]></category>
		<category><![CDATA[storm cottage whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2049</guid>
		<description><![CDATA[Set in the historic East side of Whitby, close to the picturesque Harbour, the cottage is in a quiet little lane, just off this charming cobbled street with its array of individual shops and galleries, and leading to Whitby Abbey.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="boutiqueapartments@greensofwhitby.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Storm Cottage" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Storm Cottage - A Charming Fisherman’s cottage for two!</strong></p>
<p>Set in the historic East side of Whitby, close to the picturesque Harbour, the cottage is in a quiet little lane, just off this charming cobbled street with its array of individual shops and galleries, and leading to Whitby Abbey.</p>
<p>A perfect mix of original beams, sash windows, and winding stairs, with a stylishly contemporary interior and decor.</p>
<ul>
<li>The Cottage has a living room with stereo, Sat TV and DVD, a dining area, walnut floor, and a fireplace for those cosy evenings.</li>
<li>The kitchen is fully equipped with microwave, oven, dishwasher, washing machine. There is a little courtyard with bistro table and chairs.</li>
<li>The first floor has a limestone tiled shower room and separate dressing room.</li>
<li>The Bedroom on the Second floor has a king size bed, Philippe Starck lamps and a delightful bespoke chandelier. Plus an IPod docking station.</li>
<li>All linen and towels are provided</li>
</ul>
<p><strong>Storm Cottage Rates</strong></p>
<p>The weekly rate for staying in Storm Cottage is £600<br />
Short Breaks start from £390 for a minimum of 3 nights.</p>
<p><strong>Contact Details</strong></p>
<p>Storm Cottage<br />
4 Ellerby Cottage<br />
Whitby<br />
North Yorkshire<br />
YO22 4DA</p>
<p><a href="http://www.greensofwhitby.co.uk/apartments/storm-cottage.html" target="_blank">Click here to visit website</a></p>
<p><img class="alignnone" title="Storm Cottage 1" src="http://www.thewhitbyguide.co.uk/images/greens/storm-cooatge-1.jpg" alt="" width="612" height="200" /></p>
<p><img class="alignnone" title="Storm Cottage 2" src="http://www.thewhitbyguide.co.uk/images/greens/storm-cooatge-2.jpg" alt="" width="612" height="200" /></p>
<p><img class="alignnone" title="Storm Cottage 3" src="http://www.thewhitbyguide.co.uk/images/greens/storm-cooatge-3.jpg" alt="" width="612" height="200" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="612" height="350" frameborder="0" scrolling="no" marginheight="0" 
marginwidth="0" src="http://maps.google.com/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.000487f9c41
a2a4e89ce1&amp;ll=54.487491,-
0.612187&amp;spn=0.008725,0.026264&amp;z=15&amp;output=embed"></iframe>
<br /><small>View <a href="http://maps.google.com/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.000487f9c41
a2a4e89ce1&amp;ll=54.487491,-
0.612187&amp;spn=0.008725,0.026264&amp;z=15&amp;source=embed" 
style="color:#0000FF;text-align:left">Storm Cottage in Whitby</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/storm-cottage-greens-of-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greens Of Whitby, Luxury Penthouse Apartment</title>
		<link>http://www.thewhitbyguide.co.uk/greens-of-whitby-luxury-penthouse-apartment/</link>
		<comments>http://www.thewhitbyguide.co.uk/greens-of-whitby-luxury-penthouse-apartment/#comments</comments>
		<pubDate>Mon, 24 May 2010 16:19:12 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[greens of whitby penthouse]]></category>
		<category><![CDATA[whitby penthouse apartment]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2041</guid>
		<description><![CDATA[Set on the West Cliff, this stylish and spacious luxury self-catering apartment for two, sits atop this prestigious building, with private lift access to the Penthouse on the 4th floor.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="no foo" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Greens Penthouse Apartment" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Set on the West Cliff, this stylish and spacious luxury self-catering apartment for two, sits atop this prestigious building, with private lift access to the Penthouse on the 4th floor.</p>
<p>There are stunning panoramic views of Whitby Abbey, the Sea, and The Moors.</p>
<ul>
<li>The Penthouse apartment has under-floor heating.</li>
<li>The private entrance hall leads to the large lounge area, with magnificent sea views.</li>
<li>A surround sound TV/DVD/Video/CD player Dining area and fully equipped Kitchen with oven, microwave, dishwasher and washing machine.</li>
<li>The Bedroom, with its Supersize bed, and feather duvet and pillows, has amazing views of the sea and Whitby Abbey.</li>
<li>TV and en-suite shower room. A Separate dressing room and Marble bathroom</li>
<li>Complimentary toiletries and a bottle of wine.</li>
<li>All Linen and Towels are provided</li>
</ul>
<p>Throughout the Apartment is original artwork by Ian Burke (Eton College) and photographs by Mike Shaw (Flowergate Gallery, Whitby)</p>
<p>Parking is available on the private forecourt on a first come first served basis. On street parking is nearby.</p>
<p>The weekly rate for staying in the Penthouse is £700</p>
<p>Short Breaks start from £390 for a minimum of 3 nights</p>
<p><strong>Contact Details:</strong></p>
<p>The Penthouse<br />
Berkeley Mansion<br />
Argyle Road<br />
Whitby<br />
North Yorkshire<br />
YO21 3HT</p>
<p><a title="Greens penthouse apartment" href="http://www.greensofwhitby.com/apartments/the-penthouse.html" target="_blank">Click here to visit website<br />
</a></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0px;" title="Greens Penthouse" src="http://www.thewhitbyguide.co.uk/images/greens/penthouse-greens-1.jpg" alt="" width="612" height="213" /><img class="aligncenter" style="border: 0px;" title="Greens Penthouse" src="http://www.thewhitbyguide.co.uk/images/greens/penthouse-greens-2.jpg" alt="" width="612" height="213" /><img class="aligncenter" style="border: 0px;" title="Greens Penthouse" src="http://www.thewhitbyguide.co.uk/images/greens/penthouse-greens-3.jpg" alt="" width="612" height="199" /></p>
<p><strong>Greens Penthouse Location</strong></p>
<p><code><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.00048759a9ed442d366e0&amp;ll=54.490358,-0.624461&amp;spn=0.008724,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.00048759a9ed442d366e0&amp;ll=54.490358,-0.624461&amp;spn=0.008724,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Greens Of Whitby Penthouse Apartment</a> in a larger map</small></code></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/greens-of-whitby-luxury-penthouse-apartment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shoreline Cottages in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/shoreline-cottages-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/shoreline-cottages-in-whitby/#comments</comments>
		<pubDate>Wed, 19 May 2010 12:47:42 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[shoreline cottages whitby]]></category>
		<category><![CDATA[whitby cottages]]></category>
		<category><![CDATA[whitby holiday cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1164</guid>
		<description><![CDATA[Award winning, luxury holiday cottages in Whitby that offer so much more than you expect from a Yorkshire seaside.  Every week in 2010 Shoreline Cottages will be making one property available at a very special price.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="reservations@shoreline-cottages.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Shoreline Cottages" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Shoreline Holiday Cottages in Whitby</strong></p>
<p>Award winning, luxury holiday cottages in Whitby that offer so much more than you expect from a Yorkshire seaside.  Every week in 2010 Shoreline Cottages will be making one property available at a very special price.</p>
<p>Each of our cottages has been individually furnished and styled throughout by a professional interior designer, and you&#8217;ll see delightful touches everywhere you look.  When it comes to comfort, our standards are exacting.  We insist upon refurbishing our cottages regularly; after all, who can relax on a creaky sofa or sleep soundly on a lumpy mattress?</p>
<p>And you&#8217;ll find most of our cottages come complete with everything you could wish for to make your stay a pleasure, and such extras from a microwave to a sound system, TV (with SKY Freeview in most cases) and DVD/Video player.</p>
<p>Just as importantly, you&#8217;ll find your cottage immaculately presented, cleaned from top to bottom, aired and dressed with fresh bedding.</p>
<p>We have a range of cottages available throughout the year, please take a look at our website for more information, or use the contact form and telephone number below to make a booking enquiry.</p>
<p><strong>Contact Details</strong></p>
<p>Shoreline Cottages Ltd</p>
<p>Website: <a href="http://www.shoreline-cottages.com" target="_blank">http://www.shoreline-cottages.com</a></p>
<p><img class="alignnone" title="Shoreline Awards" src="http://www.thewhitbyguide.co.uk/images/shoreline/shoreline-logos.jpg" alt="" width="200" height="74" /></p>
<p><strong>Some example properties</strong></p>
<p><strong>Harlow Cottage</strong> &#8211; Immediately you enter the front door you will be impressed by the charm of this cottage. A cosy sitting room and dining area lead into the kitchen. Up a winding staircase you will discover the first floor twin bedded room with beams and panelling from the 18th century and a bathroom complete with shower facility.</p>
<p><img class="alignnone" title="Harlow Cottage" src="http://www.thewhitbyguide.co.uk/images/shoreline/harlow-cottage.jpg" alt="" width="566" height="184" /></p>
<p><strong>Stakesby House</strong> &#8211; Stakesby is in the more residential, upper part of Whitby with parking on the drive of the property. A ten minute walk brings you to Flowergate and the heart of Whitby&#8217;s shopping area and a further five minutes brings you to the sea front</p>
<p><img class="alignnone" title="Stakesby House" src="http://www.thewhitbyguide.co.uk/images/shoreline/stakesby-house.jpg" alt="" width="563" height="182" /></p>
<p><strong>High Tide Apartment</strong> &#8211; Whitehall Landing is a new riverside development situated on a former shipyard on the east side of the historic town of Whitby. The apartment overlooks the River Esk and Whitby Marina. It is a 10 minute walk from the extensive amenities of Whitby Town along a new riverside pathway and then Church Street to the old bridge and cobbled streets.</p>
<p><img class="alignnone" title="High Tide Apartment" src="http://www.thewhitbyguide.co.uk/images/shoreline/high-tide-apartment.jpg" alt="" width="566" height="183" /></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/shoreline-cottages-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discovery Holiday Cottages in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/discovery-holiday-cottages-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/discovery-holiday-cottages-in-whitby/#comments</comments>
		<pubDate>Tue, 18 May 2010 16:24:43 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[discovery cottages]]></category>
		<category><![CDATA[holiday cottages in whitby]]></category>
		<category><![CDATA[whitby self catering]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1185</guid>
		<description><![CDATA[Enjoy the freedom of stylish self catering cottages, bed and breakfast cottages and apartments and holiday homes in Whitby - designed for you to enjoy, relax and rest in luxury.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="graham.collinson1@btopenworld.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Discovery Holiday Cottages" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Discovery Holiday Cottages in Whitby</strong></p>
<p>Enjoy the freedom of stylish self catering cottages, bed and breakfast cottages and apartments and holiday homes in Whitby &#8211; designed for you to enjoy, relax and rest in luxury.</p>
<p>Our properties offer a central location in Whitby and most cottages are a convenient short walk to beach, shops and restaurants. Our accommodation is stylish and contemporary offering space and freedom, and all are 4 stars. You have a choice of intimate one bedroom properties to 2, 3 and 4 bedroom houses and apartments, idea for families and groups.</p>
<p>Relax in our private swimming pool, sauna or compete on our giant Scalextric track. Private off street parking is available for a small fee. You can enjoy a good Yorkshire value full English breakfast in our coffee lounge.</p>
<p>Flexible booking, is available for all of our holiday cottages, self catering cottages &amp; bed and breakfast cottages in Whitby to help you plan &amp; enjoy a weekend break or midweek getaway. Indulge -a range of extras- celebration cakes, champagne, fresh flowers and chocolates.. to make your stay special.</p>
<p>All of our accommodation on either a self catering or bed and breakfast basis.</p>
<p><strong>Contact Details</strong></p>
<p>Discovery Accommodation<br />
11 Silver Street<br />
Whitby<br />
North Yorkshire<br />
YO21 3BX</p>
<p>Website: <a title="Discovery Accommodation" href="http://www.discoveryaccommodation.com" target="_blank">http://www.discoveryaccommodation.com</a></p>
<p><img class="alignnone" title="Discovery Awards" src="http://www.thewhitbyguide.co.uk/images/discovery/discovery-awards.jpg" alt="" width="200" height="83" /></p>
<p><img class="size-full wp-image-1205 alignnone" title="discoverythumb" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/discoverythumb.jpg" alt="Discovery Holiday Cottages" width="600" height="150" /></p>
<p><a title="Discovery Accommodation" href="http://www.discoveryaccommodation.com" target="_blank"></a></p>
<p><strong>Some example properties below:</strong></p>
<p><strong>Discovery Cottage &#8211; </strong>Discovery cottage is a quaint fisherman&#8217;s cottage tucked away in our award winning courtyard, ideal for a relaxing break.</p>
<p><img class="alignnone" title="Discovery Cottage" src="http://www.thewhitbyguide.co.uk/images/discovery/discovery-cottage-main.jpg" alt="" width="469" height="198" /></p>
<p><strong>Abbey House</strong> &#8211; Abbey House is a traditional Georgian town house which has been converted into one, two and three bed apartments. Situated just around the corner from the sea front, it is a short stroll to the shops and restaurants.</p>
<p><img class="alignnone" title="Abbey House" src="http://www.thewhitbyguide.co.uk/images/discovery/abbey-house-1.jpg" alt="" width="470" height="198" /></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/discovery-holiday-cottages-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Seacliffe Hotel and B&amp;B in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-seacliffe-hotel-and-bb-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/the-seacliffe-hotel-and-bb-in-whitby/#comments</comments>
		<pubDate>Sun, 16 May 2010 17:03:16 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Hotels]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[seacliffe b&b whitby]]></category>
		<category><![CDATA[seacliffe hotel whitby]]></category>
		<category><![CDATA[seacliffe whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1998</guid>
		<description><![CDATA[The Seacliffe, standing on Whitby's exclusive North Promenade, offers Four Star Guest Accommodation in an unrivalled location, overlooking Whitby beach and harbour entrance, with breathtaking views from Sandsend to Whitby Abbey.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="stay@seacliffehotel.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Seacliffe Hotel" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Seacliffe Hotel in Whitby</strong></p>
<p>The Seacliffe, standing on Whitby&#8217;s exclusive North Promenade, offers Four Star Guest Accommodation in an unrivalled location, overlooking Whitby beach and harbour entrance, with breathtaking views from Sandsend to Whitby Abbey.</p>
<p>20 en-suite bedrooms, a fully licensed Bar, a comfortable Lounge &amp; a large Dining Room, a car park, plus a relaxing &amp; peaceful sea-front position, makes the Seacliffe a popular choice for the visitor looking for Whitby holiday or business accommodation amongst Whitby Hotels and Guest Houses.</p>
<p>The Seacliffe is amongst the select group of Guesthouses and Hotels in Whitby that are able to offer their guests off-street car parking, plus Bed and Breakfast ( B&amp;B ) with the option of an evening meal ( BB &amp; EM ), if required.<br />
An extensive menu from traditional Lamb Shank or Fillet Steak to the more exotic Lobster Thermidor or Seafood Mornay, is available each evening, accompanied by an excellent wine list &#8211; but please book in advance to avoid disappointment! Why not relax in our comfortable, fully-licensed, Lounge-Bar after your meal?</p>
<p>The Seacliffe has its own small Guest Car Park with private parking for up to eight cars, plus additional motorcycle &amp; scooter parking. There is also free on-street parking available along the North Promenade.</p>
<p>Of course, with Cleveland Way walkers passing our doorway, we are also ideally placed to offer rest and hospitality to those visitors to Whitby who have no parking problems!</p>
<p><strong>Contact Details</strong></p>
<p>Please use the form on your right to check availability</p>
<div id="_mcePaste" style="overflow-y: hidden; left: -10000px; overflow-x: hidden; width: 1px; position: absolute; top: 311px; height: 1px;">The Seacliffe</div>
<div id="_mcePaste" style="overflow-y: hidden; left: -10000px; overflow-x: hidden; width: 1px; position: absolute; top: 311px; height: 1px;">12 North Promenade</div>
<div id="_mcePaste" style="overflow-y: hidden; left: -10000px; overflow-x: hidden; width: 1px; position: absolute; top: 311px; height: 1px;">Whitby</div>
<div id="_mcePaste" style="overflow-y: hidden; left: -10000px; overflow-x: hidden; width: 1px; position: absolute; top: 311px; height: 1px;">YO21 3JX</div>
<p>The Seacliffe<br />
12 North Promenade<br />
Whitby<br />
YO21 3JX</p>
<p>Website: <a href="http://www.seacliffehotel.com " target="_blank">http://www.seacliffehotel.com </a></p>
<p><img class="alignnone size-full wp-image-1999" title="The Seacliffe Hotel" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/seacliffe-images.jpg" alt="The Seacliffe Hotel" width="600" height="110" /></p>
<p><img class="alignnone size-full wp-image-2000" title="Seacliffe Hotel Awards" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/seacliffe-awards.jpg" alt="Seacliffe Hotel Awards" width="250" height="92" /></p>
<p><strong>How to find us</strong></p>
<p><strong><span style="font-family: Consolas, Monaco, Courier, monospace; font-weight: normal; line-height: 18px; font-size: 11px; color: #333333; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" 
marginwidth="0" src="http://maps.google.co.uk/maps/ms?
source=s_q&amp;hl=en&amp;geocode=&amp;ie=UTF8&amp;hq=&amp;hnear=Whitby
+YO21+3JX,+United+Kingdom&amp;msa=0&amp;msid=115083163982952790094.000
487051f06c4b51291b&amp;ll=54.490832,-
0.62768&amp;spn=0.008724,0.025749&amp;z=15&amp;output=embed"></iframe><
br /><small>View <a href="http://maps.google.co.uk/maps/ms?
source=embed&amp;hl=en&amp;geocode=&amp;ie=UTF8&amp;hq=&amp;hnear=Whi
tby+YO21+3JX,+United+Kingdom&amp;msa=0&amp;msid=115083163982952790094.
000487051f06c4b51291b&amp;ll=54.490832,-
0.62768&amp;spn=0.008724,0.025749&amp;z=15" style="color:#0000FF;text-
align:left">Seacliffe Hotel Whitby</a> in a larger map</small></span></strong></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-seacliffe-hotel-and-bb-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waddleduck Cottage, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/#comments</comments>
		<pubDate>Fri, 14 May 2010 19:14:43 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[cottages]]></category>
		<category><![CDATA[self catering]]></category>
		<category><![CDATA[Waddleduck Cottage]]></category>
		<category><![CDATA[whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1830</guid>
		<description><![CDATA[Welcome to Waddleduck Cottage in Whitby
Waddleduck Cottage in Whitby is in an outstanding and tranquil location in an elevated position above the valley of the River Esk, with the town centre just a short drive away.
The property is available as a holiday let throughout the year and offers generous 3 bedroom family accommodation in a [...]]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="tim.bowlesy@btinternet.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Waddleduck Cottage" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Welcome to Waddleduck Cottage in Whitby</strong></p>
<p><img class="alignright size-full wp-image-1831" title="waddleV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleV.jpg" alt="waddleV" width="100" height="306" />Waddleduck Cottage in Whitby is in an outstanding and tranquil location in an elevated position above the valley of the River Esk, with the town centre just a short drive away.</p>
<p>The property is available as a holiday let throughout the year and offers generous 3 bedroom family accommodation in a cottage environment, close to the North Yorkshire Moors.</p>
<p>Waddleduck Cottage commands stunning views, from the master bedroom balcony, of the Grade II listed railway viaduct and over open countryside from the decked area to the rear.</p>
<p>The recently constructed 2 floor property has been fitted out to a high specification and provides generous family accommodation in a cottage environment.</p>
<p>Heated by gas fired central heating, TV, DVD, radio/CD, electric oven and hob, fridge/freezer, washer/dryer, dishwasher, one off road parking space and visitor parking. Decked patio area to rear with garden furniture. All fuel, power and bed linen included.</p>
<p>Shop 1 mile, pub 1 mile, post office 1.5 miles, railway station at Whitby 1.5 miles, bus stop 1 mile.</p>
<p>Whitby is just a short walk or drive away where you will be able to meander in the cobbled streets of the old town, climb the 99 steps to the abbey or stroll along the piers that lead to the entrance to the port.</p>
<p>The North Yorkshire Moors are within easy reach and have been a National Park for the last 50 years with over 2000km of paths and tracks. The North Yorkshire Moors Railway travels the 18 miles from Grosmont to Pickering with a station in Goathland more famously know as Aidensfield in the TV series Heartbeat.</p>
<p>Waddleduck Cottage is also conveniently located close to the other coastal villages of Robin Hoods Bay, Staithes and Runswick Bay. There are several outstanding walks virtually on the doorstep including the old railway line between Whitby and Scarborough and the planned Esk Valley footpath which will link the site itself to the centre of Whitby providing a delightful alternative way of reaching the town.</p>
<p>Scarborough, Pickering and Teeside are all within about 1 hours&#8217;s drive, whilst York, Leeds and Newcastle are all within 2 hour&#8217;s drive.</p>
<p>We look forward to hearing from you..</p>
<p><strong>Contact Details</strong></p>
<p>Waddleduck Cottage<br />
8 Riverside View<br />
Larpool Lane<br />
Whitby<br />
N Yorkshire<br />
YO22 4JE</p>
<p>Website: <a title="Waddleduck Cottage" href="http://www.waddleduckcottage.co.uk/" target="_blank">http://www.waddleduckcottage.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1832" title="waddleH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleH.jpg" alt="waddleH" width="600" height="80" /></p>
<p><strong>How To Find Us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000486929339f845f4e6e&amp;ll=54.4846,-0.610514&amp;spn=0.017451,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000486929339f845f4e6e&amp;ll=54.4846,-0.610514&amp;spn=0.017451,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">Waddleduck Cottage</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Cottages, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-cottages-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-cottages-whitby/#comments</comments>
		<pubDate>Fri, 14 May 2010 18:32:53 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[accommodation]]></category>
		<category><![CDATA[cottages]]></category>
		<category><![CDATA[self catering]]></category>
		<category><![CDATA[whitby cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1822</guid>
		<description><![CDATA[We offer 7 lovely old cottages and 3 new luxury apartments in or near the ancient seaport of Whitby,  sleeping 2, 4 or 6 people, to let for holidays of one or two weeks in summer or as little as 2 nights out of season.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="spwicks@btinternet.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Whitby Cottages" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Whitby Cottages - 8 cottages and 4 apartments all set around Whitby harbour and officially rated 4 or 5 star. Dogs are welcome and stay free in the cottages.</strong></p>
<p>5 properties have private parking.</p>
<p>Prices range from £250 per week per cottage (Cuddy or Quaker Cottage low season) up to £710 (Boatyard Cottage high season). Prices can work out as low as £9.00 per person per night (6 people in Boatyard Cottage low season) and are often much cheaper than a B&amp;B</p>
<p>All gas or electric heating is included. The cottages are available and comfortable all year round.</p>
<p>Boatyard, Quayside and Cuddy cottages are next door to each other, and if booked together can accommodate 12 people but you may need to book well in advance to guarantee availability of more than one cottage.</p>
<p>Poppy Nook and Sunbeam cottages are next door but one, to each other and can accommodate 8 people with parking for 2 cars between them.</p>
<p>Monkshaven, Quaker, Jet Workers, Seagull and Seashell cottages are very centrally placed fisherman’s cottages. Endeavour Loft, Sail Loft and Whitehall Landing Apartments are new apartments on the harbour side</p>
<p>Our website has up to date availability, prices, photos and information.</p>
<p>Website: <a href="http://www.whitbycottages.com/" target="_blank">http://www.whitbycottages.com/</a></p>
<p><img class="alignnone size-full wp-image-1826" title="whitbycotH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/whitbycotH.jpg" alt="whitbycotH" width="495" height="133" /></p>
<p><strong>How To Find Us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048691a06e150327d19&amp;ll=54.486195,-0.620556&amp;spn=0.034901,0.102997&amp;z=13&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048691a06e150327d19&amp;ll=54.486195,-0.620556&amp;spn=0.034901,0.102997&amp;z=13&amp;source=embed" style="color:#0000FF;text-align:left">Whitby Cottages</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-cottages-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>York House Hotel, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/york-house-hotel-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/york-house-hotel-whitby/#comments</comments>
		<pubDate>Fri, 14 May 2010 17:56:42 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels]]></category>
		<category><![CDATA[Whitby Restaurants]]></category>
		<category><![CDATA[accommodation]]></category>
		<category><![CDATA[hotels]]></category>
		<category><![CDATA[whitby]]></category>
		<category><![CDATA[York House Hotel]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1815</guid>
		<description><![CDATA[York House Hotel is a large detached Victorian house, set in 4 acres of beautiful North Yorkshire Moors Countryside yet only a short drive to the coast.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@york-house-hotel.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for York House enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Welcome to York House Hotel in Whitby</p>
<p><img class="alignright size-full wp-image-1818" title="yorkhotV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/yorkhotV.jpg" alt="yorkhotV" width="150" height="472" />York House Hotel is a large detached Victorian house, set in 4 acres of beautiful North Yorkshire Moors Countryside yet only a short drive to the coast.</p>
<p>Hawsker is a small village in beautiful countryside having many footpaths and cycle ways. There is a local pub, providing good food and beer, families are welcome. On site we also have a cafe and licensed restaurant. We are situated less than half a mile from the old railway line, which makes easy cycling / walking to Whitby, Robin Hoods Bay, Ravenscar and Scarborough. Whitby is less than 6 minutes in a car or on the bus.</p>
<p>Here at York House Hotel you will find everything to make your holiday enjoyable and a holiday you will remember. There are plenty of activities to keep the active family busy, but it is also the ideal place for gentle strolls and to enjoy peace and quiet whilst relaxing. Our customers keep on coming back.</p>
<p><strong>Contact Details</strong></p>
<p>York House Hotel &amp; Caravan Park<br />
3 Back Lane<br />
Hawsker<br />
Whitby<br />
North Yorkshire<br />
YO22 4LW</p>
<p>Website: <a title="York House Hotel" href="http://www.york-house-hotel.co.uk/" target="_blank">http://www.york-house-hotel.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1819" title="yorkhotH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/yorkhotH.jpg" alt="yorkhotH" width="600" height="108" /></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048669242028662496a&amp;ll=54.456468,-0.559788&amp;spn=0.017463,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048669242028662496a&amp;ll=54.456468,-0.559788&amp;spn=0.017463,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">York House Caravan Park</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/york-house-hotel-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crescent Garden Guest House Bed &amp; Breakfast in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/crescent-garden-guest-house-bed-breakfast-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/crescent-garden-guest-house-bed-breakfast-in-whitby/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:42:32 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[Crescent Garden]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1599</guid>
		<description><![CDATA[This privately owned Yorkshire Tourist Board Five Diamond Gold Award Guest House is the perfect base for couples to enjoy short breaks.  Ideally situated on the West Cliff with sea-views towards Sandsend.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="enquiries@crescentgardenhouse.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Crescent Garden enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Crescent Garden Guest House Bed &amp; Breakfast in Whitby</strong></p>
<p>This privately owned Yorkshire Tourist Board Five Diamond Gold Award Guest House is the perfect base for couples to enjoy short breaks.  Ideally situated on the West Cliff with sea-views towards Sandsend, close to the beach and 5 minutes walk into Whitby’s town centre which offers an excellent choice of restaurants, cafes, shops and bars.</p>
<p>Our aim at The Crescent Garden House is to make your stay with us an enjoyable one. The house has gone through major refurbishment to create modern open space which incorporates a bar/lounge area with open fire in the winter, leather sofas etc. and a light and airy breakfast room.</p>
<p>It is a non-smoking house throughout, has eight double en-suite bedrooms, and one suite of rooms which comprises of spacious bedroom with sea-views, lounge with leather sofa and wide screen TV.., also with sea-view and bathroom with Jacuzzi, large glass screen shower and double sink.</p>
<p>All bedrooms decorated and equipped to a high standard. Two of our bedrooms are on the lower ground floor and offer disabled facilities with a lift to the bar and breakfast areas.</p>
<p><strong>Contact Details</strong></p>
<p>Crescent Garden House<br />
Whitby<br />
North Yorkshire<br />
YO21 3EJ</p>
<p>Website: <a title="Crescent Garden House" href="http://www.crescentgardenhouse.co.uk/" target="_blank">http://www.crescentgardenhouse.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1603" title="crescentpic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/crescentpic.jpg" alt="crescentpic" width="414" height="102" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482f1f61729cc8de31&amp;ll=54.489336,-0.620298&amp;spn=0.017449,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482f1f61729cc8de31&amp;ll=54.489336,-0.620298&amp;spn=0.017449,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">Crescent Garden Guest House Bed & Breakfast</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/crescent-garden-guest-house-bed-breakfast-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby &amp; District Lions 1st Beer Festival</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-district-lions-1st-beer-festival/</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-district-lions-1st-beer-festival/#comments</comments>
		<pubDate>Fri, 14 May 2010 10:48:49 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1810</guid>
		<description><![CDATA[Whitby &#038; District Lions 1st Beer Festival to be held on the 31st July to the 1st August 2010 at The Met Whitby West Cliff. ]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Whitby &amp; District Lions 1st Beer Festival to be held on the 31st July to the 1st August 2010 at The Met Whitby West Cliff.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">There will be over 30 beers and ciders to sample and food all proceeds will go to local charities.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">All visitors will receive a commemorative glass tankard and a feature program on entry.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">All the food will be from local produces and all the beers and ciders will be brewed locally or regionally.</div>
<p>Whitby &amp; District Lions 1st Beer Festival to be held on the 31st July to the 1st August 2010 at The Met Whitby West Cliff.</p>
<p>There will be over 30 beers and ciders to sample and food all proceeds will go to local charities.</p>
<p>All visitors will receive a commemorative glass tankard and a feature program on entry.</p>
<p>All the food will be from local produces and all the beers and ciders will be brewed locally or regionally.</p>
<p>For further information please <a href="mailto:robertharrison.sons@virgin.net">contact us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-district-lions-1st-beer-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ellie&#8217;s Guest House, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:34:28 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[bed an]]></category>
		<category><![CDATA[Ellie's Guest House in Whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1291</guid>
		<description><![CDATA[We are approximately 150 yards from the sea front and 400 yards from the harbour and the majority of Whitby’s tourist attractions. Our guesthouse is ideally situated for exploring the nearby North Yorkshire Moors, Scarborough, Filey and of course Whitby itself.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@elliesguesthouse.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Ellie&#8217;s Guest House in Whitby</strong></p>
<p>Our family run guesthouse is located in the West Cliff area of Whitby, North Yorkshire. All of our rooms are non-smoking and are decorated to a high standard, with colour television and hospitality tray in each room to ensure our guests are comfortable and enjoy their stay.</p>
<p>We are approximately 150 yards from the sea front and 400 yards from the harbour and the majority of Whitby’s tourist attractions. Our guesthouse is ideally situated for exploring the nearby North Yorkshire Moors, Scarborough, Filey and of course Whitby itself.</p>
<p>Whatever your interests &#8211; walking, cycling, sea fishing, sightseeing, business trip or simply a holiday, Ellie’s Guesthouse offers a warm welcome, excellent accommodation and a renowned full English breakfast.</p>
<p>We can now offer our guests private, off street parking for weekends and school holidays.</p>
<p>We look forward to welcoming you&#8230;</p>
<p><strong>Contact Details</strong></p>
<p>4 Langdale Terrace<br />
West Cliff<br />
Whitby<br />
North Yorkshire<br />
YO21 3EE</p>
<p>Website: <a title="Ellies Guest House" href="http://www.elliesguesthouse.co.uk" target="_blank">http://www.elliesguesthouse.co.uk</a></p>
<p><strong></strong></p>
<p><img class="alignnone size-full wp-image-1293" title="ellielogo" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/ellielogo.jpg" alt="ellielogo" width="416" height="62" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.0004806e3e18f42e87379&amp;ll=54.488912,-0.620127&amp;spn=0.008725,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.0004806e3e18f42e87379&amp;ll=54.488912,-0.620127&amp;spn=0.008725,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Ellies Guesthouse, Whitby</a> in a larger map</small></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dillons of Whitby, Bed and Breakfast Accommodation</title>
		<link>http://www.thewhitbyguide.co.uk/dillons-of-whitby-bed-and-breakfast/</link>
		<comments>http://www.thewhitbyguide.co.uk/dillons-of-whitby-bed-and-breakfast/#comments</comments>
		<pubDate>Mon, 10 May 2010 10:08:55 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[dillons bed and breakfast whitby]]></category>
		<category><![CDATA[dillons of whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=62</guid>
		<description><![CDATA[This Visit Britain Four Star, Gold Award Bed and Breakfast overlooks Whitby’s beautiful Pannett Park, a stones throw from the town centre.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@dillonsofwhitby.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Dillons enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Dillons of Whitby, Visit Britain Four Star, Gold Award Bed and Breakfast</strong></p>
<p style="text-align: left;">Our Visit Britain Four Star, Gold Award bed and breakfast overlooks Whitby’s beautiful Pannett Park, a stones throw from the town centre. Dillons provides for your perfect stay in historic Whitby. It combines contemporary elegance and modern convenience with traditional warmth and hospitality and we are sure you will want to return time after time.</p>
<p style="text-align: left;">For your relaxation you will find sumptuous beds with fine Egyptian cotton linen, lavish décor, Fairtrade and Yorkshire treats, flatscreen tv / dvd, wi-fi internet access and iPod dock in your individually styled room. Ensuite bathrooms are a delight at Dillons, all immaculately finished in white porcelain and travertine with fluffy bathrobes and a great selection of complimentary toiletries.</p>
<p style="text-align: left;">You will experience the full splendour of Yorkshire hospitality at breakfast time. We aim to handpick our products from bespoke local suppliers. From homemade breads to traditional English and Whitby Kippers, alongside healthy options and seasonal specials you will start the day with the best Whitby has to offer.</p>
<p style="text-align: left;">In the guest sitting room you can relax with afternoon tea and homemade cakes or indulge yourself in one of the many books or dvds on offer. Or you may choose a dvd to watch in the luxury of your individually styled room. The choice is entirely yours.</p>
<p style="text-align: left;">You will find your room elegant and luxurious. Each is individual in its style and décor, all are luxuriously appointed and you will find those little extra special additions a complete delight. And after reviving in the superb ensuite you can relax and float away wrapped in one of our super soft bathrobes provided for your pleasure.</p>
<p style="text-align: left;">For the food lovers amongst you Dillons will not disappoint. Breakfast at Dillons is sheer indulgence. You may be tempted by the full Yorkshire Breakfast, sourced from local suppliers, The famous Fortunes Whitby kipper or choose a lighter option. In addition we always have seasonal specials to widen your choice and enhance the pleasure of this most important meal of the day.</p>
<p style="text-align: left;">Dillons itself is ideally located, a few minutes’ walk from both the town centre of the historic port of Whitby and also for the seaside delights of the West Cliff. Dillons benefits from some onsite parking with plenty of unrestricted, on road parking in the immediate area too. We are also able to offer secure onsite parking for motorbikes.</p>
<p style="text-align: left;">Whatever the occasion work, rest or play, you will always find the same warm welcome, attention to detail and luxurious surroundings at Dillons.</p>
<p style="text-align: left;">We look forward to welcoming you to Dillons of Whitby.</p>
<p><strong>Our contact details</strong></p>
<p>Tim and Fiona</p>
<p>14 Chubb Hill Rd<br />
Whitby<br />
North Yorkshire<br />
YO21 1JU</p>
<p>Website:   <a title="Dillons of Whitby" href="http://www.dillonsofwhitby.co.uk" target="_blank">www.dillonsofwhitby.co.uk</a></p>
<p><img class="alignnone size-full wp-image-959" title="Dillons Awards" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/06/dillions-stars.jpg" alt="Dillons Awards" width="155" height="108" /></p>
<p><strong><img class="alignnone size-full wp-image-956" title="Dillions of Whitby Bed and Breakfast Images" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/06/dillions-images-1.jpg" alt="Dillions of Whitby Bed and Breakfast Images" width="600" height="144" /></strong></p>
<p><strong><img class="alignnone size-full wp-image-957" title="Dillons of Whitby Bed and Breakfast Images" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/06/dillions-images-2.jpg" alt="Dillons of Whitby Bed and Breakfast Images" width="600" height="144" /></strong></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.00047504736f17f0c8fe2&amp;ll=54.48435,-0.62253&amp;spn=0.008726,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=115083163982952790094.00047504736f17f0c8fe2&amp;ll=54.48435,-0.62253&amp;spn=0.008726,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Dillons of Whitby</a> in a larger map</small></p>
<p><br />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/dillons-of-whitby-bed-and-breakfast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Waverley Guest House in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-waverley-guest-house-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/the-waverley-guest-house-in-whitby/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:29:28 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Bed And Breakfast]]></category>
		<category><![CDATA[Guest House]]></category>
		<category><![CDATA[Waverley]]></category>
		<category><![CDATA[whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1688</guid>
		<description><![CDATA[Come and see why many of our guests think that The Waverley  offers the best B&#038;B in Whitby and why we are recommended on Trip Advisor. We aim to be Whitby's Premier Guest House offering quality bed and breakfast accommodation in our AA 4 star home.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="enquiries@whitbywaverley.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for WaverleyEnquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Waverley Guest House in Whitby</strong></p>
<p><img class="alignright size-full wp-image-1690" title="waveV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/waveV1.jpg" alt="waveV" width="100" height="521" />Come and see why many of our guests think that The Waverley  offers the best B&amp;B in Whitby and why we are recommended on Trip Advisor. We aim to be Whitby&#8217;s Premier Guest House offering quality bed and breakfast accommodation in our AA 4 star home.</p>
<p>We moved to The Waverley in April 2006 after Julie took voluntary redundancy from The British Library and Stephen left Toyota Industrial Equipment after being Systems and Projects Manager for 16 years. Whitby was always one of our favourite places to visit, being just over an hour away from where we lived in Tadcaster, but we only ever came for day trips. The idea was that the move would be a first step to early retirement – sometimes we wonder!</p>
<p>We are also proud to be the first tourism business in Whitby to have been awarded Gold in the Green Tourism Business Scheme. At The Waverley  we are committed to being as “Green” as possible and to do what we can to sustain both the environment and the local economy. Some of the steps we are taking are listed below. If you would like more information please feel free to ask us about our green commitment. Wherever possible we use local suppliers and where we can&#8217;t we try to source ethically.</p>
<p>We are located on Whitby&#8217;s West Cliff and conveniently situated for access to the town, beaches, Whitby Pavilion and other attractions.</p>
<p>Special diets catered for where possible, please advise us at least 24 hours in advance of your arrival.</p>
<p>Hope to see you soon!</p>
<p><strong>Contact Details</strong></p>
<p>Stephen &amp; Julie Ward<br />
The Waverley<br />
17 Crescent Avenue<br />
Whitby<br />
YO21 3ED</p>
<p>Website: <a title="The Waverley Guest House" href="http://www.whitbywaverley.com/" target="_blank">http://www.whitbywaverley.com/</a></p>
<p><img class="alignnone size-full wp-image-1691" title="waveH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/waveH.jpg" alt="waveH" width="600" height="78" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048439c027d543e014f&amp;ll=54.48784,-0.622487&amp;spn=0.008725,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048439c027d543e014f&amp;ll=54.48784,-0.622487&amp;spn=0.008725,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">The Waverley Guest House</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-waverley-guest-house-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The White Linen Guest House in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-white-linen-guest-house-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/the-white-linen-guest-house-in-whitby/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 17:44:54 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Guest House]]></category>
		<category><![CDATA[The White Linen]]></category>
		<category><![CDATA[whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1682</guid>
		<description><![CDATA[The White Linen Guest House is a beautifully renovated Georgian townhouse set in the centre of the historic town of Whitby.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@whitelinenguesthouse.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for White Linen Enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The White Linen Guest House in Whitby</strong></p>
<p><img class="alignright size-full wp-image-1683" title="whitelinenV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/whitelinenV.jpg" alt="whitelinenV" width="125" height="548" />The White Linen Guest House is a beautifully renovated Georgian townhouse set in the centre of the historic town of Whitby with it&#8217;s picturesque harbour and ancient abbey ruins. We offer high quality bed and breakfast for visitors to Whitby, aiming to make their stay in our guest house as pleasurable as possible.</p>
<p>This Whitby guest house offers everything you and your family need for a happy and pleasurable holiday. With a friendly family atmosphere you will appreciate the warmth, comfort and hospitality offered by Richard and Heidi Thomson</p>
<p>We are located approximately 300 metres from the habour side, on the left as you come into the town centre, opposite the Whitby hotel Bagdale Hall, one of the oldest buildings in Whitby.</p>
<p>Enjoy the comfortable and classically furnished en-suite b&amp;b accommodation which will feel like a home from home. Breakfast is certainly not to be missed with a wide choice of variety from fresh fruit, cereals, Whitby Kippers, smoked salmon and of course the classic full english breakfast.</p>
<p>All bedrooms at the White Linen Guest House are central heated, beautifully furnished and very tastefully decorated. All have superb en-suite bathrooms, colour televisions and complementary tea and coffee facilities. The guest house is an old georgian town house built in 1785 and as such we have bedrooms over three floors.</p>
<p>The Georgian and Shaker Rooms are located on the ground floor, the Tudor, Linderick, Havana and Stella Rooms are on the first floor, and the Sleigh, Chiltern and Sheffield Rooms are on the lower ground floor (lowest set of windows as you look at the front of the house). One feature of these old Georgian houses to consider, if you are very tall, is the lower ground floor rooms have a ceiling height of 6&#8242;5&#8243;.</p>
<p>A hearty English breakfast awaits you every morning in our gracious dining room with daily specials to tempt your taste buds and set you up for the day ahead.</p>
<p><strong>Contact Details</strong></p>
<p>Richard &amp; Heidi<br />
White Linen Guest House<br />
24 Bagdale<br />
Whitby<br />
North Yorkshire<br />
United Kingdom<br />
YO21 1QS</p>
<p>Website: <a title="White Linen Guest House" href="http://www.whitelinenguesthouse.co.uk/" target="_blank">http://www.whitelinenguesthouse.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1684" title="whitelinenH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/whitelinenH.jpg" alt="whitelinenH" width="600" height="103" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048435c7f91f5f54026&amp;ll=54.488364,-0.61738&amp;spn=0.008725,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048435c7f91f5f54026&amp;ll=54.488364,-0.61738&amp;spn=0.008725,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">The White Linen Guest House</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-white-linen-guest-house-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Captain&#8217;s Cabin, Harbour House Bed and Breakfast in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/captains-cabinharbour-house-bed-and-breakfast-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/captains-cabinharbour-house-bed-and-breakfast-in-whitby/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:45:53 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[bed and breakfast whitby]]></category>
		<category><![CDATA[Harbour House]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1595</guid>
		<description><![CDATA[Harbour House is the perfect accommodation from which to explore Whitby and the surrounding area, including the North Yorkshire Moors, Robin Hood's Bay, Sandsend, Staithes and the Esk Valley.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="smiths@harbourhousewhitby.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Captains Cabin Enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Harbour House Bed and Breakfast in Whitby</strong></p>
<p>Harbour House is in a fine Victorian terrace overlooking Whitby’s Upper Harbour on the River Esk where boats are moored. Many sea captains lived on the Terrace in the 19th century. There great views of Whitby Abbey and Whitby&#8217;s town centre is only a 5 minute walk away.</p>
<p>Our Captain&#8217;s has great views of the Abbey, the upper harbour and the River Esk. This gracious house has been the home of several sea captains in the past and our suite has a real nautical feel. &#8216;Captain’s Cabin&#8217; is a marine themed, double en-suite room with a TV/DVD player, radio, tea &amp; coffee making facilities and a fridge.</p>
<p>We have a private parking space in front of the house.</p>
<p>Harbour House is the perfect accommodation from which to explore Whitby and the surrounding area, including the North Yorkshire Moors, Robin Hood&#8217;s Bay, Sandsend, Staithes and the Esk Valley.</p>
<p>Whitby has a great maritime heritage, is still a working fishing town and the iconic ancient Abbey proudly overlooks the harbour.</p>
<p>The North Yorkshire Moors offer rambles for families and more exciting routes for experienced walkers. There are charming villages to be discovered by railway or car and the steam trains often pass in front of the Terrace. Fossil hunting is very popular on this part of the picturesque North Yorkshire coast and you can enjoy Whitby’s sandy Blue Flag beaches.</p>
<p>There are many festivals and events in Whitby throughout the year including Whitby Regatta and Folk Week, and we can direct you to the nearby filming locations for “Heartbeat”. The North Yorkshire Steam Railway runs throughout the summer from Whitby up the beautiful Esk Valley.</p>
<p>Our rates include a full English breakfast with Whitby’s famous kippers on request.</p>
<p>The house is tall so people with limited mobility would have difficulty with the stairs and we are unable to accept pets. We are a non smoking house but guests are welcome to smoke in the garden.</p>
<p><strong>Contact Details</strong></p>
<p>Ted &amp; Sandra Smith<br />
Harbour House<br />
17 Esk Terrace<br />
Whitby<br />
YO21 1PA</p>
<p>Website: <a title="Harbour House" href="http://www.harbourhousewhitby.co.uk/" target="_blank">http://www.harbourhousewhitby.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1707" title="harbourH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/harbourH.jpg" alt="harbourH" width="600" height="107" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482f1cf9a8218e8351&amp;ll=54.48445,-0.614548&amp;spn=0.017451,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482f1cf9a8218e8351&amp;ll=54.48445,-0.614548&amp;spn=0.017451,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">Harbour House Bed and Breakfast</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/captains-cabinharbour-house-bed-and-breakfast-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glendale Guest House in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/glendale-guest-house-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/glendale-guest-house-in-whitby/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:06:08 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Glendale]]></category>
		<category><![CDATA[Guest House]]></category>
		<category><![CDATA[whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1673</guid>
		<description><![CDATA[Glendale is a friendly, family run Guest House, offering a high standard of comfort and cleanliness. We are ideally situated for coastal and country walks, or perhaps a visit to the local attractions.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="mickpelling1@msn.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Glendale Enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Welcome to Glendale Guest House in Whitby</strong></p>
<p><img class="alignright size-full wp-image-1675" title="glendaleV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/glendaleV.jpg" alt="glendaleV" width="204" height="645" />Glendale is a friendly, family run Guest House, offering a high standard of comfort and cleanliness. We are ideally situated for coastal and country walks, or perhaps a visit to the local attractions, such as the historic Abbey ruins, Capt Cook&#8217;s museum, experience the setting for Bram Stoker&#8217;s &#8216;Dracula&#8217; or the delightful coastal bays. Take a short trip to the setting of &#8216;Heartbeat&#8217;, or browse the quaint craft shops.Why not sample Whitby&#8217;s famous fish and chips!</p>
<p>We aim to cater for the needs of all who visit Glendale. We have 7 letting rooms, 1 of which is on the ground floor. This room would be accessible for a wheelchair. Room 2 is on the first floor, rooms 3, 4 &amp; 5 are on the 2nd floor with rooms 6 &amp; 7 on the 3rd floor.</p>
<p>Glendale Guest House is a strictly non smoking premises. We have parking at the rear of the property for up to 6 vehicles and access can be gained throgh the back door.Assistance is available and assistance with luggage is always offered,The car park is flat concrete and there are 3 steps leading to the stairs.There is security lighting in the car park.A parking space at the front of the building is usually available and access to the front of the property is gained up 1 step into the property.</p>
<p>We aim to cater for all your needs and will do our utmost to accommodate most requests. All our rooms are ensuite except the single, which has it&#8217;s own private bathroom for which a dressing gown is provided.</p>
<p>Each room is equipped with iron/trouser press, hairdryer, lcd tv, toiletries, tea/coffee(fresh milk available on request). We even provide toothbrush and razor in case you forget! All rooms also have freeview tv.</p>
<p>There is a bus stop 20 yards from our front door.  The main train station and bus station are situated in the town centre and there are several taxi companies that operate in Whitby and telephone numbers are available on request.</p>
<p>At Glendale we strive to give complete satisfaction and are willing to comply with any reasonable requests.</p>
<p>Pets are welcome at Glendale but are not allowed in the dining room and are not to be left unattended in the bedrooms apart from breakfast. Guests wishing to bring dogs are encouraged to bring their own food, bowl &amp; bedding.</p>
<p>A warm welcome awaits you from Mick and Carol, who will ensure your stay is perfect.</p>
<p>Open all year round.</p>
<p><strong>Contact Details</strong></p>
<p>16 Crescent Avenue<br />
Whitby<br />
North Yorkshire<br />
YO21 3ED</p>
<p>Website: <a title="Glendale Guest House" href="http://www.glendalewhitby.co.uk/" target="_blank">http://www.glendalewhitby.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1676" title="glendaleH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/glendaleH.jpg" alt="glendaleH" width="600" height="134" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000484345791dad5b4649&amp;ll=54.486644,-0.625963&amp;spn=0.01745,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000484345791dad5b4649&amp;ll=54.486644,-0.625963&amp;spn=0.01745,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">Glendale Guest House</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/glendale-guest-house-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Shepherd&#8217;s Purse Guesthouse in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-shepherds-purse-guesthouse-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/the-shepherds-purse-guesthouse-in-whitby/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 20:06:27 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Guesthouse]]></category>
		<category><![CDATA[The Shepherd's Purse]]></category>
		<category><![CDATA[whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1663</guid>
		<description><![CDATA[Situated in the heart of the old town, the Shepherd’s Purse provides a perfect base from which to explore the ancient seaport of Whitby.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="sheperdspursewhitby@googlemail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Sheperds Purse Enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Welcome to The Shepherd&#8217;s Purse Guesthouse in Whitby</strong></p>
<p><img class="alignright size-full wp-image-1664" title="shepherdV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/shepherdV.jpg" alt="shepherdV" width="80" height="302" />We provide warm and welcoming accommodation together with a whole food store, a dress and gift shop and natural complimentary therapies. Each offers a fascinating range of rare and unusual treats. So stay a while and have a leisurely browse through this unique centre in the heart of Whitby.</p>
<p>We hope you enjoy our style and ideas and give you the chance to come and share it with us.</p>
<p>Wether this is your is first time or your most recent visit you can see that the ethos of what Shepherd&#8217;s Purse stands for is encapsulated still within our site.</p>
<p>We aim to keep everything as it should be, so when people visit us they know what they are getting &#8211; people tell tales of passed memories of the huge sacks of beans and lentils that seemed gigantic to a small child and the colourful array of containers, holding goodies from all around the world. But in the memories were also the amazing smells and smiling faces.</p>
<p>We are in the process of adding a shop to the site, so the people who are further away can get their most loved presents sent to them ! &#8211; Please keep an eye on the site for when it will be ready.</p>
<p>Situated in the heart of the old town, the Shepherd’s Purse provides a perfect base from which to explore the ancient seaport of Whitby. Our well appointed, and comfortable accommodation is behind the Shepherd’s Purse whole food shop in a choice of galleried rooms over looking the courtyard.</p>
<p><strong>Contact Details</strong></p>
<p>95 Church Street<br />
Whitby<br />
North Yorkshire<br />
YO22 4BH</p>
<p>Website: <a title="The Shepherd Purse" href="http://www.theshepherdspurse.com/" target="_blank">http://www.theshepherdspurse.com/</a></p>
<p><img class="alignnone size-full wp-image-1665" title="seacrestHpic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrestHpic.jpg" alt="seacrestHpic" width="600" height="154" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483fb66186d8b32a53&amp;ll=54.486694,-0.615921&amp;spn=0.01745,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483fb66186d8b32a53&amp;ll=54.486694,-0.615921&amp;spn=0.01745,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">The Shepherd's Purse</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-shepherds-purse-guesthouse-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seacrest Guesthouse in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/seacrest-guesthouse-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/seacrest-guesthouse-in-whitby/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 19:25:48 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Guesthouse]]></category>
		<category><![CDATA[Seacrest]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1657</guid>
		<description><![CDATA[ Situated on the popular West Cliff, the Seacrest Guesthouse ( **** Star Rated) is only 400 Yards from both the seafront and harbour. It is only approx 5 minute walk to the town centre.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="axby18@dsl.pipex.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Seacrest enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Seacrest Guesthouse in Whitby</strong></p>
<p>Andy &amp; Allison offer you a warm welcome to the Seacrest Guesthouse. Situated on the popular West Cliff, the Seacrest Guesthouse ( **** Star Rated) is only 400 Yards from both the seafront and harbour. It is only approx 5 minute walk to the town centre.</p>
<p>Whitby is an ideal base for exploring the whole of North Yorkshire. Why not visit the abbey with its spectacular views from the cliff tops. Enjoy a sea trip or laze around on Whitby&#8217;s award winning sandy beaches.</p>
<p>Accomodation comprises: 2 Double Rooms, 1 Family Room, 1 Twin Room (beds can be joined togeather  by Zip link to form King Size Beds upon request),</p>
<p>All rooms  are En-suite with Central Heating, Hospitality Trays,Colour Televisions, Hairdryers, Clock Radios, and shaver points</p>
<p>A Full English breakfast is included in the price and continental/ Veggi breakfasts and healthy Smoothies can be provided on request.</p>
<p>Less able guests are requested to telephone to discuss their particular requirements. The Seacrest is accessable for less able guests on the 1st floor via 1 set of stairs (17 steps). Regretably, the Seacrest is not suitable for wheelchair bound guests at this moment in time.</p>
<p>We Welcome well behaved pets (pet friendly room only)</p>
<p><strong>Contact Details</strong></p>
<p>Seacrest Guest House<br />
10 Crescent Avenue<br />
Whitby<br />
North Yorkshire<br />
YO21 3ED</p>
<p>Website: <a title="Seacrest Guest House" href="http://www.seacrest.org.uk/" target="_blank">http://www.seacrest.org.uk/</a></p>
<p><img class="alignnone size-full wp-image-1660" title="seacrestpic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrestpic.jpg" alt="seacrestpic" width="600" height="80" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483fad4cb9ae4fe331&amp;ll=54.488987,-0.620213&amp;spn=0.034899,0.102997&amp;z=13&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483fad4cb9ae4fe331&amp;ll=54.488987,-0.620213&amp;spn=0.034899,0.102997&amp;z=13&amp;source=embed" style="color:#0000FF;text-align:left">Seacrest Guesthouse</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/seacrest-guesthouse-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Firs Guest House in Runswick Bay</title>
		<link>http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/</link>
		<comments>http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:49:47 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Guest House]]></category>
		<category><![CDATA[Runswick Bay]]></category>
		<category><![CDATA[The Firs]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1644</guid>
		<description><![CDATA[A large detached family owned and run residence at the top of the bank, Runswick Bay. Offering a warm welcome,  comfortable and spacious accommodation.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="mandy.shackleton@talk21.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Firs enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Firs Guest House in Runswick Bay</strong></p>
<p><img class="alignright size-full wp-image-1645" title="firV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/firV.jpg" alt="firV" width="150" height="366" />&#8220;The Firs&#8221; is a large detached family owned and run residence at the top of the bank, Runswick Bay. Offering a warm welcome,  comfortable and spacious accommodation on ground floor and first floor levels. All of our 12 rooms are en-suite and are equipped with a colour television, tea and coffee making facilities and easy chairs.</p>
<p>The accommodation is classified by the E.T.C and Y.T.B as four diamonds</p>
<p><strong>Contact Details</strong></p>
<p>The Firs Guest House<br />
Runswick Bay</p>
<p>Website: <a title="The Firs" href="http://www.the-firs.co.uk/" target="_blank">http://www.the-firs.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1646" title="firH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/firH.jpg" alt="firH" width="600" height="90" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483f7b85830d462398&amp;ll=54.534181,-0.756426&amp;spn=0.01743,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483f7b85830d462398&amp;ll=54.534181,-0.756426&amp;spn=0.01743,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">The Firs Guest House in Runswick Bay</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saxonville Bed &amp; Breakfast Hotel in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/saxonville-bed-breakfast-hotel-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/saxonville-bed-breakfast-hotel-in-whitby/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:40:18 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels]]></category>
		<category><![CDATA[Bed & Breakfast Hotel]]></category>
		<category><![CDATA[Saxonville]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1637</guid>
		<description><![CDATA[Owned and run by three generations of the Newton Family since 1946, the Saxonville Hotel has a 3 star rating with AA and Visit Britain.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="newtons@saxonville.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Saxonville Hotel enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Welcome to Saxonville Bed &amp; Breakfast Hotel in Whitby</strong></p>
<p><img class="alignright size-full wp-image-1639" title="saxonV" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/saxonV.jpg" alt="saxonV" width="150" height="261" />Owned and run by three generations of the Newton Family since 1946, the Saxonville Hotel has a 3 star rating with AA and VisitBritain.</p>
<p>Well situated on Whitby&#8217;s West Cliff, the comfort and hospitality of the Saxonville Hotel can be found just a few minutes stroll from the narrow streets and winding alleyways of this delightful, historic town.</p>
<p>In 2006 and 2007 Saxonville Hotel was voted &#8220;Hotel of the Year&#8221; by the Yorkshire Moors and Coast Tourism Awards.</p>
<p>Guests return again and again to enjoy the spacious and attractive Fairfield Restaurant for delicious cuisine prepared daily in our kitchens.</p>
<p>Enjoy traditional English fayre from our Table d’hote menu or select from our extensive A la carte menu, both complemented by the special sweet trolley selection of mouthwatering desserts.</p>
<p>Relax and enjoy a drink from our cosy, fully stocked bar, exchange stories with other guests of the days activities or simply read a good book.</p>
<p>Let us help to make the perfect start to married life when you hold your wedding reception at the Saxonville Hotel.</p>
<p>Our restaurant is able to accommodate 30 to as many as 100 guests for your wedding Breakfast.</p>
<p><strong>Contact Details</strong></p>
<p>Saxonville Hotel<br />
Ladysmith Avenue<br />
Whitby<br />
North Yorkshire<br />
YO21 3HX</p>
<p>Website: <a title="Saxonville Hotel" href="http://www.saxonville.co.uk/" target="_blank">http://www.saxonville.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1640" title="saxonH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/saxonH.jpg" alt="saxonH" width="600" height="107" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483cffaefa9e30c10f&amp;ll=54.491355,-0.628324&amp;spn=0.008724,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000483cffaefa9e30c10f&amp;ll=54.491355,-0.628324&amp;spn=0.008724,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Saxonville Bed & Breakfast Hotel</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/saxonville-bed-breakfast-hotel-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruswarp Miniature Steam Railway</title>
		<link>http://www.thewhitbyguide.co.uk/ruswarp-miniature-steam-railway/</link>
		<comments>http://www.thewhitbyguide.co.uk/ruswarp-miniature-steam-railway/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 12:33:28 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[Miniature Steam Railway]]></category>
		<category><![CDATA[Ruswarp]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1615</guid>
		<description><![CDATA[Miniature Steam Railway Website. The home of Emily, Danny and Shan the deisel. Opening every weekend from Easter to October, and all week during school holidays.]]></description>
			<content:encoded><![CDATA[<p><strong>Welcome to the Ruswarp Miniature Steam Railway</strong></p>
<p>Miniature Steam Railway Website. The home of Emily, Danny and Shan the deisel.</p>
<p>Line Length: 700 yards, Circular<br />
First opened: 1990</p>
<p>Locomotives</p>
<p>No               Name          Type              Builder                 Built <br />
                     Danny        2-4-2          D &amp; G.Sims             1992 <br />
                     Emily         2-4-2T        D &amp; G.Sims             1994<br />
20072       Shan           4w-4hp      D.Oswald                1992</p>
<p>Opening Times: Every weekend from Easter to October, and all week during school holidays</p>
<p>Fares: £2.00</p>
<p><a title="Danny" href="http://www.youtube.com/watch?v=O5lXm1aV8A0" target="_blank">Click here to see a video of Danny</a></p>
<p><strong>Contact Details</strong></p>
<p>Ruswarp Miniature Steam Railway<br />
Ruswarp</p>
<p>Website: <a title="Ruswarp Miniature Steam Railway" href="http://www.ruswarp-miniature-railway.com/" target="_blank">http://www.ruswarp-miniature-railway.com/</a></p>
<p><img class="alignnone size-full wp-image-1618" title="railwaypic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/railwaypic.jpg" alt="railwaypic" width="517" height="179" /></p>
<p><strong>Please fill in the form below to contact us</strong><br />
<div class="wpcf7" id="wpcf7-f67-p1615-o1"><form action="/feed/#wpcf7-f67-p1615-o1" method="post" class="wpcf7-form"><div style="display: none;"><input type="hidden" name="_wpcf7" value="67" /><input type="hidden" name="_wpcf7_version" value="2.0.1" /><input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f67-p1615-o1" /></div><p>Your Name (required)<br />
    <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" class="wpcf7-validates-as-required" size="40" /></span> </p>
<p>Your Email (required)<br />
    <span class="wpcf7-form-control-wrap your-email"><input type="text" name="your-email" value="" class="wpcf7-validates-as-email wpcf7-validates-as-required" size="40" /></span> </p>
<p>Your Telephone Number (required)<br />
    <span class="wpcf7-form-control-wrap TelephoneNumber"><input type="text" name="TelephoneNumber" value="" size="40" /></span> </p>
<p>Subject<br />
    <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" /></span> </p>
<p>Your Message<br />
    <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10"></textarea></span> </p>
<p>Please enter the characters below (required)
    </p>
<p><span class="wpcf7-form-control-wrap captcha-743"><input type="text" name="captcha-743" value="" size="40" /></span></p>
<p><input type="submit" value="Send" /> <img class="ajax-loader" style="visibility: hidden;" alt="ajax loader" src="http://www.thewhitbyguide.co.uk/wp-content/plugins/contact-form-7/images/ajax-loader.gif" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div></p>
<p>Telephone: <strong>01947 602605</strong></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048317aadcd5dbe1072&amp;ll=54.48071,-0.632229&amp;spn=0.034906,0.102997&amp;z=13&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048317aadcd5dbe1072&amp;ll=54.48071,-0.632229&amp;spn=0.034906,0.102997&amp;z=13&amp;source=embed" style="color:#0000FF;text-align:left">Ruswarp Miniature Steam Railway</a> in a larger map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/ruswarp-miniature-steam-railway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Retreats Holiday Accommodation</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-retreats-holiday-accommodation/</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-retreats-holiday-accommodation/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 12:01:21 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[Whitby Retreats]]></category>
		<category><![CDATA[whitby self catering]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1607</guid>
		<description><![CDATA[17a Grape Lane offers the very best in holiday accommodation, a central location, a beautiful listed building and a comfortable, stylish home.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@whitbyretreats.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Whitby Retreats Holiday Accommodation enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Whitby Retreats Holiday Accommodation</strong></p>
<p>17a Grape Lane offers the very best in holiday accommodation, a central location, a beautiful listed building and a comfortable, stylish home from home.</p>
<p>The luxury 4-star Whitby Retreats holiday home is situated on historic Grape Lane, the street that was once home to Captain Cook. This lovely listed building enjoys a central location in the picturesque seaside resort of Whitby.</p>
<p>The master bedroom has a double bed, the original fireplace and an en-suite bathroom with a shower cubicle &#8211; and, best of all, an uninterrupted view over the harbour that changes every time you look! The house bathroom has a generous bath with shower fittings, and is situated next door to the twin bedroom. Housing two single beds, this room can also accommodate a foldaway bed or cot, if required.</p>
<p>The kitchen provides dining for up to six people and all those essentials for holiday living &#8211; a dishwasher, washer-dryer and microwave. The 21&#8242; lounge boasts harbour views from its false balcony on one side, and overlooks the street from the other. There&#8217;s a stereo, a DVD player, a great selection of films, CDs, books, and games on hand for you to enjoy. It also has a special feature &#8211; a tiny study in which you can read, daydream (or even work!).</p>
<p>We want to make your holiday as care-free as possible, so we&#8217;ll provide the little extras that make all the difference. You&#8217;ll find soft towels at the end of the bed when you arrive and you needn&#8217;t worry about bringing your own tea towels. For pre-schoolers, we&#8217;ll even provide child-sized cutlery and crockery, a box of toys and a teddy for the duration of the stay! A travel cot and high-chair are also available.</p>
<p>Well behaved pets are welcome (we just ask that they are kept off the furniture and out of the bedrooms).</p>
<p>We try to be as flexible as possible with dates, and all our returning customers enjoy a 5% discount as our &#8216;thank you&#8217; for coming back! Why not contact us to see what we could do for you?</p>
<p><strong>Contact Details</strong></p>
<p>17a Grape Lane<br />
Whitby<br />
North Yorkshire<br />
YO22 4BA</p>
<p>Website: <a title="Whitby Retreats" href="http://www.whitbyretreats.co.uk/" target="_blank">http://www.whitbyretreats.co.uk/</a></p>
<p><img class="alignnone size-full wp-image-1610" title="retreatspic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/retreatspic1.jpg" alt="retreatspic" width="600" height="87" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048316cbf313728a8b2&amp;ll=54.488838,-0.612402&amp;spn=0.008725,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048316cbf313728a8b2&amp;ll=54.488838,-0.612402&amp;spn=0.008725,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Whitby Retreats Holiday Accommodation</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-retreats-holiday-accommodation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Postgate Inn Hotel and Restaurant in Egton Bridge</title>
		<link>http://www.thewhitbyguide.co.uk/the-postgate-inn-hotel-and-restaurant-in-egton-bridge/</link>
		<comments>http://www.thewhitbyguide.co.uk/the-postgate-inn-hotel-and-restaurant-in-egton-bridge/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:31:08 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels]]></category>
		<category><![CDATA[Whitby Restaurants]]></category>
		<category><![CDATA[Egton Bridge]]></category>
		<category><![CDATA[Hotel and Restaurant]]></category>
		<category><![CDATA[The Postgate Inn]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1584</guid>
		<description><![CDATA[The Postgate Inn offers a restaurant, bar and 3 ensuite, comfortable rooms; families and pets are welcome. There is a pleasant beer garden in which to relax and enjoy the sunshine and scenery and there is also a car park.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@postgateinn.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Postgate Inn enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Postgate Inn Hotel and Restaurant in Egton Bridge</strong></p>
<p>The Postgate Inn, dating from 1860, is located at Egton Bridge in the heart of the North York Moors National Park. We are next to the small railway station which is part of the North Yorkshire Moors Railway and within easy acess of Whitby, Robin Hood&#8217;s Bay and Pickering. York is only an hour away.</p>
<p>The Postgate Inn offers a restaurant, bar and 3 ensuite, comfortable rooms; families and pets are welcome. There is a pleasant beer garden in which to relax and enjoy the sunshine and scenery and there is also a car park.</p>
<p>The Inn features regularly in the popular TV series &#8220;Heartbeat&#8221; under its stage name &#8220;The Black Dog&#8221;. The Postgate Inn is noted for its friendly, informal atmosphere, good ales and excellent food with service to match.</p>
<p>Guests can enjoy a wide selection of freshly prepared food reflecting a hint of European influence with Yorkshire value. All dishes use locally produced meat, fish and vegetables. Your meal can be served in the quiet ambience of our restaurant or the more informal surroundings of our friendly bar; either way you can be assured of a good and hearty meal.</p>
<p>The bar is in a traditional style with comfortable chairs and benches in which to relax and enjoy your pint of beer or glass of wine. It is well stocked with leading brands and food is served lunch times and evenings. The bar and restaurant are warm and cosy in the winter and cool in the summer with a pretty beer garden for those wishing to enjoy the sunshine. The perfect way to relax after a mornings walk or a hard day sightseeing!</p>
<p>We look forward to welcoming you&#8230;.</p>
<p><strong>Contact Details</strong></p>
<p>Egton Bridge<br />
Whitby<br />
North Yorkshire<br />
YO21 1UX</p>
<p>Website: <a title="The Postgate Inn" href="http://www.postgateinn.com/" target="_blank">http://www.postgateinn.com/</a></p>
<p><img class="alignnone size-full wp-image-1585" title="postgatepic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/postgatepic.jpg" alt="postgatepic" width="600" height="71" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482ef923bcdef96de0&amp;ll=54.462455,-0.686989&amp;spn=0.069843,0.205994&amp;z=12&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482ef923bcdef96de0&amp;ll=54.462455,-0.686989&amp;spn=0.069843,0.205994&amp;z=12&amp;source=embed" style="color:#0000FF;text-align:left">The Postgate Inn Hotel and Restaurant</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-postgate-inn-hotel-and-restaurant-in-egton-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chainbridge Riverside Retreat Self Catering in Ruswarp</title>
		<link>http://www.thewhitbyguide.co.uk/chainbridge-riverside-retreat-self-catering-in-ruswarp/</link>
		<comments>http://www.thewhitbyguide.co.uk/chainbridge-riverside-retreat-self-catering-in-ruswarp/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:41:19 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[Chainbridge Riverside Retreat]]></category>
		<category><![CDATA[Ruswarp]]></category>
		<category><![CDATA[self catering]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1578</guid>
		<description><![CDATA[This beautiful and secluded site, with six cottages, is located on the River Esk at Ruswarp, adjacent to the North Yorkshire Moors National Park an area of outstanding natural beauty.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@chainbridgeriverside.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Chainbridge Riverside Retreat" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Chainbridge Riverside Retreat Self Catering in Ruswarp</strong></p>
<p>We invite you to share a genuinely relaxing way of life. This beautiful and secluded site, with six cottages, is located on the River Esk at Ruswarp, adjacent to the North Yorkshire Moors National Park an area of outstanding natural beauty.</p>
<p>Only two miles from the historic fishing port of Whitby and a 45 minute drive to the lovely city of York. Tucked away next to the river and on our private grounds, are riverside retreats.</p>
<p>North Yorkshire is famous for its beautiful stunning scenery, here in Ruswarp you are betwixt the magical moorlands of the National Park and the ravenous beauty of the North Yorkshire Coastline with its famous Cleveland Way.</p>
<p>A short road journey takes you to Whitby. This picturesque sea port famous for its abbey, Captain Cook, tall ships and tales of Dracula offers so much. Individual and interesting shops in the old town and the West Cliff area. Quaint old fashioned tea rooms, famous fish restaurants and cosy pubs. Cosmopolitan quayside bars, museums, art gallery, boat rides and theatre. So much to see and do.</p>
<p>Relax all you need, but you don&#8217;t have to go far for some activity. Mini golf at the end of the drive, canoeing and rowing boats for hire, tea rooms and our own miniature railway. Ruswarp village centre has a grocery shop and a fantastic butcher. Oh and of course, an ultra cosy pub.</p>
<p><strong>Contact Details</strong></p>
<p>Chainbridge Riverside Retreats<br />
The Carrs<br />
Ruswarp<br />
North Yorkshire<br />
YO21 1RL</p>
<p>Website: <a href="http://www.chainbridgeriverside.com">http://www.chainbridgeriverside.com</a></p>
<p><img class="alignnone size-full wp-image-1579" title="riverH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riverH.jpg" alt="riverH" width="600" height="65" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482baccedb18d7822d&amp;ll=54.479813,-0.620728&amp;spn=0.034907,0.102997&amp;z=13&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482baccedb18d7822d&amp;ll=54.479813,-0.620728&amp;spn=0.034907,0.102997&amp;z=13&amp;source=embed" style="color:#0000FF;text-align:left">Chainbridge Riverside Retreat Self Catering</a> in a larger map</small></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 555px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/chainbridge-riverside-retreat-self-catering-in-ruswarp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broom House Restaurant and Guest House in Egton Bridge</title>
		<link>http://www.thewhitbyguide.co.uk/broom-house-restaurant-and-guest-house-in-egton-bridge/</link>
		<comments>http://www.thewhitbyguide.co.uk/broom-house-restaurant-and-guest-house-in-egton-bridge/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 22:41:12 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Whitby Restaurants]]></category>
		<category><![CDATA[Broom House]]></category>
		<category><![CDATA[Guest House]]></category>
		<category><![CDATA[Restaurant]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1552</guid>
		<description><![CDATA[Offering four star gold accommodation, this tranquil guest house sits on a hill with wonderful countryside views, as well as satellite TV, DVD and Internet Access in every room!]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="mw@broom-house.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Broom House enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Welcome Broom House Restaurant and Guest House in Egton Bridge</strong></p>
<p><img class="alignright size-full wp-image-1554" title="broomV2" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/broomV2.jpg" alt="broomV2" width="100" height="387" />Egton Bridge is considered to be one of the prettiest villages in North Yorkshire. Being in the heart of the Esk Valley, the house is surrounded by wonderful scenery and is an excellent base from which to explore the North Yorkshire Moors.</p>
<p><em>Four Star Gold Accommodation</em></p>
<p>Offering four star gold accommodation, this tranquil guest house sits on a hill with wonderful countryside views, as well as satellite TV, DVD and Internet Access in every room!</p>
<p>Highly commended in the 2006 Discover Yorkshire Coast Tourism Awards, Broom House is the ideal position from which to explore the North Yorkshire Moors National Park and coastal villages.</p>
<p>Well equipped, quality furnished en suite rooms are complemented by a traditional breakfast room and lounge.</p>
<p><strong>New Awards for 2010<br />
</strong>Broom House has won two more awards for 2010.  Firstly, Trip Advisor&#8217;s Traveler&#8217;s Choice Award and secondly, Enjoy England&#8217;s Breakfast Award for our outstanding breakfast menu.</p>
<p><em>Peaceful Countryside Location</em></p>
<p>Enjoy fresh local produce in peaceful surroundings &#8211; as you open the front door you will be greeted by the sound of the stream trickling its way through the village.</p>
<p><strong>Contact Details</strong></p>
<p>Broom House<br />
Broom House Lane<br />
Egton Bridge<br />
North Yorkshire<br />
YO21 1XD</p>
<p>WebSite: <a href="http://www.egton-bridge.co.uk">http://www.egton-bridge.co.uk</a></p>
<p><img class="alignnone size-full wp-image-1555" title="broomH" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/broomH.jpg" alt="broomH" width="600" height="125" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482a779b39f693fb6b&amp;ll=54.465049,-0.693512&amp;spn=0.069839,0.205994&amp;z=12&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482a779b39f693fb6b&amp;ll=54.465049,-0.693512&amp;spn=0.069839,0.205994&amp;z=12&amp;source=embed" style="color:#0000FF;text-align:left">Broom House Restaurant and Guest House</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/broom-house-restaurant-and-guest-house-in-egton-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yorkshire Cottages</title>
		<link>http://www.thewhitbyguide.co.uk/yorkshire-cottages/</link>
		<comments>http://www.thewhitbyguide.co.uk/yorkshire-cottages/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 23:49:09 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Cottages And Self Catering]]></category>
		<category><![CDATA[holiday accommodation]]></category>
		<category><![CDATA[self catering]]></category>
		<category><![CDATA[Yorkshire Cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1528</guid>
		<description><![CDATA[Here at Yorkshire Cottages we offer our holidaymakers quality self catering holiday cottages, houses and apartments situated in the very best locations in Whitby and the surrounding villages of Staithes, Saltburn By the Sea, and Runswick Bay.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="janet@yorkshire-cottages.info" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Yorkshire Cottages" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Yorkshire Cottages</strong></p>
<p>Here at Yorkshire Cottages we offer our holidaymakers quality self catering holiday cottages, houses and apartments situated in the very best locations in Whitby and the surrounding villages of Staithes, Saltburn By the Sea, and Runswick Bay.  All of our accommodation is quality assured by our own managers and many are graded by VisitBritain.</p>
<p>This traditional maritime town of Whitby, with its old cobbled streets, picturesque houses and sandy blue flag beach is a great place for a holiday or short break; and with over 60 Cottages within the town and surrounding area, ranging from traditional cottages sleeping two people to spacious Victorian style villas sleeping up to ten we can provide holidaymakers with the perfect self catering accommodation for their stay.</p>
<p>Our website allows you to browse for cottages or search for cottage availability and prices, refine down your results and view full property details with location maps and image galleries. You will also find information about the region, details of all our latest new cottages, late bargains and special offers. Importantly, we do not charge for pets, cots, highchairs or bed linen and there are no booking fees.</p>
<p>We always strive to provide exceptional value to our holidaymakers; offering a rolling program of late bargain discounts and fantastic special offers with a minimum of 20% off the standard price of a holiday – updated daily!  Many of our cottages also offer a two person discount of up to 20% on the full price for couples and couples with pre-school children.</p>
<p>Please take a look at our website for more information, or use the contact form and telephone number below to make a booking enquiry.</p>
<p><strong>Contact Details</strong></p>
<p>Yorkshire Cottages Ltd</p>
<p>WebSite: <a href="http://www.yorkshire-cottages.info" target="_blank">http://www.yorkshire-cottages.info</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/yorkshire-cottages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argyle House Bed &amp; Breakfast in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/argyle-house-bed-breakfast-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/argyle-house-bed-breakfast-in-whitby/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 23:21:38 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Argyle House]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1522</guid>
		<description><![CDATA[Argyle House B &#038; B is situated in the heart of the West Cliff Conservation area of Whitby and is only 200 yrds walk from the town centre shops, habour and beach.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="argyle-house@fsmail.net" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Argyle House enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Argyle House Bed &amp; Breakfast in Whitby</strong></p>
<p>Bill and Mel welcome you to their Superior Victorian Full En-Suite Whitby Bed &amp; Breakfast in the national park of North Yorkshire.</p>
<p>We pride ourselves on providing an excellent friendly service with a strong emphasis on cleanliness, ensuring our guests have a relaxed and comfortable stay&#8221;. Take a look at our guestbook for visitor comments.</p>
<p>Our produce is sourced locally so your stay will also benefit the Whitby Economy. They are chosen for their quality, eggs are locally supplied free range, meats from the local butchers, mushrooms from local suppliers and smoked Kippers from the famous &#8216;Fortunes&#8217; smoke house near the 199 steps. We never buy meat, eggs or mushrooms from the supermarket.</p>
<p>Argyle House B &amp; B is situated in the heart of the West Cliff Conservation area of Whitby and is only 200 yrds walk from the town centre shops, habour and beach.</p>
<p>This B &amp; B ideal for those wishing to explore this beautiful part of Yorkshire. With it&#8217;s interesting cobbled streets and original buildings leading up to Whitby Abbey, visitors will find Whitby&#8217;s historic past enchanting and addictive.</p>
<p>The Heartbeat TV series is often filmed at the bottom of the street, making it an ideal place to see the stars. Heartbeat is based 6 miles away in the village of Goathland and is a train ride away on the North Yorkshire Moors Railway. The scenic steam train journey is a must for all visitors.</p>
<p>Whitby is also home to Captain Cooks Museum and the Grand Turk Replica ship. Other specialist events such as Goth weeks, Folk Week, Gospel Weekend, Linedancing weekends, Live Music, Whitby Regatta, Musicport are all based in this popular area.</p>
<p>Argyle House is regularly inspected and awarded the FOUR STAR rating by the English Tourism Council (VisitEngland). Their overnight visit in 2008 was assessed over 8 overnight stays which we passed with flying colours. The second visiting inspector was very impressed with our guest house and loved the four poster room.</p>
<p><img class="alignnone size-full wp-image-1654" title="argylepic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/argylepic1.jpg" alt="argylepic" width="545" height="114" /></p>
<p><strong>Contact Details</strong></p>
<p>18 Hudson Street<br />
Whitby<br />
North Yorkshire<br />
YO21 3EP</p>
<p>WebSite: <a title="Argyle House" href="http://www.whitbyaccommodation.co.uk/4763/index.html" target="_blank">http://www.whitbyaccommodation.co.uk/4763/index.html</a></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048257ad58ccde90e2a&amp;ll=54.489087,-0.618238&amp;spn=0.017449,0.051498&amp;z=14&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.00048257ad58ccde90e2a&amp;ll=54.489087,-0.618238&amp;spn=0.017449,0.051498&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left">Argyle House Bed & Breakfast</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/argyle-house-bed-breakfast-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Riftswood Bed &amp; Breakfast in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/</link>
		<comments>http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 22:37:02 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Bed & Breakfast in Whitby]]></category>
		<category><![CDATA[Riftswood Bed & Breakfast]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1518</guid>
		<description><![CDATA[Charming Victorian, family run B&#038;B, quietly situated in a secluded part of Whitby, yet within close proximity to the sea front, beach and the bus &#038; rail stations in the centre of Whitby.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@riftswood.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Riftswood enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Riftswood Bed &amp; Breakfast in Whitby</strong></p>
<p>Charming Victorian, family run B&amp;B, quietly situated in a secluded part of Whitby, yet within close proximity to the sea front, beach and the bus &amp; rail stations in the centre of Whitby.</p>
<p>Guest facilities include 3 large double ensuite bedrooms, with full English breakfast using local produce and homemade preserves, along with a selection of alternative items for those with a smaller appetite.</p>
<p>Please note we are a strictly non-smoking establishment.</p>
<p>Large double ensuite bedrooms with TV/DVD, Tea/Coffee/Chocolate making facilites, hair dryer, alarm clock &amp; free wireless internet* 2 mins walk to sea front and 10 mins walk to bus and rail stations in central Whitby.</p>
<p>Secure storage for those with cycles and On-street parking.</p>
<p>Walking &amp; Cycle routes available.</p>
<p>We look forward to welcoming you to Riftswood.</p>
<p>Peter &amp; Paula Craggs</p>
<p><img class="alignnone size-full wp-image-1519" title="riftswoodpic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riftswoodpic.jpg" alt="riftswoodpic" width="600" height="118" /></p>
<p><strong>Contact Details</strong></p>
<p>Riftswood B&amp;B<br />
5 Ladysmith Avenue<br />
Whitby<br />
North Yorkshire<br />
YO21 3HX</p>
<p>WebSite: <a title="Riftswood" href="http://www.riftswood.co.uk/" target="_blank">http://www.riftswood.co.uk/</a></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.0004825710989c21a3de6&amp;ll=54.489286,-0.623989&amp;spn=0.008725,0.025749&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.0004825710989c21a3de6&amp;ll=54.489286,-0.623989&amp;spn=0.008725,0.025749&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Riftswood Bed & Breakfast in Whitby</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ye Olde Beehive Inne Bed &amp; Breakfast, Newholm</title>
		<link>http://www.thewhitbyguide.co.uk/ye-olde-beehive-inne-bed-breakfast-newholm/</link>
		<comments>http://www.thewhitbyguide.co.uk/ye-olde-beehive-inne-bed-breakfast-newholm/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 21:48:28 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast]]></category>
		<category><![CDATA[Whitby Guest House]]></category>
		<category><![CDATA[Bed And Breakfast]]></category>
		<category><![CDATA[Newholm]]></category>
		<category><![CDATA[Ye Olde Beehive Inne]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1509</guid>
		<description><![CDATA[A gem of a country pub on a quiet lane to nowhere, this long, white painted 15th Century drovers cottage, is perched on a grassy bank in the village of Newholm just a few miles from the coast.]]></description>
			<content:encoded><![CDATA[<div id="rightPanel" >
<script>
function validate_booking(){

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var currentTime = new Date()
	var month = currentTime.getMonth() + 1
	var day = currentTime.getDate()
	var year = currentTime.getFullYear()
						var date_arr = document.getElementById('arrival').value;
			var m_y = document.getElementById('month_year').value.split('-');
			
			if(date_arr<day && m_y[0]<=month && m_y[1]<=year){
				alert('please select correct date');			
				document.getElementById('arrival').focus();	
				return false;	
			}				
		
		
			if(document.getElementById('txtname').value.length==0){
				alert("Please enter name");
				document.getElementById('txtname').focus();
				return false;
			}
			if(document.getElementById('email').value.length==0){
				alert("Please enter email address");
				document.getElementById('email').focus();
				return false;
			}else if(reg.test(document.getElementById('email').value) == false){
				alert("Please enter valid email address");
				document.getElementById('email').focus();
				return false;
			}
			if(document.getElementById('phone').value.length==0){
				alert("Please enter telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(check_phonenumber(document.frm_booking.phone) == false){
				alert("Please enter valid telephone number");
				document.getElementById('phone').focus();
				return false;
			}
			if(document.getElementById('security_code').value.length==0){
				alert("Please enter Security Code");
				document.getElementById('security_code').focus();
				return false;
			}
			
}

// returns true if the string is a US phone number formatted as...
// (000)000-0000, (000) 000-0000, 000-000-0000, 000.000.0000, 000 000 0000, 0000000000
function isPhoneNumber(str){
  var re = /^\(?[2-9]\d{2}[\)\.-]?\s?\d{3}[\s\.-]?\d{4}$/
  return re.test(str);
}

function trimString (str)
{
  str = this != window? this : str;
  return str.replace(/^\s+/g, '').replace(/\s+$/g, '');
}

function check_phonenumber(phoneBox)
{ 
	
	var phoneVal = trimString(phoneBox.value.toString()); 
	phoneBox.value=trimString(phoneBox.value.toString());
		
	var mstr=phoneVal.toString();
	var count=0;
	for (var i = 0;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9"))
		{
			count++;
		}
	}
	
	if(mstr.length>0)
	{
		var oc = mstr.charAt(0);
		if ((oc < "0" ||oc > "9")&& oc!="+")
		{
			return(false);
		}
	}
	for (var i = 1;i < mstr.length;i++)
	{
		var oc = mstr.charAt(i);
		if ((oc < "0" ||oc > "9")&& oc!=" "&& oc!=","&& oc!="-"&& oc!="+" && oc!="(" && oc!=")")
		{
			return(false);
		}
	}
	
	return(true);
}

function validateDate(){
	var date_arr = document.getElementById('arrival').value;
	var m_y = document.getElementById('month_year').value.split('-');	
	
	if(date_arr<7 && m_y[0]<=5 && m_y[1]<=2010){
		alert('please select correct date');		
		return false;
	}else{
		return true;
	}		
}

function recreate(){
	document.getElementById("captcha_box1").src="../page/CaptchaSecurityImages.php";
}
</script>

<form action="../page/sendenquiry.php" method="post" name="frm_booking" id="frm_booking" onsubmit="return   validate_booking()">
  <h1 style="background-color:#E20001;text-align:center;">Check Availability<br> for this accomodation</h1>
  <div id="destinationEnquiryFrom">
       <table width="185" cellpadding="0" cellspacing="0;" bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <input name="sendmail" id="sendmail" value="info@thewhitbyguide.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Beehive enquiry from The Whitby Guide.co.uk" type="hidden" />
	  <input name="back_url" id="back_url" value="http://www.thewhitbyguide.co.uk/feed/" type="hidden" />
      <tr >
        <td align="left" class="white_border"><span class="redText">*</span>arrival</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="arrival" id="arrival" style="margin:0;">
            <option value="1" selected="selected">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
            <option value="24">24</option>
            <option value="25">25</option>
            <option value="26">26</option>
            <option value="27">27</option>
            <option value="28">28</option>
            <option value="29">29</option>
            <option value="30">30</option>
            <option value="31">31</option>
          </select>
          <select name="month_year" id="month_year" style="width:75px;margin:0;">
            <option value="05-2010" selected="selected">May   2010</option>
            <option value="06-2010">Jun 2010</option>
            <option value="07-2010">Jul 2010</option>
            <option value="08-2010">Aug 2010</option>
            <option value="09-2010">Sep 2010</option>
            <option value="10-2010">Oct 2010</option>
            <option value="11-2010">Nov 2010</option>
            <option value="12-2010">Dec 2010</option>
            <option value="01-2011">Jan 2011</option>
            <option value="02-2011">Feb 2011</option>
            <option value="03-2011">Mar 2011</option>
            <option value="04-2011">Apr 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">Jul 2011</option>
            <option value="08-2011">Aug 2011</option>
            <option value="09-2011">Sep 2011</option>
            <option value="10-2011">Oct 2011</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>nights</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="night" id="night" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20++">20++</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>adults</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="adults" id="adults" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
            <option value="6">6</option>
            <option value="7">7</option>
            <option value="8">8</option>
            <option value="9">9</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;children</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="children" id="children" style="margin:0;">
            <option value="0">0</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;rooms</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="rooms" id="rooms" style="margin:0;">
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
            <option value="5">5</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border">&nbsp;&nbsp;type</td>
        <td align="right" class="white_border" style="text-align:right;">
          <select name="acc_type" id="acc_type" style="margin:0;">
            <option value="single">single</option>
            <option value="double">double</option>
            <option value="twin">twin</option>
            <option value="triple">triple</option>
            <option value="Family">Family</option>
            <option value="Other">Other</option>
          </select>
        </td>
      </tr>
    </table>
    <div class="white_border" style="text-align:left;padding-top:8px;"><strong>Your Details</strong></div>
    <table bgcolor="#E6F4F7" style="background-color:#E6F4F7;margin-bottom:0">
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>name</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="txtname" class="enquirySmallBox" id="txtname" type="text" style="width:126px;background-image:none;" />
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="right" class="white_border" style="text-align:right;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:126px;background-image:none;"/>
        </td>
      </tr>      
    </table>
		<div style="text-align:left;" class="white_border">&nbsp;&nbsp;email me a copy        
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		  <input name="chk_email" id="chk_email" value="Y" checked="checked" type="checkbox"  />
        </div>
      <div style="text-align:left;" class="white_border"> 
        &nbsp;<span class="redText">*</span>Required fields
      </div>
    <div class="bookInfoTitle">Booking Information</div>
    <p>Please enter your requirements into the form below.</p>
    <p>
      &nbsp;<textarea rows="3" cols="100" class="enquirybox" name="message" id="message" style="height:50px;background-image:none;"></textarea>
    </p><div style="text-align:left;"><span class="redText" id="#.">*</span>Security Code:</div>
	<table bgcolor="#E6F4F7" style="background-color:#E6F4F7;">
			<tr>				
				<td class="white_border"  style="border:none"> 
		<iframe name="captcha_box1" id="captcha_box1" width="80" height="50" frameborder="0"   name="captcha_box1" id="captcha_box1" src="../page/CaptchaSecurityImages.php?width=60&height=30&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
				<td class="white_border"  style="border:none">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
				<td class="white_border" style="border:none">
		&nbsp;&nbsp;<input id="security_code" name="security_code" type="text" size="5" style="width:50px;background-image:none;" />
				</td>
		
			</tr>
		</table>
    <div atrgn="center">
      <input name="page_action" value="booking" type="hidden" />
      <input name="dest_id" value="4858" type="hidden" />
       &nbsp; &nbsp;<input name="submit" class="btn" value="Send Booking Enquiry" type="submit" style="background-color:#2395b6;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Ye Olde Beehive Inne in Newholm</strong></p>
<p>A gem of a country pub on a quiet lane to nowhere, this long, white painted 15th Century drovers cottage, is perched on a grassy bank in the village of Newholm just a few miles from the coast.</p>
<p>Ye Olde Beehive Inne appears to have been a row of cottages, after the Coxwold architecture. It was originally a drovers inn when this part of the North Riding sent herds of cattle to York. This authentic old inn provides every comfort and wines, spirits and liqueurs as well as beers are in abundance.</p>
<p>With warm surroundings and amazing food, The Beehive Inne makes an ideal location for either a cosy night for two or a family gathering. The dining room seats 50 guests.</p>
<p>The atmosphere is relaxing and fun as you mix with locals and travellers alike, with an extensive wine list and glorious menus to choose from, there surely is no better place for a weekend away.</p>
<p>Amazing Menus, freshly prepared using local produce. Recommended in the ‘Egon Ronay Guide&#8217;.</p>
<p><img class="alignnone size-full wp-image-1547" title="behivelogos" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/behivelogos1.jpg" alt="behivelogos" width="394" height="96" /></p>
<p><strong>Contact Details</strong></p>
<p>Ye Olde Beehive Inne<br />
Newholm<br />
Whitby<br />
North Yorkshire<br />
YO21 3QY</p>
<p>WebSite: <a title="The Behive" href="http://www.beehiveinne.com" target="_blank">http://www.beehiveinne.com</a></p>
<p><img class="alignnone size-full wp-image-1549" title="bepics" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/bepics.jpg" alt="bepics" width="482" height="92" /></p>
<p><strong>How to find us</strong></p>
<p><iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482563ed5c6d6452fe&amp;ll=54.487392,-0.658493&amp;spn=0.069801,0.205994&amp;z=12&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.co.uk/maps/ms?hl=en&amp;ie=UTF8&amp;msa=0&amp;msid=108154784128686154147.000482563ed5c6d6452fe&amp;ll=54.487392,-0.658493&amp;spn=0.069801,0.205994&amp;z=12&amp;source=embed" style="color:#0000FF;text-align:left">The Behive Inne in Newholm</a> in a larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/ye-olde-beehive-inne-bed-breakfast-newholm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Captain Cook Museum in Whitby’s Grape Lane</title>
		<link>http://www.thewhitbyguide.co.uk/captain-cook-museum-in-whitby%e2%80%99s-grape-lane/</link>
		<comments>http://www.thewhitbyguide.co.uk/captain-cook-museum-in-whitby%e2%80%99s-grape-lane/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 21:44:44 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[captain cook]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1490</guid>
		<description><![CDATA[Down a narrow lane, backing on to the harbour, lies Walker’s House, which belonged to Captain John Walker, the Whitby ship owner whom Cook served for nine years.   It was to this house, now the Captain Cook Memorial Museum, that young James came in 1746 to serve his seaman’s apprenticeship.   Cook remained in touch with Walker all his life visiting the house again in 1772 after the First Voyage. ]]></description>
			<content:encoded><![CDATA[<p><strong>Captain Cook Museum in Whit