<?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>Sat, 28 Apr 2012 11:51:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Whitby Holiday Apartment at Caedmon&#8217;s Prospect</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect#comments</comments>
		<pubDate>Fri, 12 Aug 2011 13:50:54 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2794</guid>
		<description><![CDATA[Our luxury 3rd floor, 2 bedroom holiday apartment at the exclusive Whitby Caedmon&#8217;s Prospect is centrally located in Whitby town centre opposite the newly regenerated Pannett Park. It is only a short 5 minute walk from the centre of town, 1 minute walk to the local shipping pool, a 5 minute walk from the train [...]]]></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:#4d689f;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="bookings@whitbyholidayhome.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Caedmons Holiday Home" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Our luxury 3rd floor, 2 bedroom holiday apartment at the exclusive Whitby Caedmon&#8217;s Prospect is centrally located in Whitby town centre opposite the newly regenerated Pannett Park. It is only a short 5 minute walk from the centre of town, 1 minute walk to the local shipping pool, a 5 minute walk from the train station, and a 5 minute walk from the beach.</p>
<p>Caedmon&#8217;s Prospect is designed to feel like a hotel, but with all the easy going convenience of your own apartment. This contemporary designed holiday apartment offers the following:</p>
<ul>
<li>2 bedrooms, with sleeping for 4</li>
<li>Open-plan kitchen, dining and living areas</li>
<li>Juliette balcony overlooking apartment complex communal gardens</li>
<li>Full kitchen with everything you will need during your stay, including dishwasher, fridge/ freezer and microwave</li>
<li>Family bathroom</li>
<li>Bedroom 1 has a king sized bed, separate en-suite shower room and walk in wardrobe</li>
<li>Bedroom 2 has two single beds and a wardrobe</li>
<li>Free underground secure parking for up to 2 cars</li>
<li>Iron and ironing board provided</li>
<li>Towels and bedding provided</li>
</ul>
<p><strong>Access via:</strong></p>
<ul>
<li>Secure door code entry system to complex</li>
<li>Elevator for easy access to 3rd floor</li>
<li>Easy step free access with space to manoeuvre, so accessible to wheelchair users</li>
</ul>
<p>Sorry but no smoking or pets are allowed in this apartment.</p>
<p><strong>Everything you need for children:</strong></p>
<ul>
<li>Travel cot and bedding</li>
<li>Toddler chair, high chair and children&#8217;s cutlery</li>
<li>A selection of toys is available within the apartment for young children, in addition to child appropriate books and DVDs</li>
<li>Child safety catches on key cupboards and drawers! (can be turned off if not needed)</li>
<li>A limited selection of emergency baby supplies for those items you have forgotten</li>
</ul>
<p>Please do not hesitate to contact us to enquire regarding availability of our brand new holiday apartment. If you have specific questions on any other matter such as alternative booking periods, catering for children or disabled access, please get in touch!</p>
<p><strong>Contact Us</strong></p>
<p>Whitby Holiday Apartment at Caedmon&#8217;s Prospect<br />
Caedmon&#8217;s Prospect<br />
Chubb Hill Road<br />
Whitby<br />
North Yorkshire<br />
YO21 1JU</p>
<p>Telephone: <strong>01530 515444</strong> or <strong>07530 931115</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Email us at: <a href="mailto:bookings@whitbyholidayhome.com">bookings@whitbyholidayhome.com</a><br />
Website: <a href="http://www.whitbyholidayhome.com" target="_blank">www.whitbyholidayhome.com</a></p>
<p><strong>Gallery</strong></p>

<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/beach1' title='beach1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/beach1-150x150.jpg" class="attachment-thumbnail" alt="beach1" title="beach1" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/bedroom2' title='bedroom2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/bedroom2-150x150.jpg" class="attachment-thumbnail" alt="bedroom2" title="bedroom2" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/dsc00201' title='DSC00201'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/DSC00201-150x150.jpg" class="attachment-thumbnail" alt="DSC00201" title="DSC00201" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/dsc00245_000' title='DSC00245_000'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/DSC00245_000-150x150.jpg" class="attachment-thumbnail" alt="DSC00245_000" title="DSC00245_000" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/dsc00247' title='DSC00247'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/DSC00247-150x150.jpg" class="attachment-thumbnail" alt="DSC00247" title="DSC00247" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/dsc00249' title='DSC00249'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/DSC00249-150x150.jpg" class="attachment-thumbnail" alt="DSC00249" title="DSC00249" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/dsc00253' title='DSC00253'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/DSC00253-150x150.jpg" class="attachment-thumbnail" alt="DSC00253" title="DSC00253" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/dsc00360_000' title='DSC00360_000'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/DSC00360_000-150x150.jpg" class="attachment-thumbnail" alt="DSC00360_000" title="DSC00360_000" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/kif_2834_002' title='KIF_2834_002'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/KIF_2834_002-150x150.jpg" class="attachment-thumbnail" alt="KIF_2834_002" title="KIF_2834_002" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/kif_2874' title='KIF_2874'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/KIF_2874-150x150.jpg" class="attachment-thumbnail" alt="KIF_2874" title="KIF_2874" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/kif_2890' title='KIF_2890'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/KIF_2890-150x150.jpg" class="attachment-thumbnail" alt="KIF_2890" title="KIF_2890" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/livingarea' title='livingarea'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/livingarea-150x150.jpg" class="attachment-thumbnail" alt="livingarea" title="livingarea" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/viewfromchurchgraveyardoverwhitbyandbeach' title='viewfromChurchgraveyardoverWhitbyandbeach'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/viewfromChurchgraveyardoverWhitbyandbeach-150x150.jpg" class="attachment-thumbnail" alt="viewfromChurchgraveyardoverWhitbyandbeach" title="viewfromChurchgraveyardoverWhitbyandbeach" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/bathrrom3' title='bathrrom3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/bathrrom3-150x150.jpg" class="attachment-thumbnail" alt="bathrrom3" title="bathrrom3" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/clip_image002' title='clip_image002'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/08/clip_image002-150x150.jpg" class="attachment-thumbnail" alt="clip_image002" title="clip_image002" /></a>

<p><strong>Location</strong></p>
<p><iframe width="600" height="300" frameborder="0" scrolling="no" 
marginheight="0" 
marginwidth="0" src="http://maps.google.co.uk/maps/ms?
msa=0&amp;msid=200003212315425945374.0004a4037e42234f088d
b&amp;ie=UTF8&amp;sourc
e=embed&amp;ll=54.485223,-
0.622702&amp;spn=0.00374,0.012875&amp;z=16&amp;output=embed"
></iframe><br />
<small>View <a href="http://maps.google.co.uk/maps/ms?
msa=0&amp;msid=200003212315425945374.0004a4037e42234f088d
b&amp;ie=UTF8&amp;sourc
e=embed&amp;ll=54.485223,-0.622702&amp;spn=0.00374,0.012875&a
mp;z=16" 
style="color:#0000FF;text-align:left">Whitby Holiday Homes</a> in a 
larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-holiday-apartment-at-caedmons-prospect/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kimberley Guest House Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby#comments</comments>
		<pubDate>Fri, 06 May 2011 15:47:25 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2700</guid>
		<description><![CDATA[A four star AA service awaits all our guests to Kimberley House from the new owners Andrew and Rachel. This is a handsome, three-storey Victorian house in the grand West Cliff area, with colourful flower baskets hanging at the smart entrance. ]]></description>
			<content:encoded><![CDATA[<p>Under new management from March 2011</p>
<p>A four star AA service awaits all our guests to Kimberley House from the new owners Andrew and Rachel.</p>
<p>This is a handsome, three-storey Victorian house in the grand West Cliff area, with colourful flower baskets hanging at the smart entrance.</p>
<p>There is an attractive reception, which also serves as a sitting area. The interior is very well maintained and furnished in keeping with it’s period.Kimberley House operates a 100% no smoking policy throughout.</p>
<p>Breakfasts are freshly prepared and served at separate tables in the ground-floor dining room. Traditional and vegetarian menus are offered; also Whitby’s famous kippers.</p>
<p>From Havelock Place it is a two minute walk downhill to the beach, pavillion, harbour and town. Whitby’s history is fascinating, and visitors can explore the ruined, atmospheric Abbey at the top of the East Cliff, St Mary’s Church with it’s cliff-top graveyard, the harbour and beach arcades. Free on-street parking is available outside the B&amp;B.</p>
<p>All of Kimberley House&#8217;s bedrooms have been recently refurbished and central heating installed throughout, see the rooms page for more details.</p>
<p><strong>Contact Us</strong><br />
Kimberley House<br />
7 Havelock Place<br />
Whitby<br />
North Yorkshire<br />
YO21 3ER</p>
<p>Telephone: <strong>01947 604125</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a href="http://www.kimberleyhouse.com" target="_self">www.kimberleyhouse.com</a></p>
<p>&nbsp;</p>

<a href='http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby/olympus-digital-camera' title='Kimberley House, Whitby'><img width="100" height="80" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/kimberley-house-whitby-01-125x100.jpg" class="attachment-thumbnail" alt="Kimberley House, Whitby" title="Kimberley House, Whitby" /></a>
<a href='http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby/kimberley-house-whitby-02' title='Kimberley House, Whitby'><img width="100" height="80" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/kimberley-house-whitby-02-125x100.jpg" class="attachment-thumbnail" alt="Kimberley House, Whitby" title="Kimberley House, Whitby" /></a>
<a href='http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby/kimberley-house-whitby-03' title='Kimberley House, Whitby'><img width="100" height="80" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/kimberley-house-whitby-03-125x100.jpg" class="attachment-thumbnail" alt="Kimberley House, Whitby" title="Kimberley House, Whitby" /></a>
<a href='http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby/kimberley-house-whitby-04' title='Kimberley House, Whitby'><img width="100" height="80" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/kimberley-house-whitby-04-125x100.jpg" class="attachment-thumbnail" alt="Kimberley House, Whitby" title="Kimberley House, Whitby" /></a>
<a href='http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby/kimberley-house-whitby-05' title='Kimberley House, Whitby'><img width="100" height="80" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/kimberley-house-whitby-05-125x100.jpg" class="attachment-thumbnail" alt="Kimberley House, Whitby" title="Kimberley House, Whitby" /></a>

<p><strong>How to find us</strong></p>
<p><iframe width="630" height="350" frameborder="0" scrolling="no" 
marginheight="0" 
marginwidth="0" src="http://maps.google.co.uk/maps?
q=kimberley+house+whitby&amp;ie=UTF8&amp;hl=en&amp;hq=kimberl
ey+house+whitby&amp;hn
ear=&amp;radius=15000&amp;cid=16245867416637236467&amp;ll=54
.49487,-
0.608196&amp;spn=0.017447,0.054073&amp;z=14&amp;iwloc=A&amp;
output=embed">
</iframe><br /><small><a href="http://maps.google.co.uk/maps?
q=kimberley+house+whitby&amp;ie=UTF8&amp;hl=en&amp;hq=kimberl
ey+house+whitby&amp;hn
ear=&amp;radius=15000&amp;cid=16245867416637236467&amp;ll=54
.49487,-
0.608196&amp;spn=0.017447,0.054073&amp;z=14&amp;iwloc=A&amp;
source=embed" 
style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/kimberley-guest-house-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bay Tree House, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/bay-tree-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/bay-tree-house-whitby#comments</comments>
		<pubDate>Thu, 05 May 2011 11:55:20 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2692</guid>
		<description><![CDATA[Looking for a beautiful period property for your self-catering break in Whitby? This superb stone built Victorian 5 bedroom property is situated on the slopes of the Esk Valley in the picturesque village of Sleights.]]></description>
			<content:encoded><![CDATA[<p>Looking for a beautiful period property for your self-catering break in Whitby? This superb stone built Victorian 5 bedroom property is situated on the slopes of the Esk Valley in the picturesque village of Sleights. Just a stone’s throw from the glorious North Yorkshire Moors national park and only two and a half miles from Whitby town centre.</p>
<p>Built in 1905 this large property has five spacious bedrooms, with dining room, lounge, large country kitchen and two bathrooms with all bed linen and towels provided for your comfort and convenience.</p>
<p>There are various games, books and DVD’s provided including a Nintendo Wii games console with various games to keep the children entertained. WiFi is also available. There is off road parking for two vehicles.</p>
<p>The large enclosed garden and patio offer privacy and security with BBQ, garden furniture and sun loungers for those warm summer evenings of rest and relaxation.</p>
<p>Guests wishing to bring dogs may do so, up to 2 are permitted. We do ask that they are cleaned up after and kept out of the bedrooms.</p>
<p>Sleights village benefits from a local pub just a 2 minute walk away, bus and train services are just 1 minute walk away with regular services to Whitby and Scarborough. There is also a butchers, bakers, Post Office and Supermarket just 10 minutes by foot.</p>
<p>The house is available from 4pm on day of arrival and checkout is by 10am on day of departure.</p>
<p>WARMEST WELCOME:“We hope you have a great stay here at Bay Tree House and enjoy the beautiful surroundings Whitby has to offer!”– Heidi &amp; Richard</p>
<p><strong>Contact Us</strong><br />
White Linen Guest House<br />
24 Bagdale<br />
Whitby<br />
North Yorkshire<br />
YO21 1QS</p>
<p>Telephone: <strong>07881813013</strong> or <strong>07795964625</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a href="http://holidayhomewhitby.co.uk/" target="_self"><strong>http://holidayhomewhitby.co.uk/</strong></a></p>

<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-01' title='bay-tree-house-whitby-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-01-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-01" title="bay-tree-house-whitby-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-02' title='bay-tree-house-whitby-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-02-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-02" title="bay-tree-house-whitby-02" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-03' title='bay-tree-house-whitby-03'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-03-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-03" title="bay-tree-house-whitby-03" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-04' title='bay-tree-house-whitby-04'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-04-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-04" title="bay-tree-house-whitby-04" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-05' title='bay-tree-house-whitby-05'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-05-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-05" title="bay-tree-house-whitby-05" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-06' title='bay-tree-house-whitby-06'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-06-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-06" title="bay-tree-house-whitby-06" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-07' title='bay-tree-house-whitby-07'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-07-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-07" title="bay-tree-house-whitby-07" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-08' title='bay-tree-house-whitby-08'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-08-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-08" title="bay-tree-house-whitby-08" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-09' title='bay-tree-house-whitby-09'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-09-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-09" title="bay-tree-house-whitby-09" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-10' title='bay-tree-house-whitby-10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-10-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-10" title="bay-tree-house-whitby-10" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-12' title='bay-tree-house-whitby-12'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-12-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-12" title="bay-tree-house-whitby-12" /></a>
<a href='http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/bay-tree-house-whitby-13' title='bay-tree-house-whitby-13'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2011/05/bay-tree-house-whitby-13-100x100.jpg" class="attachment-thumbnail" alt="bay-tree-house-whitby-13" title="bay-tree-house-whitby-13" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/bay-tree-house-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Beach Games, Fun For The Whole Family</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-beach-games-fun-for-the-whole-family</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-beach-games-fun-for-the-whole-family#comments</comments>
		<pubDate>Mon, 14 Mar 2011 16:50:06 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[beach games]]></category>
		<category><![CDATA[whitby beach games]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2567</guid>
		<description><![CDATA[So your holiday is here and you’ve come to enjoy yourself, as have the children. Whitby has beautiful beaches and with a little bit of forward planning you can thoroughly enhance everyone’s enjoyment of your holiday. Spending a prolonged period of time on the beach seems like any child’s idea of enjoyment and fun. A [...]]]></description>
			<content:encoded><![CDATA[<p>So your holiday is here and you’ve come to enjoy yourself, as have the children. <a title="whitby" href="http://www.thewhitbyguide.co.uk">Whitby</a> has beautiful beaches and with a little bit of forward planning you can thoroughly enhance everyone’s enjoyment of your holiday. Spending a prolonged period of time on the beach seems like any child’s idea of enjoyment and fun. A slight word of caution here, however, for very few youngsters will sit and play on the beach for very long without there being some forward planning and organisation from adults. That is not to say that you have to be suggesting and organising activities and games all the time. Children are very creative and very adept at interpreting and making use of resources close to them. Usually, children’s creativity can be quite astonishing when they experience the endless opportunities for games and play on a hazard-free beach. Of paramount importance at all times for you is to ensure the safety and well-being  of your child/children and then to chip in with suggestions when ideas are running low and enthusiasm for a particular activity is showing signs of being on the wane.. The adult supervision issue is particularly important when games or activities are undertaken near or in the water.</p>
<p><strong>Beach Trip Planning and Preparation: </strong></p>
<ul>
<li>Most adults ensure that a bucket and spade is available! And rightly so for many beach games and activities need only these items</li>
<li>A packet of balloons – very handy for messy water games!</li>
<li>Tennis ball size foam ball  &#8211; for Hot Rice</li>
<li>A softball</li>
<li>Packet of plastic forks – for sand writing and sand drawing</li>
<li>Tennis rackets and tennis balls</li>
<li>A boule set</li>
</ul>
<p><strong>At the beach:</strong></p>
<p>When you go to the beach, take time in selecting where you will be playing your games and undertaking your activities. Giving careful consideration as to your site is well worth the additional time you take in choosing where you and your family will settle for the duration of your beach stay.  A site free of stones, not too close to other holidaymakers and not likely to be too affected by an incoming tide are major considerations</p>
<p><strong>Traditional Beach Activities:</strong></p>
<ul>
<li>Sand castle building –which individual or pair or team can build the biggest or most unusual or best looking sand castle?</li>
<li>Sand monster creations – which individual or pair or team can create the most horrible-looking monster ?</li>
<li>Collecting seashells – these can be used to decorate sand castles if needed</li>
<li>Ball throwing/ stone throwing – distance, distance and catching, target hitting,etc</li>
<li>Kite flying – cheap and suitable kites are available in retail outlets in the Town. Who can fly their kite the highest, longest, etc</li>
<li>Frisbee throwing – again, available from retail outlets in the Town. Can be played by individuals or pairs, etc.  Many different ways of playing &#8211;  longest  distance, target hitting, goal-scoring, etc</li>
<li>Burying them! Usually a timed  activity !    eg : 20 mins (or whatever) to bury &#8230; whoever &#8230;</li>
<li>Where’s Australia? All participants are in a straight line. A 10 ( or whatever) minute time limit is set up. On the ‘Go !’command, everyone attempts to dig through to Australia, using only bare hands. The winner, at the end of the time limit, is the person who digs the deepest hole.</li>
<li>Long Jumping/ Triple Jumping :    Singles or in pairs or teams – add jump lengths together to see which pair or team wins</li>
<li>Running races – of varying types : Individual, team relays, etc</li>
<li>Skipping stones. Participants find 5 or whatever number is agreed, stones to skip on the water. The participant whose stone skips the most times wins.</li>
</ul>
<p><strong>Games which children play at school lend themselves to the beach:</strong></p>
<ul>
<li>Hopscotch</li>
<li>Hot Rice – players form a circle, pass ball amongst themselves until one drops the ball. And becomes ‘on.’ Everyone scatters and ‘on’ throws ball at other players, who in turn help ‘on’ to ‘catch’ everyone.   Game must be played with confined area. Game begins again when everyone is caught.  A good game for including ‘forfeits’, such as all players caught, except the final one, must run into the sea, sing a nursery rhyme, etc</li>
<li>Noughts and Crosses – ‘board’ marked out and markers can be seashells, different size stones, pieces of driftwood,etc</li>
</ul>
<div id="_mcePaste"><strong>Sand Games</strong></div>
<div>
<ul>
<li>Beach darts – draw a very large circle in the sand, then four, or, six, smaller circles inside. Give a ‘point’ score to each circle. Let the participants collect their ‘arrows’, such as shells, driftwood, stones, etc.    Draw a ‘starting line.’ Each participant throws 3 or 4 darts at the sand dartboard.   There are many scoring variations in this game</li>
<li>Writing/ drawing in the sand – personal names or messages – whatever size. Individually or one large group picture with each person undertaking one part of the picture or message</li>
<li>King Canuting – check the tide situation first to ensure that the tide will be coming in during the activity.  Divide participants into two teams. Each team builds a sand castle, protected by a moat and a small sand wall in front of the moat. Teams can use additional seashore items to help in the wall construction, such as shells, stones, seaweed, driftwood, etc, as long as excessively large items are now used ! The winning team is the one which keeps its castle from being destroyed, by the sea, the longest.</li>
<li>Teams can build other items, not only sandcastles – aeroplanes, cars, trains, boats – where all team members can sit whilst the sea creeps closer .. and &#8230;closer</li>
</ul>
</div>
<p><strong>Water Games:</strong></p>
<ul>
<li>Water race – items required 2 large buckets and 2 paper cups.  This is a two team relay game made up of as many players as you wish. Each team lines up behind a predetermined starting line. Each player races ton the sea, fills plastic cup, returns to ‘base, puts water in the large team bucket and hands plastic cup to next team member. Winning team is the first to fill the bucket.</li>
<li>Water race – exactly the same as above, but no paper cup, only cupped hands can be used</li>
<li>Water-filled balloon battle   Establish two teams. Draw two circles in the sand, 20 metres apart. Players are to remain in their appropriate circle throughout and give each team ten balloons. These will be filled with water and brought back to each team’s circle. 3 minute time limit before surviving balloons can be refilled. Another 3 minutes can be played if necessary.    No winners, just wet fun !  Even more fun with three teams !!</li>
</ul>
<p><strong>Team Games or Group Games</strong></p>
<p>Careful player selection is required in all these to avoid landslide victories and defeats !!</p>
<ul>
<li>Tennis – ‘singles’, doubles or whatever, depending on kit provision</li>
<li>Boules</li>
</ul>
<p>NB :  Each of the following games can be played on the beach OR in the sea, at whatever depth you agree upon and what target goals you agree upon!!  The latter arrangements provide considerable laughter !!</p>
<ul>
<li>Football</li>
<li>Volleyball</li>
<li>Rugby</li>
<li>Softball</li>
</ul>
<p>If you are visiting the seaside this year, then <a title="whitby" href="http://www.thewhitbyguide.co.uk/">Whitby</a> is the perfect destination. Take a look at these <a title="whitby holiday cottages" href="http://www.thewhitbyguide.co.uk/category/whitby-holiday-cottages/">Whitby Holiday Cottages</a> and <a title="whitby bed and breakfasts" href="http://www.thewhitbyguide.co.uk/category/whitby-bed-and-breakfast/">Whitby Bed &amp; Breakfasts</a> for inspiration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-beach-games-fun-for-the-whole-family/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Folk Week</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-folk-week</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-folk-week#comments</comments>
		<pubDate>Mon, 07 Mar 2011 11:28:20 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[whitby folk week]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2532</guid>
		<description><![CDATA[Guest post written by Rebecca Kelly of SimonSeeks.com. A glimpse of the upcoming Whitby Folk Week, 20 - 26 August.]]></description>
			<content:encoded><![CDATA[<p><strong>Whitby Folk Week</strong></p>
<p>Annually, the coastal town of Whitby comes alive as hundreds of locals, performers and tourists gather for the legendary Whitby Folk Week. The festival is an excellent excuse to stay away from package holidays and head to the north east of England each summer.</p>
<p>Billed as the biggest folk event of the year, Whitby Folk Week takes place during August and provides seven fun-filled days for meeting old friends and making new ones. The event has taken on the trappings of a tradition in its own right!<br />
With a ruined Abbey dominating the cliff tops above the town,  the inspiration for Bram Stoker’s Dracula (St Mary’s churchyard) and Captain Cook&#8217;s cottage creating a beautiful surrounding for the annual event, families gather in their masses and the streets awaken. Whitby is filled with rich and colourful heritage and this is reflected in the artistic sights and sounds of the festival.</p>
<p>Playing host to some of the most outstanding entertainment from some of the finest artists in the British Isles, throughout Folk Week, almost every venue in town is in use &#8211; from small pubs to the 1000-person capacity Whitby Pavilion. Each year sees over 500 scheduled events including street entertainment, workshops, concerts and dances.<br />
This year, the festival is taking place 20 – 26 August.  Confirmed acts for Whitby Folk Week 2011 include Young &#8216;Uns, Tim Edey &amp; Brendan Power and Skylark plus a whole host of others. Entry is in the form of season or day tickets and can be booked well in advance to avoid disappointment.</p>
<p>Whitby Folk Week is a well established and loved festival – why not visit this year?</p>
<p>Need a place to stay? See <a href="http://www.thewhitbyguide.co.uk/category/whitby-cottages-and-self-catering/" target="_self">Holiday Cottages in Whitby</a>, <a href="http://www.thewhitbyguide.co.uk/category/whitby-hotels/" target="_self">Whitby Hotels</a> or <a href="http://www.thewhitbyguide.co.uk/category/whitby-guest-house/" target="_self">Whitby Guest Houses</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-folk-week/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greetings from The Whitby Guide.</title>
		<link>http://www.thewhitbyguide.co.uk/greetings-from-the-whitby-guide</link>
		<comments>http://www.thewhitbyguide.co.uk/greetings-from-the-whitby-guide#comments</comments>
		<pubDate>Thu, 18 Nov 2010 16:54:12 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2407</guid>
		<description><![CDATA[Greetings from The Whitby Guide. During the last year The Whitby Guide has come of age, we turned 1 year old in July this year. We are celebrating a great first season delivering excellent quality leads and enquiries to our advertisers across Whitby. Thank you all for your support! We’re now well established in the [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings from The Whitby Guide.</p>
<p>During the last year The Whitby Guide has come of age, we turned 1 year old in July this year.</p>
<p>We are celebrating a great first season delivering excellent quality leads and enquiries to our advertisers across Whitby. Thank you all for your support!</p>
<p>We’re now well established in the Google and Yahoo search indexes and over the next few months we will enhance the site allowing us to offer even more in terms of service and value.</p>
<p>Here’s a selection of the improvements at a glance:</p>
<ul>
<li>More Keyword Searches</li>
<li>Speciality Categories</li>
<li>Improved Navigation and Usability</li>
<li>New Packages</li>
<li>Monthly Newsletter</li>
</ul>
<p>We will now offer three levels of listing, Standard, Profile and Featured. A package to suit every budget and business, see our rate card here.</p>
<p>We are making some structural changes to the site so that your listings receive more enquiries and more relevant traffic, including speciality categories and keyword searches, for example, ‘Pet friendly Bed and Breakfast in Whitby’</p>
<p>There will be some improvements to the way the site works, making the site easier for users to navigate their way around, for a better experience.</p>
<p>We will also be offering a monthly newsletter service, reach 20,000 UK Holiday Makers each month via our mailing list. Contact us for more information.</p>
<p>New for this year, refer a friend to our site and if they advertise with us, we’ll give you a 10% discount on your renewal. A great way to get more from your budget in 2011!</p>
<p>If you have any questions regarding your listing with The Whitby Guide you can reach us on the usual number <strong>01782 442 916</strong> or email <a href="mailto:james@thewhitbyguide.co.uk" target="_blank">james@thewhitbyguide.co.uk </a></p>
<p>Not already advertising with The Whitby Guide? Sign up in 2010 and receive a 10% discount. Offer ends 31/12/10. Terms and Conditions apply. Contact us for full details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/greetings-from-the-whitby-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vinyard Cafe Bar And Bistro In Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/vinyard-cafe-bar-and-bistro-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/vinyard-cafe-bar-and-bistro-in-whitby#comments</comments>
		<pubDate>Thu, 04 Nov 2010 11:29:08 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2103</guid>
		<description><![CDATA[Vinyard Cafe Bar And Bistro is open 7 Days a week serving various menus throughout the day or just pop in for a coffee or a glass of wine]]></description>
			<content:encoded><![CDATA[<p>Vinyard Cafe Bar And Bistro is open 7 Days a week serving various menus throughout the day or just pop in for a coffee or a glass of wine. We have a dining area with over 40 covers, bar area with over 30 covers and an outside courtyard. Children and pets welcome. Excellent atmosphere.</p>
<p>This is a review from a recent customer:</p>
<p>&#8220;We went last night, and really enjoyed it. I&#8217;ve always been a fan of the previous chef, and was sad to see the place close. The current owner has a new chef, who apparently worked previously at the Stables/Cross Butts and Trenchers. The menu is quite limited, which is usually a sign that everything is being cooked from fresh.</p>
<p>We started with scallops, served with minted mushy peas and crisped ham; I went for monkfish on pak choi as my main, my other half went for lamb shank. The monkfish was firm but not overcooked, the lamb shank was moist, tender and full of flavour. One pudding for the wee Scottish partner, and we&#8217;d had pre-meal drinks and a decent bottle of wine. Bill just over £80, we&#8217;ll certainly go back.&#8221;</p>
<p><strong>Contact details</strong></p>
<p>3 Silver Street<br />
Whitby<br />
North Yorkshire<br />
YO21 3BU</p>
<p>Tel: <strong>01947 605383</strong></p>
<p><iframe width="630" 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=11508316398295279009
4.0004943879d9b36c9a53a
&amp;ll=54.489286,-
0.616436&amp;spn=0.008725,0.027037&amp;z=15&amp;iwloc=000494
387b0eec7c6833c&amp;o
utput=embed"></iframe><br /><small>View <a 
href="http://maps.google.com/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.0004943879d9b36c9a53a
&amp;ll=54.489286,-
0.616436&amp;spn=0.008725,0.027037&amp;z=15&amp;iwloc=000494
387b0eec7c6833c&amp;s
ource=embed" style="color:#0000FF;text-align:left">Vinyard Cafe Bar And 
Bistro In Whitby</a> 
in a larger map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/vinyard-cafe-bar-and-bistro-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bell Island Cottages, Holiday Cottages Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/bell-island-holiday-cottages-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/bell-island-holiday-cottages-whitby#comments</comments>
		<pubDate>Wed, 30 Jun 2010 08:03:22 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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, Holiday Cottages Whitby</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>Contact Us<br />
</strong>29 Church Street<br />
Whitby<br />
England<br />
YO22 4AE</p>
<p>Telephone: <strong>01947 825194</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a href="http://www.bellislandcottages.co.uk/" target="_blank">http://www.bellislandcottages.co.uk/</a></p>
<p><img style="border:0;" src="http://www.cincopa.com/media-platform/api/thumb.aspx?fid=+AcEA_e6UHWOi&size=large" /></p>
<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>
<blockquote><p><em><strong>What our Guests say:</strong></em></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></blockquote>
<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>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=11508316398295279009
4.00048a3aaff7228bec5b7
&amp;ll=54.483602,-
0.610042&amp;spn=0.008726,0.026479&amp;z=15&amp;output=embe
d"></iframe><br 
/><small>View <a href="http://maps.google.co.uk/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.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-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ocean 12, Luxury Holiday Apartment, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/ocean-12-luxury-holiday-apartment-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/ocean-12-luxury-holiday-apartment-whitby#comments</comments>
		<pubDate>Thu, 10 Jun 2010 15:32:56 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[ocean 12 luxury apartment whitby]]></category>
		<category><![CDATA[ocean 12 whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=2059</guid>
		<description><![CDATA[Ocean 12 is our brand new sister apartment to the Penthouse at Berkley Mansions on the West Cliff of Whitby. Contemporary coast living at is best, the apartment boasts stunning sea views of Whitby, fully equiped kitchen, TV with built in dvd and ipod docking station, king size bed with shower en suite, bathroom 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:#4d689f;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 Ocean 12" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Ocean 12 is our brand new sister apartment to the Penthouse at Berkley Mansions on the West Cliff of Whitby.</p>
<p>Contemporary coast living at is best, the apartment boasts stunning sea views of Whitby, fully equiped kitchen, TV with built in dvd and ipod docking station, king size bed with shower en suite, bathroom and seperate changing room.</p>
<p>A small balcony ensures fresh Whitby sea air always available!</p>
<p>Parking is available on a first come first served basis.</p>
<p><strong>Contact Us</strong><br />
Ocean 12<br />
Berkeley Mansion<br />
Argyle Road<br />
Whitby<br />
North Yorkshire<br />
YO21 3HT</p>
<p>Telephone: <strong>01947 600 284</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p><a href="http://www.greensofwhitby.com/apartments/ocean-12.html" target="_blank">Click here to view website</a></p>

<a href='http://www.thewhitbyguide.co.uk/ocean-12-luxury-holiday-apartment-whitby/ocean-12-whitby' title='ocean-12-whitby'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/06/ocean-12-whitby-100x100.jpg" class="attachment-thumbnail" alt="ocean-12-whitby" title="ocean-12-whitby" /></a>
<a href='http://www.thewhitbyguide.co.uk/ocean-12-luxury-holiday-apartment-whitby/ocean-12-whitby-01' title='ocean-12-whitby-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/06/ocean-12-whitby-01-100x100.jpg" class="attachment-thumbnail" alt="ocean-12-whitby-01" title="ocean-12-whitby-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/ocean-12-luxury-holiday-apartment-whitby/ocean-12-whitby-02' title='ocean-12-whitby-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/06/ocean-12-whitby-02-100x100.jpg" class="attachment-thumbnail" alt="ocean-12-whitby-02" title="ocean-12-whitby-02" /></a>

<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=11508316398295279009
4.000488af1526918480f8a
&amp;ll=54.486993,-
0.617509&amp;spn=0.008725,0.026264&amp;z=15&amp;output=embe
d"></iframe><br 
/><small>View <a href="http://maps.google.co.uk/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.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/ocean-12-luxury-holiday-apartment-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storm Cottage, Holiday Cottage Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/storm-cottage-holiday-cottage-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/storm-cottage-holiday-cottage-whitby#comments</comments>
		<pubDate>Tue, 01 Jun 2010 15:46:23 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 Us</strong><br />
Storm Cottage<br />
4 Ellerby Cottage<br />
Whitby<br />
North Yorkshire<br />
YO22 4DA</p>
<p>Telephone: <strong>01947 600 284</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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=11508316398295279009
4.000487f9c41
a2a4e89ce1&amp;ll=54.487491,-
0.612187&amp;spn=0.008725,0.026264&amp;z=15&amp;output=embe
d"></iframe>
<br /><small>View <a href="http://maps.google.com/maps/ms?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.000487f9c41
a2a4e89ce1&amp;ll=54.487491,-
0.612187&amp;spn=0.008725,0.026264&amp;z=15&amp;source=embe
d" 
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-holiday-cottage-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Sandbeck Hotel, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby#comments</comments>
		<pubDate>Sat, 29 May 2010 20:24:12 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Hotels in Whitby North Yorkshire]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels, Hotels In Whitby North Yorkshire, The Whitby Guide]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[the sandbeck hotel]]></category>
		<category><![CDATA[the sandbeck hotel whitby]]></category>
		<category><![CDATA[whitby hotel]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=165</guid>
		<description><![CDATA[The Pick of Whitby Hotels and Guesthouses. This Seafront Boutique B&#038;B has 17 newly renovated seaview guestrooms offering stunning harbour, beach and coastal views. The Sandbeck is within easy reach of Whitby town and all the magnificent attractions, bars and restaurants.]]></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:#4d689f;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="thesandbeck@googlemail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Sandbeck" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Sandbeck Hotel, Whitby</strong></p>
<p>The Pick of Whitby Hotels and Guesthouses. This Seafront Boutique B&amp;B has 17 newly renovated seaview guestrooms offering stunning harbour, beach and coastal views.</p>
<p>Couples, couples, couples, we love couples at the Sandbeck. So if it&#8217;s a romantic weekend away for you and a loved one &#8211; look no further than Sandbeck! Big bay windows, panoramic sea views, spacious well furnished double and twin rooms, deluxe suites or romantic 4 poster rooms, we&#8217;ve got it all. And many of our rooms have just been refurbished. Not to mention we are centrally located next to the famous Whale Bones overlooking the town, harbour and beach. This means you can park your car for the weekend and forget about it, as within a short stroll are all Whitby&#8217;s restaurants, cafes and bars, along with the many tourist attractions. The hotel benefits from a lift to most of our bedrooms.</p>
<p>We do try to make your stay that little bit special so please take a look at our arrivals packages for a selection of choices including wine, champagne, flowers and chocolates, not to mention picnic hampers or lunch boxes. If you have anything you require then please call and ask and we will try to deliver</p>
<p>Why not enjoy breakfast at your own pace in the comfort of your bedroom as you sit and watch the world go by. Ask about our in-room breakfast menu. Of course if you prefer the traditional full English breakfast with all its trimmings, then our breakfast room awaits you.</p>
<p>Even in our most intimate rooms you get a traditional double bed with space to move around and a lot of contemporary flair and personality. Of course if you feel romantic we can offer rooms with stunning panoramic views from big Victorian bay windows, and with a choice of double or twin beds.</p>
<p>All our executive Rooms are large, colourful, relaxing and well styled. They come with en-suite bathrooms that have showers over the bath or with en-suite shower room and with a complementary drinks fridge containing alcoholic beverages, soft drinks, water and chocolates.</p>
<p>Unfortunately, we don&#8217;t allow bookings for hen/stag parties or single sex groups of 4 or more, flouting of this rule will result on arrival of your deposits being forfeited. However walking, golf or cycling groups please call for packages we can offer.</p>
<p><strong>Contact Us<br />
</strong>1&amp; 2 Crescent Terrace<br />
West Cliff<br />
Whitby<br />
North Yorkshire<br />
YO21 3EL</p>
<p>Telephone: <strong>01947 604012</strong><br />
Please mention<strong> The Whitby Guide </strong>when making contact<strong> </strong><br />
Website: <a title="the sandbeck" href="http://www.thesandbeckwhitby.co.uk" target="_blank">http://www.thesandbeckwhitby.co.uk</a><br />

<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-01' title='the-sandbeck-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-01-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-01" title="the-sandbeck-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-02' title='the-sandbeck-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-02-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-02" title="the-sandbeck-02" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-03' title='the-sandbeck-03'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-03-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-03" title="the-sandbeck-03" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-04' title='the-sandbeck-04'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-04-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-04" title="the-sandbeck-04" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-05' title='the-sandbeck-05'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-05-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-05" title="the-sandbeck-05" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-06' title='the-sandbeck-06'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-06-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-06" title="the-sandbeck-06" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-07' title='the-sandbeck-07'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-07-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-07" title="the-sandbeck-07" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-08' title='the-sandbeck-08'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-08-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-08" title="the-sandbeck-08" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-09' title='the-sandbeck-09'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-09-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-09" title="the-sandbeck-09" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-10' title='the-sandbeck-10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-10-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-10" title="the-sandbeck-10" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-11' title='the-sandbeck-11'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-11-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-11" title="the-sandbeck-11" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-12' title='the-sandbeck-12'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-12-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-12" title="the-sandbeck-12" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-13' title='the-sandbeck-13'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-13-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-13" title="the-sandbeck-13" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-14' title='the-sandbeck-14'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-14-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-14" title="the-sandbeck-14" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/the-sandbeck-15' title='the-sandbeck-15'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/the-sandbeck-15-100x100.jpg" class="attachment-thumbnail" alt="the-sandbeck-15" title="the-sandbeck-15" /></a>
<br />
<iframe width="600" height="350" frameborder="0" scrolling="no" 
marginheight="0" 
marginwidth="0" src="http://maps.google.co.uk/maps?
hl=en&amp;ie=UTF8&amp;q=the+sandbeck+hotel+whitby&amp;fb=1&a
mp;gl=uk&amp;hq=the+s
andbeck+hotel&amp;hnear=0x487edd7f99e2ae61:0x5117f8c6994efcd6,
Whitby,+North+Yorkshire
&amp;view=map&amp;cid=9916434374371168624&amp;ll=54.493449,-
0.612659&amp;spn=0.008724,0.025749&amp;z=15&amp;iwloc=A&amp;
output=embed">
</iframe><br /><small><a href="http://maps.google.co.uk/maps?
hl=en&amp;ie=UTF8&amp;q=the+sandbeck+hotel+whitby&amp;fb=1&a
mp;gl=uk&amp;hq=the+s
andbeck+hotel&amp;hnear=0x487edd7f99e2ae61:0x5117f8c6994efcd6,
Whitby,+North+Yorkshire
&amp;view=map&amp;cid=9916434374371168624&amp;ll=54.493449,-
0.612659&amp;spn=0.008724,0.025749&amp;z=15&amp;iwloc=A&amp;
source=embed" 
style="color:#0000FF;text-align:left">View Larger Map</a></small><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-sandbeck-hotel-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shoreline Cottages Whitby, Luxury Holiday Cottages Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/shoreline-cottages-whitby-luxury-holiday-cottages-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/shoreline-cottages-whitby-luxury-holiday-cottages-whitby#comments</comments>
		<pubDate>Wed, 19 May 2010 12:47:42 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[shoreline cottages whitby]]></category>
		<category><![CDATA[whitby 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 2011 Shoreline Cottages will make one property available at a very special price.]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.shoreline-cottages.com/" target="_self">Shoreline Luxury Holiday Cottages Whitby</a></strong></p>
<p>Shoreline Cottages, award winning, luxury holiday cottages Whitby, a selection of the very best that the North Yorkshire coast has to offer.</p>
<p>If you’re looking for comfort on your Whitby holiday, and looking to stay in a luxury holiday cottage in Whitby, then, look no further. Shoreline Cottages is your first port of call for excellence and quality.</p>
<p>Every week in 2011 Shoreline Cottages will be making one property available at a very special price. So you can take a luxury Whitby break any week of the year and enjoy fantastic value for money too.</p>
<p>Individually furnished and styled throughout by a professional interior designer, our luxury holiday cottages in Whitby are beautifully decorated with amazing attention to detail in every aspect. You’ll see delightful touches everywhere you look.  When it comes to comfort, our standards are exacting.  Our cottages are regularly refurbished; after all, who can relax on a creaky sofa or sleep soundly on a lumpy mattress?</p>
<p>Our priority is that your stay is a pleasure, that’s why you’ll find most of our cottages come complete with everything you could wish for, 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’ll find your cottage immaculately presented, cleaned from top to bottom, aired and dressed with fresh bedding.</p>
<p>We have a range of luxury holiday cottages in Whitby, available throughout the year, please take a look at our website for more information, or telephone number below to make a booking enquiry.</p>
<p><img style="border:0;" src="http://www.cincopa.com/media-platform/api/thumb.aspx?fid=+A8JAghKSf52O&size=large" /></p>
<p><strong>Contact Us</strong><br />
Shoreline Cottages Ltd<br />
Tel: <strong>01904 607 087<br />
</strong>Please mention <strong>The Whitby Guide</strong> when making contact<br />
Website: <a href="http://www.shoreline-cottages.com" target="_self"><strong>www.shoreline-cottages.com</strong></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-whitby-luxury-holiday-cottages-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[Hotels in Whitby North Yorkshire]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels, Hotels In Whitby North Yorkshire, The Whitby Guide]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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=115083163982
952790094.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=&a
mp;hnear=Whi
tby+YO21+3JX,+United+Kingdom&amp;msa=0&amp;msid=1150831639
82952790094.
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[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></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[Waddleduck Cottage Whitby is in an outstanding and tranquil location in an elevated position above the valley of the River Esk.]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 Whitby</strong></p>
<p>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 Us</strong><br />
Waddleduck Cottage<br />
8 Riverside View<br />
Larpool Lane<br />
Whitby<br />
North Yorkshire<br />
YO22 4JE</p>
<p>Telephone: <strong>01943 831 574</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a title="Waddleduck Cottage" href="http://www.waddleduckcottage.co.uk/" target="_blank">http://www.waddleduckcottage.co.uk/</a><br />

<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddlev' title='waddleV'><img width="66" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleV-100x150.jpg" class="attachment-thumbnail" alt="waddleV" title="waddleV" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleh' title='waddleH'><img width="100" height="53" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleH-150x80.jpg" class="attachment-thumbnail" alt="waddleH" title="waddleH" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-01' title='waddleduck-cottage-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-01-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-01" title="waddleduck-cottage-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-02' title='waddleduck-cottage-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-02-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-02" title="waddleduck-cottage-02" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-03' title='waddleduck-cottage-03'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-03-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-03" title="waddleduck-cottage-03" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-04' title='waddleduck-cottage-04'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-04-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-04" title="waddleduck-cottage-04" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-05' title='waddleduck-cottage-05'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-05-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-05" title="waddleduck-cottage-05" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-06' title='waddleduck-cottage-06'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-06-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-06" title="waddleduck-cottage-06" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-07' title='waddleduck-cottage-07'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-07-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-07" title="waddleduck-cottage-07" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-08' title='waddleduck-cottage-08'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-08-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-08" title="waddleduck-cottage-08" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-09' title='waddleduck-cottage-09'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-09-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-09" title="waddleduck-cottage-09" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-10' title='waddleduck-cottage-10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-10-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-10" title="waddleduck-cottage-10" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-11' title='waddleduck-cottage-11'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-11-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-11" title="waddleduck-cottage-11" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-12' title='waddleduck-cottage-12'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-12-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-12" title="waddleduck-cottage-12" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-13' title='waddleduck-cottage-13'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-13-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-13" title="waddleduck-cottage-13" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-14' title='waddleduck-cottage-14'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-14-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-14" title="waddleduck-cottage-14" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-15' title='waddleduck-cottage-15'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-15-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-15" title="waddleduck-cottage-15" /></a>
<a href='http://www.thewhitbyguide.co.uk/waddleduck-cottage-whitby/waddleduck-cottage-16' title='waddleduck-cottage-16'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/waddleduck-cottage-16-100x100.jpg" class="attachment-thumbnail" alt="waddleduck-cottage-16" title="waddleduck-cottage-16" /></a>
<br />
<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=10815478412868615414
7.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=10815478412868615414
7.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, Holiday 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[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Whitby Cottages, Holiday Cottages Whitby - 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>Telephone: <strong>01723 871 028</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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=10815478412868615414
7.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=10815478412868615414
7.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[Hotels in Whitby North Yorkshire]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels, Hotels In Whitby North Yorkshire, The Whitby Guide]]></category>
		<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 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 Us</strong><br />
York House Hotel &amp; Caravan Park<br />
3 Back Lane<br />
Hawsker<br />
Whitby<br />
North Yorkshire<br />
YO22 4LW</p>
<p>Telephone: <strong>01947 880 314</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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=10815478412868615414
7.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=10815478412868615414
7.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>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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Ellie's Guest House in Whitby]]></category>
		<category><![CDATA[Guest House Whitby Accommodation]]></category>
		<category><![CDATA[whitby b&b]]></category>
		<category><![CDATA[Whitby Guest Houses]]></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:#4d689f;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 Ellies Guest 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 Whitby</strong></p>
<p>Our friendly family run guest house is located in the West Cliff area of Whitby, North Yorkshire offering quality bed &amp; breakfast accommodation. Each of our 6 rooms is appointed to a high standard, with en-suite facilities, colour television and hospitality tray in each room to ensure our guests are comfortable and enjoy their stay.</p>
<p>We are ideally positioned approximately 150 yards from the sea front and Whitby Pavilion, and 400 yards from the harbour and the majority of Whitby’s other tourist attractions. Our location also affords guests easy access to the nearby North Yorkshire Moors including Goathland (Heartbeat’s ’Aidensfield’), Teesside, Scarborough, Filey and of course Whitby itself.</p>
<p>Whatever your interests &#8211; arts &amp; crafts, walking, cycling, sea fishing, sightseeing, business trip or simply a holiday, Ellies Guesthouse offers a warm welcome, excellent accommodation and a hearty full English breakfast.</p>
<p>We can now offer our guests private, off street parking for weekends and school holidays.<br />
Ellies operates a no smoking policy in all areas of the guest house.<br />
We look forward to welcoming you&#8230;</p>
<p><strong>Contact Us</strong><br />
Val &amp; Pete Vardy<br />
4 Langdale Terrace<br />
West Cliff<br />
Whitby<br />
North Yorkshire<br />
YO21 3EE</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 326px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Phone: 01947 600022</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 326px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Mobile: 07860 924399</div>
<p>Phone: <strong>01947 600022</strong><br />
Mobile: <strong>07860 924399</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking<strong> </strong></p>
<p>Website: <a title="Ellies Guest House" href="http://www.elliesguesthouse.co.uk" target="_blank">http://www.elliesguesthouse.co.uk</a></p>

<a href='http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/attachment/3294' title='Ellies Guest House Bedroom 3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/Ellies-Guest-House-Bedroom-3-100x100.jpg" class="attachment-thumbnail" alt="Ellies Guest House Bedroom 3" title="Ellies Guest House Bedroom 3" /></a>
<a href='http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/attachment/3295' title='Ellies Guest House Bedroom 4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/Ellies-Guest-House-Bedroom-4-100x100.jpg" class="attachment-thumbnail" alt="Ellies Guest House Bedroom 4" title="Ellies Guest House Bedroom 4" /></a>
<a href='http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/attachment/3296' title='Ellies Guest House Bedroom 5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/Ellies-Guest-House-Bedroom-5-100x100.jpg" class="attachment-thumbnail" alt="Ellies Guest House Bedroom 5" title="Ellies Guest House Bedroom 5" /></a>
<a href='http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/attachment/3297' title='Ellies Guest House Bedroom 7'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/Ellies-Guest-House-Bedroom-7-100x100.jpg" class="attachment-thumbnail" alt="Ellies Guest House Bedroom 7" title="Ellies Guest House Bedroom 7" /></a>
<a href='http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/attachment/3298' title='Ellies Guest House Bedroom 8'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/Ellies-Guest-House-Bedroom-8-100x100.jpg" class="attachment-thumbnail" alt="Ellies Guest House Bedroom 8" title="Ellies Guest House Bedroom 8" /></a>
<a href='http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/attachment/3299' title='Ellies Guest House Dining Room'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/Ellies-Guest-House-Dining-Room-100x100.jpg" class="attachment-thumbnail" alt="Ellies Guest House Dining Room" title="Ellies Guest House Dining Room" /></a>
<a href='http://www.thewhitbyguide.co.uk/ellies-guest-house-whitby/ellies-guest-house-2' title='Ellies Guest House'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/05/Ellies-Guest-House-100x100.jpg" class="attachment-thumbnail" alt="Ellies Guest House" title="Ellies Guest House" /></a>

<p><strong></strong></p>
<p>&nbsp;</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=10815478412868615414
7.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=10815478412868615414
7.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>The Willows Guest House in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby#comments</comments>
		<pubDate>Mon, 10 May 2010 16:11:02 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Guest Houses]]></category>
		<category><![CDATA[willows guest house]]></category>
		<category><![CDATA[willows guest house whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1060</guid>
		<description><![CDATA[The Willows Guest House Whitby, 4star bed and breakfast accommodation in North Yorkshire. Warm, friendly Yorkshire welcome guaranteed at this comfortable Yorkshire B&#038;B.]]></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:#4d689f;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="thewillows35@hotmail.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Willows 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Willows Guest House in Whitby</strong></p>
<p>The Willows Guest House in Whitby, 4star bed and breakfast accommodation in North Yorkshire. Warm, friendly Yorkshire welcome guaranteed at this comfortable Yorkshire B&amp;B.</p>
<p>Deborah and Martin welcome you to their splendid guest-house in Whitby. Located on the ever popular Bagdale, just minutes from Whitby town centre, this guesthouse offers easy access to all of the town’s attractions, shops, bars and excellent restaurants.</p>
<p>A weekend at The Willows is certain to be a treat, with your hosts offering VIP treatment from the minute that you arrive. With prior arrangement you can have Champagne on ice, flowers in your suite and chocolates ready for your pleasure for that special occasion. Just ask when you make your booking.</p>
<p>The luxury doesn’t end there, with double, twin and king size suites available you can rest assured that you’ll sleep easy during your stay at The Willows. All rooms come with digital TV including a film channel, DVD player, most rooms are en-suite and there is also a lift to all floors to save your legs after a long day seeing the sights.</p>
<p>Breakfast is a highlight at The Willows. All dishes are lovingly prepared, locally sourced ingredients, including Whitby kippers and local bacon and sausage. A traditional Yorkshire breakfast is always available as is food for those with special dietary requirements, mention when booking to be sure to get the best start to the day.</p>
<p>Afternoon tea can be arranged on any day of the week; Deborah’s famous homemade cakes are a must! With a wide selection of teas and coffees this is your opportunity to take it easy, put your feet up and enjoy the finer things in life.</p>
<p>Parking is at a premium in Whitby, and being so close to the town we have to arrange in advance which can be done for a small fee. Disabled access is via a ramp and once indoors there is a lift to all floors. The corridors are wide and easy to navigate.</p>
<p>Come and visit Deborah and Martin at The Willows Guest House in Whitby, where a warm Yorkshire welcome and a nice cup of tea awaits you&#8230;</p>
<p><strong>Contact Us</strong><br />
The Willows Guest House Bed and Breakfast<br />
35 Bagdale,<br />
Whitby,<br />
North Yorkshire,<br />
YO21 1QL</p>
<p><strong> Tel:</strong> 01947 600 288<br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a title="Whitby Guest House" href="http://www.guesthouse4whitby.co.uk" target="_blank">http://www.guesthouse4whitby.co.uk</a></p>

<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/willows-rooms' title='The Willows Guest House Rooms'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/willows-rooms-150x150.jpg" class="attachment-thumbnail" alt="The Willows Guest House Rooms" title="The Willows Guest House Rooms" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-dining-room' title='the willows-guesthouse-whitby-dining-room'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-dining-room-100x100.jpg" class="attachment-thumbnail" alt="the willows-guesthouse-whitby-dining-room" title="the willows-guesthouse-whitby-dining-room" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-north-yorkshire-moors' title='the willows-guesthouse-whitby-north-yorkshire-moors'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-north-yorkshire-moors-100x100.jpg" class="attachment-thumbnail" alt="the willows-guesthouse-whitby-north-yorkshire-moors" title="the willows-guesthouse-whitby-north-yorkshire-moors" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-front' title='the-willows-front'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-front-100x100.jpg" class="attachment-thumbnail" alt="the-willows-front" title="the-willows-front" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-bedroom-1' title='the-willows-guesthouse-whitby-bedroom-1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-bedroom-1-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-bedroom-1" title="the-willows-guesthouse-whitby-bedroom-1" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-bedroom-2' title='the-willows-guesthouse-whitby-bedroom-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-bedroom-2-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-bedroom-2" title="the-willows-guesthouse-whitby-bedroom-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-bedroom-3' title='the-willows-guesthouse-whitby-bedroom-3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-bedroom-3-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-bedroom-3" title="the-willows-guesthouse-whitby-bedroom-3" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-bedroom-4' title='the-willows-guesthouse-whitby-bedroom-4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-bedroom-4-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-bedroom-4" title="the-willows-guesthouse-whitby-bedroom-4" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-bedroom-5' title='the-willows-guesthouse-whitby-bedroom-5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-bedroom-5-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-bedroom-5" title="the-willows-guesthouse-whitby-bedroom-5" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-bedroom-6' title='the-willows-guesthouse-whitby-bedroom-6'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-bedroom-6-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-bedroom-6" title="the-willows-guesthouse-whitby-bedroom-6" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-bedroom-7' title='the-willows-guesthouse-whitby-bedroom-7'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-bedroom-7-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-bedroom-7" title="the-willows-guesthouse-whitby-bedroom-7" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-cake' title='the-willows-guesthouse-whitby-cake'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-cake-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-cake" title="the-willows-guesthouse-whitby-cake" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-dining-room-long' title='the-willows-guesthouse-whitby-dining-room-long'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-dining-room-long-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-dining-room-long" title="the-willows-guesthouse-whitby-dining-room-long" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-harbour' title='the-willows-guesthouse-whitby-harbour'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-harbour-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-harbour" title="the-willows-guesthouse-whitby-harbour" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-whitby-folk-week' title='the-willows-guesthouse-whitby-whitby-folk-week'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-whitby-folk-week-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-whitby-folk-week" title="the-willows-guesthouse-whitby-whitby-folk-week" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-whitby/the-willows-guesthouse-whitby-whitby-goth-week' title='the-willows-guesthouse-whitby-whitby-goth-week'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/the-willows-guesthouse-whitby-whitby-goth-week-100x100.jpg" class="attachment-thumbnail" alt="the-willows-guesthouse-whitby-whitby-goth-week" title="the-willows-guesthouse-whitby-whitby-goth-week" /></a>

<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?
source=s_q&amp;hl=en&amp;geocode=&amp;ie=UTF8&amp;hq=&amp;
hnear=Whitby+YO21+3DD
,+United+Kingdom&amp;msa=0&amp;msid=115083163982952790094.
00047c5a5166929166a1e&
amp;ll=54.485048,-0.619354&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?
source=embed&amp;hl=en&amp;geocode=&amp;ie=UTF8&amp;hq=&a
mp;hnear=Whitby+YO21+3
DD,+United+Kingdom&amp;msa=0&amp;msid=1150831639829527900
94.00047c5a5166929166a1
e&amp;ll=54.485048,-0.619354&amp;spn=0.008726,0.025749&amp;z=1
5" 
style="color:#0000FF;text-align:left">Willows Guest House</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-willows-guest-house-in-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, Whitby B&B, Bed & Breakfast Whitby]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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>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>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>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>In the guest reception room you can relax with afternoon tea and homemade cakes or indulge yourself in one of the many local interest books on offer finding out a little bit more about our beautiful town and its environs before setting out to explore. Or you may choose a dvd from our extensive collection to watch in the luxury of your own individually styled room. The choice is entirely yours.</p>
<p>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>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>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>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>We look forward to welcoming you to Dillons of Whitby.</p>
<p><strong>Contact Us</strong><br />
Mathew Brown and Craig Stimson<br />
14 Chubb Hill Rd<br />
Whitby<br />
North Yorkshire<br />
YO21 1JU</p>
<p>Telephone: <strong>01947 600 290<br />
</strong>Mobile: <strong>07962 038344</strong></p>
<p>Please mention <strong>The Whitby Guide</strong> when making contact</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" title="Dillions B&amp;B Awards" src="http://www.thewhitbyguide.co.uk/images/dillions/dillions-awards.jpg" alt="" width="234" 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=11508316398295279009
4.00047504736f17f0c8fe2&
amp;ll=54.48435,-0.62253&amp;spn=0.008726,0.025749&amp;z=15&a
mp;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=11508316398295279009
4.00047504736f17f0c8fe2&
amp;ll=54.48435,-0.62253&amp;spn=0.008726,0.025749&amp;z=15&a
mp;source=embed" 
style="color:#0000FF;text-align:left">Dillons of Whitby</a> in a larger 
map</small></p>

<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 Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-waverley-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-waverley-guest-house-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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></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:#4d689f;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 Waverley 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 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 Us</strong><br />
Stephen &amp; Julie Ward<br />
The Waverley<br />
17 Crescent Avenue<br />
Whitby<br />
YO21 3ED</p>
<p>Telephone: <strong>01947 604 389</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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=10815478412868615414
7.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=10815478412868615414
7.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-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The White Linen Guest House Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-white-linen-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-white-linen-guest-house-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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 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&#8217;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 Us</strong><br />
Richard &amp; Heidi<br />
White Linen Guest House<br />
24 Bagdale<br />
Whitby<br />
North Yorkshire<br />
United Kingdom<br />
YO21 1QS</p>
<p>Telephone: <strong>01947 603 635</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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=10815478412868615414
7.00048435c7f91f5f54026&
amp;ll=54.488364,-0.61738&amp;spn=0.008725,0.025749&amp;z=15&a
mp;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=10815478412868615414
7.00048435c7f91f5f54026&
amp;ll=54.488364,-0.61738&amp;spn=0.008725,0.025749&amp;z=15&a
mp;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-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Captain&#8217;s Cabin, Harbour House, Whitby Bed and Breakfast</title>
		<link>http://www.thewhitbyguide.co.uk/a-captains-cabin-harbour-house-whitby-bed-and-breakfast</link>
		<comments>http://www.thewhitbyguide.co.uk/a-captains-cabin-harbour-house-whitby-bed-and-breakfast#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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>A Captain’s Cabin, Harbour House Whitby Bed and Breakfast </strong></p>
<p>Harbour House is in a fine Victorian terrace overlooking Whitby’s Upper Harbour on the River Esk.  There are great views of Whitby Abbey and the centre of town is a five minute walk away.</p>
<p>Captain’s Cabin is a marine themed, double en suite room with a TV/DVD player, radio, tea &amp; coffee making facilities and a fridge.  Have breakfast at the ‘Captain’s Table’ overlooking the River Esk. The room rate is from £55 per night and there is a private parking space in front of the house.</p>
<p>From Harbour House you can explore Whitby and the surrounding area, including the North York Moors, Robin Hood’s Bay, Sandsend and the Esk Valley.  There are many festivals and events in Whitby and rail journeys by steam or diesel from Whitby are among the best in the country.</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 Us</strong><br />
Ted &amp; Sandra Smith<br />
Harbour House<br />
17 Esk Terrace<br />
Whitby<br />
YO21 1PA</p>
<p>Telephone: <strong>01947 820 025</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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=10815478412868615414
7.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=10815478412868615414
7.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/a-captains-cabin-harbour-house-whitby-bed-and-breakfast/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seacrest Guest House Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/seacrest-guest-house-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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Guesthouse]]></category>
		<category><![CDATA[Seacrest]]></category>
		<category><![CDATA[Whitby Guest Houses]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Seacrest Guest House Whitby</strong></p>
<p>Andy &amp; Allison offer you a warm welcome to the Seacrest Guest House. Situated on the popular West Cliff, the Seacrest Guest House ( **** 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 Us</strong><br />
Seacrest Guest House<br />
10 Crescent Avenue<br />
Whitby<br />
North Yorkshire<br />
YO21 3ED</p>
<p>Telephone: <strong>01947 605 541</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact<br />
Website: <a title="Seacrest Guest House" href="http://www.seacrest.org.uk/" target="_blank">http://www.seacrest.org.uk/</a></p>

<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-01' title='seacrest-whitby-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-01-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-01" title="seacrest-whitby-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-02' title='seacrest-whitby-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-02-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-02" title="seacrest-whitby-02" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-03' title='seacrest-whitby-03'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-03-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-03" title="seacrest-whitby-03" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-04' title='seacrest-whitby-04'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-04-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-04" title="seacrest-whitby-04" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-05' title='seacrest-whitby-05'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-05-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-05" title="seacrest-whitby-05" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-06' title='seacrest-whitby-06'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-06-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-06" title="seacrest-whitby-06" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-07' title='seacrest-whitby-07'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-07-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-07" title="seacrest-whitby-07" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-08' title='seacrest-whitby-08'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-08-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-08" title="seacrest-whitby-08" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-09' title='seacrest-whitby-09'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-09-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-09" title="seacrest-whitby-09" /></a>
<a href='http://www.thewhitbyguide.co.uk/seacrest-guest-house-whitby/seacrest-whitby-10' title='seacrest-whitby-10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/seacrest-whitby-10-100x100.jpg" class="attachment-thumbnail" alt="seacrest-whitby-10" title="seacrest-whitby-10" /></a>

<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=10815478412868615414
7.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=10815478412868615414
7.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-guest-house-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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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>“The Firs” 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 Firs Guesthouse is situated in the picturesque costal village of Runswick Bay, 8 miles north of Whitby, on the edge of the North Yorkshire Moors National Park. This enviable position offers the quietness of a quaint old fashioned fishing village with a beautiful sandy bay complete with rock pools, fossil hunting and jet finding.</p>
<p>Runswick Bay offers close proximity to many of the North of England’s major tourist attractions.</p>
<p>We are just 20 minutes away from Whitby, where popular tourist attractions include Whitby Abbey, Dracula Experience and many more. The historic city of York in the west and Durham in the north are just an hour away.</p>
<p>Runswick Bay is an ideal base for walking the Cleveland Way or for just driving around the scenic National Park. The North Yorkshire coast is ideal for bird watching and even dinosaur hunting.</p>
<p>The accommodation is classified by Visit Britain and Welcome to Yorkshire as four stars. The Firs Guesthouse benefits from free WiFi, Freeview TV, DVD players, direct dial telephones in every room and ample off road parking.</p>
<p><strong>Contact Us</strong><br />
26 Hinderwell Lane<br />
Runswick Bay<br />
Nr Whitby<br />
North Yorkshire<br />
TS13 5HR</p>
<p>Telephone: <strong>01947 840 433</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a title="The Firs" href="http://www.the-firs.co.uk/" target="_blank">http://www.the-firs.co.uk/</a></p>

<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/firv' title='firV'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/firV-150x150.jpg" class="attachment-thumbnail" alt="firV" title="firV" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/firh' title='firH'><img width="100" height="60" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/firH-150x90.jpg" class="attachment-thumbnail" alt="firH" title="firH" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-01' title='the-firs-runswick-bay-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-01-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-01" title="the-firs-runswick-bay-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-02' title='the-firs-runswick-bay-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-02-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-02" title="the-firs-runswick-bay-02" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-03' title='the-firs-runswick-bay-03'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-03-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-03" title="the-firs-runswick-bay-03" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-04' title='the-firs-runswick-bay-04'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-04-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-04" title="the-firs-runswick-bay-04" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-05' title='the-firs-runswick-bay-05'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-05-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-05" title="the-firs-runswick-bay-05" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-06' title='the-firs-runswick-bay-06'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-06-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-06" title="the-firs-runswick-bay-06" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-07' title='the-firs-runswick-bay-07'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-07-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-07" title="the-firs-runswick-bay-07" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-08' title='the-firs-runswick-bay-08'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-08-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-08" title="the-firs-runswick-bay-08" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-09' title='the-firs-runswick-bay-09'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-09-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-09" title="the-firs-runswick-bay-09" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-10' title='the-firs-runswick-bay-10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-10-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-10" title="the-firs-runswick-bay-10" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-11' title='the-firs-runswick-bay-11'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-11-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-11" title="the-firs-runswick-bay-11" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-12' title='the-firs-runswick-bay-12'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-12-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-12" title="the-firs-runswick-bay-12" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-13' title='the-firs-runswick-bay-13'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-13-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-13" title="the-firs-runswick-bay-13" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-14' title='the-firs-runswick-bay-14'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-14-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-14" title="the-firs-runswick-bay-14" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-15' title='the-firs-runswick-bay-15'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-15-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-15" title="the-firs-runswick-bay-15" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-16' title='the-firs-runswick-bay-16'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-16-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-16" title="the-firs-runswick-bay-16" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-17' title='the-firs-runswick-bay-17'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-17-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-17" title="the-firs-runswick-bay-17" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-18' title='the-firs-runswick-bay-18'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-18-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-18" title="the-firs-runswick-bay-18" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-19' title='the-firs-runswick-bay-19'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-19-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-19" title="the-firs-runswick-bay-19" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-20' title='the-firs-runswick-bay-20'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-20-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-20" title="the-firs-runswick-bay-20" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-21' title='the-firs-runswick-bay-21'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-21-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-21" title="the-firs-runswick-bay-21" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-firs-guest-house-in-runswick-bay/the-firs-runswick-bay-22' title='the-firs-runswick-bay-22'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/04/the-firs-runswick-bay-22-100x100.jpg" class="attachment-thumbnail" alt="the-firs-runswick-bay-22" title="the-firs-runswick-bay-22" /></a>

<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=10815478412868615414
7.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=10815478412868615414
7.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 Hotel, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/saxonville-hotel-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/saxonville-hotel-whitby#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:40:18 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Hotels in Whitby North Yorkshire]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels, Hotels In Whitby North Yorkshire, The Whitby Guide]]></category>
		<category><![CDATA[Bed & Breakfast Hotel]]></category>
		<category><![CDATA[Saxonville]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[you are viewing hotels in Whitby North Yorkshire]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 Hotel 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 Us</strong><br />
Saxonville Hotel<br />
Ladysmith Avenue<br />
Whitby<br />
North Yorkshire<br />
YO21 3HX</p>
<p>Telephone: <strong>01947 602 631</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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=10815478412868615414
7.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=10815478412868615414
7.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-hotel-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[<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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 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 Us</strong><br />
Ruswarp Miniature Steam Railway<br />
Ruswarp</p>
<p>Telephone: <strong>01947 600 109</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</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>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 555px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"></div>
<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=10815478412868615414
7.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=10815478412868615414
7.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>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[Hotels in Whitby North Yorkshire]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels, Hotels In Whitby North Yorkshire, The Whitby Guide]]></category>
		<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 Us</strong><br />
Egton Bridge<br />
Whitby<br />
North Yorkshire<br />
YO21 1UX</p>
<p>Telephone: <strong>01947 895 241</strong><br />
Please mention <strong>The Whitby Guide</strong> when making  contact</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=10815478412868615414
7.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=10815478412868615414
7.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>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[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 75 properties 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, Whitby Bed and Breakfast</title>
		<link>http://www.thewhitbyguide.co.uk/argyle-house-whitby-bed-and-breakfast</link>
		<comments>http://www.thewhitbyguide.co.uk/argyle-house-whitby-bed-and-breakfast#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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Argyle House Whitby Bed and Breakfast</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>&nbsp;</p>
<p><strong>Contact Us</strong><br />
18 Hudson Street<br />
Whitby<br />
North Yorkshire<br />
YO21 3EP</p>
<p>Telephone: <strong>01947 602 733</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</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>

<a href='http://www.thewhitbyguide.co.uk/argyle-house-whitby-bed-and-breakfast/argylepic' title='argylepic'><img width="100" height="82" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/argylepic-150x124.jpg" class="attachment-thumbnail" alt="argylepic" title="argylepic" /></a>
<a href='http://www.thewhitbyguide.co.uk/argyle-house-whitby-bed-and-breakfast/argyle-bedroom-1' title='argyle-bedroom-1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/argyle-bedroom-1-100x100.jpg" class="attachment-thumbnail" alt="argyle-bedroom-1" title="argyle-bedroom-1" /></a>
<a href='http://www.thewhitbyguide.co.uk/argyle-house-whitby-bed-and-breakfast/argyle-bedroom-3' title='argyle-bedroom-3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/argyle-bedroom-3-100x100.jpg" class="attachment-thumbnail" alt="argyle-bedroom-3" title="argyle-bedroom-3" /></a>
<a href='http://www.thewhitbyguide.co.uk/argyle-house-whitby-bed-and-breakfast/argyle-bedroom-8' title='argyle-bedroom-8'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/argyle-bedroom-8-100x100.jpg" class="attachment-thumbnail" alt="argyle-bedroom-8" title="argyle-bedroom-8" /></a>

<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=10815478412868615414
7.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=10815478412868615414
7.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-whitby-bed-and-breakfast/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, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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><strong>Contact Details<br />
</strong>Riftswood B&amp;B<br />
5 Ladysmith Avenue<br />
Whitby<br />
North Yorkshire<br />
YO21 3HX</p>
<p>Telephone: <strong>01947 605 731</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website: <a title="Riftswood" href="http://www.riftswood.co.uk/" target="_blank">http://www.riftswood.co.uk/</a></p>

<a href='http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/riftswoodpic' title='riftswoodpic'><img width="100" height="78" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riftswoodpic-150x118.jpg" class="attachment-thumbnail" alt="riftswoodpic" title="riftswoodpic" /></a>
<a href='http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/riftswood-whitby-bedroom' title='riftswood-whitby-bedroom'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riftswood-whitby-bedroom-100x100.jpg" class="attachment-thumbnail" alt="riftswood-whitby-bedroom" title="riftswood-whitby-bedroom" /></a>
<a href='http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/riftswood-whitby-bedroom-1' title='riftswood-whitby-bedroom-1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riftswood-whitby-bedroom-1-100x100.jpg" class="attachment-thumbnail" alt="riftswood-whitby-bedroom-1" title="riftswood-whitby-bedroom-1" /></a>
<a href='http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/riftswood-whitby-bedroom-2' title='riftswood-whitby-bedroom-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riftswood-whitby-bedroom-2-100x100.jpg" class="attachment-thumbnail" alt="riftswood-whitby-bedroom-2" title="riftswood-whitby-bedroom-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/riftswood-whitby-bedroom-3' title='riftswood-whitby-bedroom-3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riftswood-whitby-bedroom-3-100x100.jpg" class="attachment-thumbnail" alt="riftswood-whitby-bedroom-3" title="riftswood-whitby-bedroom-3" /></a>
<a href='http://www.thewhitbyguide.co.uk/riftswood-bed-breakfast-in-whitby/riftswood-whitby-bedroom-4' title='riftswood-whitby-bedroom-4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/riftswood-whitby-bedroom-4-100x100.jpg" class="attachment-thumbnail" alt="riftswood-whitby-bedroom-4" title="riftswood-whitby-bedroom-4" /></a>

<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=10815478412868615414
7.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=10815478412868615414
7.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>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 Whitby’s Grape Lane</strong></p>
<p>Captain Cook Museum – where James Cook lodged!!</p>
<p>Get to know Captain Cook at this award winning museum, his life, his voyages, his discoveries……</p>
<p>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.</p>
<p><img class="alignnone size-full wp-image-1506" title="cook2" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/cook2.jpg" alt="cook2" width="600" height="185" /></p>
<p>Cook explored the East Coast of Australia, charted New Zealand, was the first to cross the Antarctic Circle and the first to circumnavigate the globe in both directions – he was world famous in his lifetime and a legend after his death.</p>
<p>The Museum illuminates his life with a mass of material, original letters in Cook’s hand, letters about disputes in London, paintings and Pacific artifacts from the Voyages, ship models and maps, taking the visitor from the beginning of Cook’s sea-going career to his death in Hawaii.</p>
<p><img class="alignnone size-full wp-image-1505" title="cook1" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/cook1.jpg" alt="cook1" width="600" height="93" /></p>
<p>Opening Times</p>
<p>The Museum is open half term weekends in February and then daily, March through October. For detailed information, please look at the Visitor Information page on the Museum’s website.</p>
<p>The Museum is independent and run by a charity, the Cook Museum Trust.   It is fully accredited with Museums, Libraries and Archives Council, and with VAQAS, the Visitor Attraction Quality Assurance Service.</p>
<p><img class="alignnone size-full wp-image-1504" title="cooklogos" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/cooklogos.jpg" alt="cooklogos" width="171" height="136" /></p>
<p><strong>Contact Details</strong></p>
<p>Captain Cook Memorial Museum<br />
Grape Lane<br />
Whitby<br />
YO22 4BA</p>
<p>WebSite: <a title="Captain Cook" href="http://www.cookmuseumwhitby.co.uk/" target="_blank">http://www.cookmuseumwhitby.co.uk/</a></p>
<p><strong>Please fill in the form below to contact us</strong><br />
[contact-form-7]</p>
<p>Telephone:  <strong>01642 712429</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=10815478412868615414
7.0004822df5ed00bbe46ae
&amp;ll=54.488439,-0.613732&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=10815478412868615414
7.0004822df5ed00bbe46ae
&amp;ll=54.488439,-0.613732&amp;spn=0.008725,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Captain Cook Memorial 
Museum</a> in a larger 
map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/captain-cook-museum-in-whitby%e2%80%99s-grape-lane/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autumn Leaves Guest House Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/autumn-leaves-guest-house-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/autumn-leaves-guest-house-in-whitby#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:20:37 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Autumn Leaves]]></category>
		<category><![CDATA[guest house in whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1454</guid>
		<description><![CDATA[Autumn Leaves Guest House enjoys a convenient position in Whitby overlooking Pannett Park but also close to the café’s and bars on Flowergate. Awarded a 4 Star rating with a Silver Accreditation on the 20th March 2008.]]></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:#4d689f;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="autumnleaveswhitby@gmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Autumn Leaves 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Autumn Leaves Guest House Whitby</strong></p>
<p>Autumn Leaves Guest House enjoys a convenient position in Whitby overlooking Pannett Park but also close to the café’s and bars on Flowergate. Awarded a 4 Star rating with a Silver Accreditation on the 20th March 2008.</p>
<p>The Guest House has recently undergone a complete renovation and has been tastefully decorated for your comfort and enjoyment.</p>
<p>There are 3 double rooms, one of which is available as a family room. All rooms have hospitality trays, hairdryers and TV’s. Additional items such as wine glasses, iron and ironing board are available on request</p>
<p>The Restaurants, café’s, bars and shops of Flowergate being just 2 minutes stroll away and the harbour and cliffs just 5 minutes stroll from the house. The train station and bus station are also within easy walking distance.</p>
<p>Autumn Leaves is also able to offer on street parking outside the guest house.</p>
<p>Your breakfast is served every day between 8.00am and 9.00am in our beautiful Oak panneled dinning room. Our breakfast consists of cereals, yogurts, fresh fruits and a full english or variation of. We can also offer vegitarian breakfasts and lighter options when requested. Whitby Kippers are available if requested the day before as we use fresh locally sourced produce each day.</p>
<p><strong>Contact Us</strong><br />
Autumn Leaves Guest House<br />
4 Chubb Hill Road<br />
Whitby<br />
North Yorkshire<br />
YO21 1JP</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1500" title="autumn" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/autumn1.jpg" alt="autumn" width="600" height="142" /></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=10815478412868615414
7.000481dd3fb52c05e5854
&amp;ll=54.488588,-0.617208&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=10815478412868615414
7.000481dd3fb52c05e5854
&amp;ll=54.488588,-0.617208&amp;spn=0.008725,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Autumn Leaves Guest House in 
Whitby</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/autumn-leaves-guest-house-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elizabeth House Holiday Apartments Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/elizabeth-house-holiday-apartments-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/elizabeth-house-holiday-apartments-whitby#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:29:40 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Apartments Whitby]]></category>
		<category><![CDATA[cottages in whitby]]></category>
		<category><![CDATA[Elizabeth House]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1448</guid>
		<description><![CDATA[Welcome to Elizabeth House. Perfectly located, our stylish town centre apartments offer quality Whitby accommodation with space, fine furnishings and everything you need. Plus, we offer those little touches to make your stay memorable.]]></description>
			<content:encoded><![CDATA[<p><strong>Elizabeth House Holiday Apartments Whitby</strong></p>
<p><a href="https://www.thebookingbutton.co.uk/properties/SANDPIPERHOUSEDIRECT"><img class="alignnone size-full wp-image-3316" title="Check availability and book the Elizabeth House Apartments Online" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/book-online.png" alt="Check availability and book the Elizabeth House Apartments Online" width="279" height="80" /></a></p>
<p>Welcome to Elizabeth House. Perfectly located, our stylish town centre apartments offer quality Whitby accommodation with space, fine furnishings and everything you need. Plus, we offer those little touches to make your stay memorable.</p>
<p>Just moments from the beaches, harbour and town centre, Elizabeth House is a substantial Victorian terraced building, housing four spacious, comfortable and stylish apartments for the visitor who demands that extra special something from a  visit to Whitby.</p>
<p>You’ll enjoy a friendly Whitby welcome from Peter and Manetta Croft who live just yards from the property and are on hand to show you round the apartment and help you enjoy your stay.</p>
<p>All electric, linen and towels are included in the price of your stay. Apartments 1,2 and 4 are pet friendly,we allow one medium or two small sized pets per apartment at a charge of £20 per pet per week.</p>
<p>We go that little bit further to surprise and delight our visitors but also offer our apartment accommodation at very competitive prices. Self catering accommodation doesn’t get better than this!</p>
<p>That’s why you’ll say your stay at Elizabeth House was just perfect!</p>
<p><strong>Contact Us</strong><br />
Elizabeth House<br />
c/o 4 Belle Vue Terrace<br />
Whitby<br />
YO21 3EY</p>
<p>Telephone: <strong>01947 600 246</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a title="Elizabeth House" href="http://www.elizabethhousewhitby.co.uk" target="_blank">http://www.elizabethhousewhitby.co.uk</a></p>
<p><a href="https://www.thebookingbutton.co.uk/properties/SANDPIPERHOUSEDIRECT"><img class="alignnone size-full wp-image-3316" title="Check availability and book the Elizabeth House Apartments Online" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/book-online.png" alt="Check availability and book the Elizabeth House Apartments Online" width="279" height="80" /></a></p>
<p><img class="alignnone size-full wp-image-1449" title="bethpic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/bethpic.jpg" alt="bethpic" width="563" height="137" /></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=10815478412868615414
7.000481dc90956430cc97f
&amp;ll=54.48976,-0.614548&amp;spn=0.004362,0.012875&amp;z=16
&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=10815478412868615414
7.000481dc90956430cc97f
&amp;ll=54.48976,-0.614548&amp;spn=0.004362,0.012875&amp;z=16
&amp;source=embed" 
style="color:#0000FF;text-align:left">Elizabeth House Holiday Cottages in 
Whitby</a> in a 
larger map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/elizabeth-house-holiday-apartments-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kika&#8217;s Place Bed and Breakfast, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:36:44 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[kikas Place]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1443</guid>
		<description><![CDATA[At Kika's Place you will be happily ensconced in the heart of old Whitby, 2 minutes from the nearest beach, in comfortable style and at very competitive rates.]]></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:#4d689f;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="kikasplacewhitby@gmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Kika's Place" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Kika&#8217;s Place Bed and Biscuits</strong></p>
<p><img class="alignright size-full wp-image-1445" title="kikapic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/kikapic.jpg" alt="kikapic" width="180" height="348" />Welcome to beautiful Whitby; to its boats, piers and harbour overlooked by the awesome Abbey ruins; to its history and mystery; to the quaint, cobbled street where you will find Kika&#8217;s Place.</p>
<p>Kika&#8217;s Place comprises: 5 rooms (3 doubles, 2 family rooms). All rooms have colour TV with Freeview and tea and coffee making facilities. Although not a &#8216;B&amp;B&#8217; in the formal sense we do provide &#8220;Bed &amp; Biscuits&#8221;! Breakfasts from the huge and hearty to the gourmet can be found as close as next door! You are free to come and go as you please; always make Kika&#8217;s Place a &#8216;home away from home&#8217; whilst always considering the other guests of course.</p>
<p>There is so much to do here: hiking the valleys or clifftops; taking steam train rides through memorable vistas (including &#8216;Heartbeat&#8217; country); fishing or just &#8216;taking the salt air&#8217; on a boat trip&#8217;; sea swimming (for the brave!) and basking in the warm sunshine which can bathe our beautiful coastline.</p>
<p>At Kika&#8217;s Place you will be happily ensconced in the heart of old Whitby, 2 minutes from the nearest beach, in comfortable style and at very competitive rates.  Prices start from £45 per room per night, the best value in Whitby.</p>
<p><strong>Contact Us</strong><br />
Kika&#8217;s Place<br />
87A Church Street<br />
Whitby<br />
North Yorkshire<br />
YO22 4BH</p>
<p>Telephone: <strong>01947 600 947</strong><br />
Mobile: <strong>07789 773 357</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website: <a title="Kika's Place" href="http://www.kikasplace.co.uk/" target="_blank">http://www.kikasplace.co.uk/</a></p>

<a href='http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby/kikapic' title='kikapic'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/kikapic-150x150.jpg" class="attachment-thumbnail" alt="kikapic" title="kikapic" /></a>
<a href='http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby/kikas-place-whitby-01' title='kikas-place-whitby-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/kikas-place-whitby-01-100x100.jpg" class="attachment-thumbnail" alt="kikas-place-whitby-01" title="kikas-place-whitby-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby/kikas-place-whitby-02' title='kikas-place-whitby-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/kikas-place-whitby-02-100x100.jpg" class="attachment-thumbnail" alt="kikas-place-whitby-02" title="kikas-place-whitby-02" /></a>
<a href='http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby/kikas-place-whitby-03' title='kikas-place-whitby-03'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/kikas-place-whitby-03-100x100.jpg" class="attachment-thumbnail" alt="kikas-place-whitby-03" title="kikas-place-whitby-03" /></a>
<a href='http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby/kikas-place-whitby-04' title='kikas-place-whitby-04'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/kikas-place-whitby-04-100x100.jpg" class="attachment-thumbnail" alt="kikas-place-whitby-04" title="kikas-place-whitby-04" /></a>
<a href='http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby/kikas-place-whitby-05' title='kikas-place-whitby-05'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/kikas-place-whitby-05-100x100.jpg" class="attachment-thumbnail" alt="kikas-place-whitby-05" title="kikas-place-whitby-05" /></a>

<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=10815478412868615414
7.000481dbc67e7010c322e
&amp;ll=54.489336,-0.612445&amp;spn=0.004362,0.012875&amp;z=16
&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=10815478412868615414
7.000481dbc67e7010c322e
&amp;ll=54.489336,-0.612445&amp;spn=0.004362,0.012875&amp;z=16
&amp;source=embed" 
style="color:#0000FF;text-align:left">Kika's Place - Holiday Cottages in 
Whitby</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/kikas-place-bed-and-breakfast-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>St Hilda&#8217;s Studio Holiday Apartment, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/st-hildas-studio-holiday-apartment-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/st-hildas-studio-holiday-apartment-whitby#comments</comments>
		<pubDate>Sun, 07 Mar 2010 18:50:17 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Self catering in whitby]]></category>
		<category><![CDATA[St Hildas]]></category>
		<category><![CDATA[whitby apartments]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1427</guid>
		<description><![CDATA[Self catering apartment in Whitby, one bedroom property sleeps 2 people. ST Hilda`s studio apartment was refurbished in July 2009 to a superior standard with a new bathroom, kitchen and modern, contemporary living area throughout.]]></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:#4d689f;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="ray@ray19.orangehome.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for St Hilda's Studio" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>St Hilda&#8217;s Studio Holiday Apartment in Whitby</strong></p>
<p>Self catering apartment in Whitby, one bedroom property sleeps 2 people. ST Hilda`s studio apartment was refurbished in July 2009 to a superior standard with a new bathroom, kitchen and modern, contemporary living area throughout. The private patio area includes a table and chairs, ideal for barbeques with parking to the rear of the property.</p>
<p>The  modern kitchen has under unit lighting, to the left of the kitchen is the bathroom with low level white suite and shower over bath, to the right of the kitchen is the large living, and sleeping accommodation, comprising double bed, matching wardrobe &amp; dresser, flat screen satellite television, dvd player, and music system.</p>
<p>The apartment dates back to the late 1890s and has a premier position that is ideally situated for all the town centre shops, and tourist attractions and within an easy stroll to the west cliff and cliff top Whitby Abbey. St Hilda’s apartment is not available in any of the holiday brochures due to it only recently being completed and available to let this year at a greatly reduced rate.</p>
<p>Adults only and sorry no pets.</p>
<p>With its quaint cobbled streets and picturesque houses standing on the steep slopes of the River Esk, Whitby is dominated by its cliff top Abbey.</p>
<p>Situated along one of Britain’s finest stretches of coastline, with cliffs, lovely bays, safe sandy beaches and attractive villages, Whitby has been a port for more than 1,000 years and is still a seafarers&#8217; town today.</p>
<p>We hope to see you soon.</p>
<p><strong>Contact Us</strong><br />
8 Langdale Terrace (Rear of)<br />
Whitby<br />
Yorkshire<br />
England<br />
YO21 3EE</p>
<p>Telephone: <strong>01947 603 390</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact<br />
<img class="alignnone size-full wp-image-1428" title="hildapic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/hildapic.jpg" alt="hildapic" width="600" height="177" /></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=10815478412868615414
7.0004813a11cb637140e63
&amp;ll=54.489087,-0.620985&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=10815478412868615414
7.0004813a11cb637140e63
&amp;ll=54.489087,-0.620985&amp;spn=0.017449,0.051498&amp;z=14
&amp;source=embed" 
style="color:#0000FF;text-align:left">St Hilda's Studio Holiday Apartment - 
Whitby</a> in a 
larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/st-hildas-studio-holiday-apartment-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>St Johns Apartment in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby#comments</comments>
		<pubDate>Sat, 06 Mar 2010 18:28:28 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[St Johns Apartment]]></category>
		<category><![CDATA[whitby apartments]]></category>
		<category><![CDATA[whitby self catering apartments]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1415</guid>
		<description><![CDATA[St. Johns Apartment, luxury self catering in Whitby. A mere 500 yds from the town centre all easy access to all the local amenities. With secure off road parking during peak season. Sleeps 4.]]></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:#4d689f;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="sueduckie@aol.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for St Johns 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>St Johns Apartment  in Whitby</strong></p>
<p>This 4* newly refurbished 2 bed apartment is an absolute delight!  Tastefully furnished &amp; equipped to a high standard, the apartment is guaranteed to make your stay truley comfortable.  Beautiful bedrooms exude peace &amp; tranquility.</p>
<p>The open plan living room, dining area &amp; kitchen is contemporary, light &amp; airy.  Equipped with fridge/freezer, dishwasher &amp; washer/dryer, all designed to make your holiday as labour saving as possible.  The bathroom is new &amp; modern with bath &amp; shower.  The secure undercroft parking is a luxury in itself, making it possible to leave  the car &amp; explore Whitby&#8217;s delights on foot with complete peace of mind.</p>
<p>As the apartment is only a 5 minute walk into the hub of the town centre you will never be far from the heart of things.  Whitby has an abundance of quality shops, restaurants &amp; fish &amp; chip shops &#8211; many winning national awards.  Our beaches are blue flag &amp; the scenery is breathtaking.  Home to Bram Stokers Dracular, The Abbey &amp; 199 steps are just a few reasons why Whitby is most definitely a jewel in the crown!</p>
<p><strong>Contact Us</strong><br />
St Johns Apartment<br />
Albion Place<br />
Whitby<br />
Yorkshire<br />
England<br />
YO21 1ER</p>
<p>Telephone: <strong>07786 240 832</strong><br />
Please mention<strong> The Whitby Guide </strong>when calling</p>

<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/stjohnpic' title='stjohnpic'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/stjohnpic-150x150.jpg" class="attachment-thumbnail" alt="stjohnpic" title="stjohnpic" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-1' title='St Johns Apartment 1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-1-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 1" title="St Johns Apartment 1" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-2' title='St Johns Apartment 2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-2-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 2" title="St Johns Apartment 2" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-3' title='St Johns Apartment 3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-3-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 3" title="St Johns Apartment 3" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-4' title='St Johns Apartment 4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-4-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 4" title="St Johns Apartment 4" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-5' title='St Johns Apartment 5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-5-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 5" title="St Johns Apartment 5" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-6' title='St Johns Apartment 6'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-6-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 6" title="St Johns Apartment 6" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-7' title='St Johns Apartment 7'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-7-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 7" title="St Johns Apartment 7" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-8' title='St Johns Apartment 8'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-8-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 8" title="St Johns Apartment 8" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-9' title='St Johns Apartment 9'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-9-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 9" title="St Johns Apartment 9" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-10' title='St Johns Apartment 10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-10-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 10" title="St Johns Apartment 10" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-11' title='St Johns Apartment 11'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-11-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 11" title="St Johns Apartment 11" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-12' title='St Johns Apartment 12'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-12-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 12" title="St Johns Apartment 12" /></a>
<a href='http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/st-johns-apartment-13' title='St Johns Apartment 13'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/St-Johns-Apartment-13-100x100.jpg" class="attachment-thumbnail" alt="St Johns Apartment 13" title="St Johns Apartment 13" /></a>

<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=10815478412868615414
7.000481255ecd78fcd9917
&amp;ll=54.487043,-0.616779&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=10815478412868615414
7.000481255ecd78fcd9917
&amp;ll=54.487043,-0.616779&amp;spn=0.01745,0.051498&amp;z=14
&amp;source=embed" 
style="color:#0000FF;text-align:left">St Johns Apartment - Whitby</a> in a 
larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/st-johns-apartment-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bumblewick Holiday Cottages Whitby North Yorkshire</title>
		<link>http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire</link>
		<comments>http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:41:42 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Bumblewick]]></category>
		<category><![CDATA[Holiday Cottages]]></category>
		<category><![CDATA[self catering]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1399</guid>
		<description><![CDATA[Bumblewick Cottages are a collection of homely self catering holiday cottages in splendid locations close to the beautiful North York Moors and Yorkshire Coast, "Heartbeat Country" and Dracula's 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:#4d689f;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@bumblewickcottages.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Bumblewick 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Bumblewick Holiday Cottages Whitby, North Yorkshire</strong></p>
<p>Bumblewick Cottages are a collection of homely self catering holiday cottages in splendid locations close to the beautiful North York Moors and Yorkshire Coast, &#8220;Heartbeat Country&#8221; and Dracula&#8217;s Whitby.</p>
<p>Our four superb holiday cottages each with their own distinct features will suit family holidays, couples and groups of friends for a wonderful escape close to the Yorkshire Coast.</p>
<p>Either by the coast with Chapel Cottage, or close to the moors with Owl, Wren and Blackbird Cottages, they are all ideally placed to explore the North York Moors National Park and Heritage Coast. All our cottages are appointed to a very high standard and enjoy all the facilities you would expect from a modern holiday cottage.</p>
<p>Three holiday cottages are located in Iburndale, adjacent to Sleights &#8211; OWL, WREN &amp; BLACKBIRD cottages. This position is exceptionally well placed for the Moors with walks in and around Sleights, Goathland, The Hole of Horcum, Grosmont / Pickering and the North Yorkshire Moors Railway. Whitby and the Yorkshire coast are within easy reach. An ideal base for exploring any of these areas.</p>
<p>Fylingthorpe and Robin Hood&#8217;s Bay merge. Chapel Cottage is in the centre of Fylingthorpe, only ½ mile from the sea with a more relaxed setting than the ever popular Robin Hood&#8217;s Bay. This area is truly a jewel in the heritage coast.</p>
<p>We hope to welcome you soon to our holiday cottages. Bumblewick Cottages are DOG FRIENDLY.</p>
<p>Please note: All our cottages are NO SMOKING.</p>
<p><strong>Contact Us<br />
</strong>The Estate Office<br />
Acre House<br />
44 Ouchthorpe Lane<br />
Wakefield<br />
West Yorkshire<br />
WF1 3HS</p>
<p>Telephone: <strong>01924 824 428</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website: <a title="Bumblewick Cottages" href="http://www.bumblewickcottages.co.uk" target="_blank">http://www.bumblewickcottages.co.uk</a></p>

<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/chapel_cottage_exterior' title='chapel_cottage_exterior'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/chapel_cottage_exterior-100x100.jpg" class="attachment-thumbnail" alt="chapel_cottage_exterior" title="chapel_cottage_exterior" /></a>
<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/chapel-cottage-bedroom-12-1-12' title='Chapel cottage bedroom 12.1.12'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/Chapel-cottage-bedroom-12.1.12-100x100.jpg" class="attachment-thumbnail" alt="Chapel cottage bedroom 12.1.12" title="Chapel cottage bedroom 12.1.12" /></a>
<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/chapel-cottage-lounge' title='Chapel Cottage Lounge'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/Chapel-Cottage-Lounge-100x100.jpg" class="attachment-thumbnail" alt="Chapel Cottage Lounge" title="Chapel Cottage Lounge" /></a>
<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/chapel-cottage-kitchen-10-2-12' title='Chapel Cottage Kitchen 10.2.12'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/Chapel-Cottage-Kitchen-10.2.12-100x100.jpg" class="attachment-thumbnail" alt="Chapel Cottage Kitchen 10.2.12" title="Chapel Cottage Kitchen 10.2.12" /></a>
<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/blackbird_cottage_exterior' title='blackbird_cottage_exterior'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/blackbird_cottage_exterior-100x100.jpg" class="attachment-thumbnail" alt="blackbird_cottage_exterior" title="blackbird_cottage_exterior" /></a>
<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/blackbird_cottage_double_bedroom' title='blackbird_cottage_double_bedroom'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/blackbird_cottage_double_bedroom-100x100.jpg" class="attachment-thumbnail" alt="blackbird_cottage_double_bedroom" title="blackbird_cottage_double_bedroom" /></a>
<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/blackbird_cottage_lounge' title='blackbird_cottage_lounge'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/blackbird_cottage_lounge-100x100.jpg" class="attachment-thumbnail" alt="blackbird_cottage_lounge" title="blackbird_cottage_lounge" /></a>
<a href='http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/blackbird-cottage' title='Blackbird Cottage'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/Blackbird-Cottage-100x100.jpg" class="attachment-thumbnail" alt="Blackbird Cottage" title="Blackbird Cottage" /></a>

<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=10815478412868615414
7.000481f37bea921e8c76d
&amp;ll=54.46026,-0.586739&amp;spn=0.069847,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=10815478412868615414
7.000481f37bea921e8c76d
&amp;ll=54.46026,-0.586739&amp;spn=0.069847,0.205994&amp;z=12
&amp;source=embed" 
style="color:#0000FF;text-align:left">Bumblewick Holiday Cottages in 
North Yorkshire</a> in a 
larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/bumblewick-holiday-cottages-in-whitby-north-yorkshire/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Red House Farm Bed &amp; Breakfast, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:13:31 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Bed & Breakfast]]></category>
		<category><![CDATA[self catering]]></category>
		<category><![CDATA[The Red House Farm]]></category>
		<category><![CDATA[whitby cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1393</guid>
		<description><![CDATA[Award Winning Cottages and Bed &#038; Breakfast in a quiet unspoilt valley in the North York Moors National Park just eight miles from the coast and 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:#4d689f;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="spashettredhouse@aol.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Red House Farm" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Red House Farm Bed &amp; Breakfast, Whitby</strong></p>
<p>Award Winning Cottages and Bed &amp; Breakfast in a quiet unspoilt valley in the North York Moors National Park just eight miles from the coast and Whitby.</p>
<p>Red House Farm is located in Glaisdale Dale just 400m from the village of Glaisdale and consists of a group of buildings dating from the Mid 17th century. We no longer operate as a farm but do run a smallholding and have Longhorn cows, hens, ducks and have the occasional pony running around but no tractors or modern farm buildings.</p>
<p>There is excellent walking from the doorstep, a bridleway which is featured in several books runs through our property and Wainwright&#8217;s coast-to-coast footpath runs within a ¼ mile of the farm. The Heritage Coast walk is just a short drive away.</p>
<p>There is a pond on the property which is deep (but fenced and gated) so toddlers beware! Older children (and Dad&#8217;s) seem to enjoy catching the rudd &#8211; we have yet to see anyone catch the carp or tench.</p>
<p>We also have stabling for up to four horses (depending on the time of year) in addition to three/four ponies and with easy access to the moor, the bringing of ponies is becoming quite popular.</p>
<p><strong>Contact Us<br />
</strong>Tom &amp; Sandra Spashett<br />
Red House Farm<br />
Glaisdale<br />
Whitby<br />
North Yorkshire<br />
YO21 2PZ</p>
<p>Telephone: <strong>01947 897 242</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website: <a title="The Red House Bed &amp; Breakfast" href="http://www.redhousefarm.net" target="_blank">http://www.redhousefarm.net</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/redhousepic' title='redhousepic'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/redhousepic-150x150.jpg" class="attachment-thumbnail" alt="redhousepic" title="redhousepic" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-1' title='red-house-farm-cottages-1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-1-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-1" title="red-house-farm-cottages-1" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-2' title='red-house-farm-cottages-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-2-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-2" title="red-house-farm-cottages-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-3' title='red-house-farm-cottages-3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-3-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-3" title="red-house-farm-cottages-3" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-4' title='red-house-farm-cottages-4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-4-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-4" title="red-house-farm-cottages-4" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-5' title='red-house-farm-cottages-5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-5-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-5" title="red-house-farm-cottages-5" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-6' title='red-house-farm-cottages-6'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-6-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-6" title="red-house-farm-cottages-6" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-7' title='red-house-farm-cottages-7'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-7-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-7" title="red-house-farm-cottages-7" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-cottages-8' title='red-house-farm-cottages-8'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-cottages-8-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-cottages-8" title="red-house-farm-cottages-8" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-hayloft' title='red-house-farm-hayloft'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-hayloft-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-hayloft" title="red-house-farm-hayloft" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-hayloft-2' title='red-house-farm-hayloft-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-hayloft-2-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-hayloft-2" title="red-house-farm-hayloft-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-hayloft-3' title='red-house-farm-hayloft-3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-hayloft-3-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-hayloft-3" title="red-house-farm-hayloft-3" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-hayloft-4' title='red-house-farm-hayloft-4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-hayloft-4-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-hayloft-4" title="red-house-farm-hayloft-4" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-hayloft-5' title='red-house-farm-hayloft-5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-hayloft-5-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-hayloft-5" title="red-house-farm-hayloft-5" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-hayloft-6' title='red-house-farm-hayloft-6'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-hayloft-6-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-hayloft-6" title="red-house-farm-hayloft-6" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-farm-header' title='red-house-farm-header'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-farm-header-100x100.jpg" class="attachment-thumbnail" alt="red-house-farm-header" title="red-house-farm-header" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-longhorns' title='red-house-longhorns'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-longhorns-100x100.jpg" class="attachment-thumbnail" alt="red-house-longhorns" title="red-house-longhorns" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-longhorns-1' title='red-house-longhorns-1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-longhorns-1-100x100.jpg" class="attachment-thumbnail" alt="red-house-longhorns-1" title="red-house-longhorns-1" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/red-house-longhorns-2' title='red-house-longhorns-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/red-house-longhorns-2-100x100.jpg" class="attachment-thumbnail" alt="red-house-longhorns-2" title="red-house-longhorns-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/rhf-aerial-2009-08090001' title='RHF Aerial 2009 08090001'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/RHF-Aerial-2009-08090001-100x100.jpg" class="attachment-thumbnail" alt="RHF Aerial 2009 08090001" title="RHF Aerial 2009 08090001" /></a>

<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?
f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=red+house+farm+whitby+
uk&amp;aq=&amp;sll=55.013459,-1.440511&amp;sspn=0.010089,0.01929&amp;g=r
ed+house+farm+whitby&amp;ie=UTF8&amp;hq=red+house+farm&amp;hnear=Whitby
,+North+Yorkshire,+United+Kingdom&amp;t=m&amp;cid=13961704947065485651&a
mp;ll=54.436406,-0.809383&amp;spn=0.034944,0.102997&amp;z=13&amp;output=e
mbed"></iframe><br /><small><a href="http://maps.google.co.uk/maps?
f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=red+house+farm+whitb
y+uk&amp;aq=&amp;sll=55.013459,-1.440511&amp;sspn=0.010089,0.01929&amp;g
=red+house+farm+whitby&amp;ie=UTF8&amp;hq=red+house+farm&amp;hnear=Whit
by,+North+Yorkshire,+United+Kingdom&amp;t=m&amp;cid=13961704947065485651
&amp;ll=54.436406,-0.809383&amp;spn=0.034944,0.102997&amp;z=13" 
style="color:#0000FF;text-align:left">View Larger Map</a></small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-red-house-farm-bed-breakfast-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Pathway Guest House in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-pathway-guest-house-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-pathway-guest-house-in-whitby#comments</comments>
		<pubDate>Fri, 05 Mar 2010 00:16:06 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Guest House Whitby Accommodation]]></category>
		<category><![CDATA[The Pathway Guest House]]></category>
		<category><![CDATA[Whitby Guest Houses]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1371</guid>
		<description><![CDATA[Welcome to the Pathway. The Pathway Guest House is ideally situated on the west cliff side of town being only 5 minutes walk away from the town centre, cliff tops 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:#4d689f;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@thepathwayguesthouse.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Pathway 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Pathway Guest House in Whitby</strong></p>
<p>Welcome to the Pathway. The Pathway Guest House is ideally situated on the west cliff side of town being only 5 minutes walk away from the town centre, cliff tops and beach. You will receive a warm welcome from myself, Gillian and husband Phil, whom, having both being born and brought up in Whitby, are keen to extol all that Whitby and the surrounding countryside has to offer.</p>
<p>We offer 5 double en-suite rooms, all newly refurbished, well maintained with cleanliness being paramount, plus all the usual extras you would expect and more.</p>
<p>A hearty full English breakfast is served in our spacious dining room at the front of the house with separate tables for all. We use only the best quality locally sourced meat and dairy products, whilst offering alternatives such as scrambled egg and smoked salmon, or fortunes notorious smoked kipper fillets.</p>
<p>A vegetarian and celiac menu is also available with prior notice.</p>
<p><strong>Contact Us</strong><br />
The Pathway Guest House<br />
2 Normanby Terrace<br />
Whitby<br />
North Yorkshire<br />
YO21 3ES</p>
<p>Telephone: <strong>01947 601 779</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website: <a title="The Pathway Guest House" href="http://www.thepathwayguesthouse.co.uk" target="_blank">http://www.thepathwayguesthouse.co.uk</a></p>
<p><img class="alignnone size-full wp-image-1383" title="pathwaypic2" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/03/pathwaypic2.jpg" alt="pathwaypic2" width="580" height="156" /></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=10815478412868615414
7.00048102663e6379dd41b
&amp;ll=54.489461,-0.618367&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=10815478412868615414
7.00048102663e6379dd41b
&amp;ll=54.489461,-0.618367&amp;spn=0.008725,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">The Pathway Guest House in 
Whitby</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-pathway-guest-house-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NumberSeven Guest House, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/numberseven-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/numberseven-guest-house-whitby#comments</comments>
		<pubDate>Thu, 25 Feb 2010 01:04:48 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Guest House Whitby Accommodation]]></category>
		<category><![CDATA[NumberSeven Guest House]]></category>
		<category><![CDATA[whitby b&b]]></category>
		<category><![CDATA[Whitby Guest Houses]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1277</guid>
		<description><![CDATA[The current owners George &#038; Lynne acquired number Seven Guest House in August 2005.  It was given a Four Diamond E.T.B. rating in June 2000 and has been rated the same every year since.]]></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:#4d689f;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="number7.whitbytown@btinternet.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Number Seven 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>NumberSeven Guest House Whitby</strong></p>
<p>The current owners George &amp; Lynne acquired number Seven Guest House in August 2005.  It was given a Four Diamond E.T.B. rating in June 2000 and has been rated the same every year since. It has accommodation comprising of six double rooms and two singles.</p>
<p>The house was built in 1847 and historically is referred to in various publications as the house that was occupied by Count Dracula&#8217;s lawyer in the book written by Bram Stoker in 1897. The guest house has also been mentioned in Holiday Which as &#8216;a simple but smart guest house&#8217; regarding good places to stay in Whitby .</p>
<p>Number Seven is centrally situated in possibly one of the best positions on Whitby&#8217;s West Cliff having superb sea and abbey views and being only minutes away from the whalebone arch; the beaches; the old town via the swing bridge and all shopping facilities in Flowergate, Baxtergate and Skinner Street &#8211; not forgetting The Magpie Café on Pier Road.</p>
<p>Guests are requested to vacate their rooms by 10:15 a.m. on the day of departure although luggage may be left with the owners until later. A full English breakfast with vegetarian options is served between 8:30 and 9:15 in the ground floor dining room with its superb views of Whitby abbey; St Mary’s church (at the top of the 199 steps ) and of course the sea.</p>
<p>We are open all year round and are non-smoking. We regret that we cannot accommodate pets.</p>
<p><img class="alignnone size-full wp-image-1286" title="numbersevenpic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/numbersevenpic2.jpg" alt="numbersevenpic" width="580" height="150" /></p>
<p><strong>Contact Us</strong><br />
7 East Crescent<br />
Whitby<br />
North Yorkshire<br />
YO21 3HD</p>
<p>Telephone: <strong>01947 606 019</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a title="NumberSeven Guest House" href="http://www.numbersevenwhitby.co.uk" target="_blank">http://www.numbersevenwhitby.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=10815478412868615414
7.000480621c03829fa678d
&amp;ll=54.48928,-0.616436&amp;spn=0.002181,0.006437&amp;z=17
&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=10815478412868615414
7.000480621c03829fa678d
&amp;ll=54.48928,-0.616436&amp;spn=0.002181,0.006437&amp;z=17
&amp;source=embed" 
style="color:#0000FF;text-align:left">NumberSeven Guest House, 
Whitby</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/numberseven-guest-house-whitby/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>South House Farm Holiday Cottages, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/south-house-farm-holiday-cottages-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/south-house-farm-holiday-cottages-whitby#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:16:18 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[hoilday cottages whitby]]></category>
		<category><![CDATA[south house farm holiday cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1260</guid>
		<description><![CDATA[Beautifully situated in the North York Moors National Park a haven of tranquillity greets you as you descend into this valley from the Whitby/Scarborough road.]]></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:#4d689f;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@southhousefarm.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for South House Farm" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>South House Farm Holiday Cottages Whitby</strong></p>
<p>South House Farm was a working dairy farm which commenced diversification into self catering accommodation in the 1980&#8242;s. Conversion of the stone buildings within the farmyard has been undertaken with care, incorporating original features into the designs.</p>
<p>Beautifully situated in the North York Moors National Park a haven of tranquillity greets you as you descend into this valley from the Whitby/Scarborough road.  Each well appointed cottage has its own individual character. The farm is surrounded by well maintained garden areas to provide a peaceful and spacious setting. One hundred and eighty acres of farmland, wooded valleys and streams are available for exploring with an abundance of wildlife to enjoy.</p>
<p>On the farm there are four restored individual barn conversions. These self-catering cottages sleep from 2 &#8211; 6 people and are equipped to five star standards. With ample parking, garden areas and access to a private tennis court, South House Farm is the perfect retreat for a family holiday or a romantic break.</p>
<p>A short walk brings you to the seaside cove of Boggle Hole where many years ago smugglers would land their boats at dead of night to offload their contraband. This beach, renowned for fossil hunting and rock pooling, stretches from the ancient fishing village of Robin Hood&#8217;s Bay to the spectacular cliffs of Ravenscar.</p>
<p><img class="aligncenter size-full wp-image-1267" title="southpic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/southpic1.jpg" alt="southpic" width="580" height="150" /></p>
<p>No pets and no smoking in cottages.</p>
<p><strong>Contact Us</strong><br />
South House Farm<br />
Millbeck<br />
Fylingthorpe<br />
Whitby<br />
North Yorkshire<br />
YO22 4UQ</p>
<p>Telephone: <strong>01947 880 243</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a title="South House Farm" href="http://www.southhousefarm.co.uk/" target="_blank">http://www.southhousefarm.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=10815478412868615414
7.00048061252564f5443c1
&amp;ll=54.421227,-0.532215&amp;spn=0.00437,0.012875&amp;z=16
&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=10815478412868615414
7.00048061252564f5443c1
&amp;ll=54.421227,-0.532215&amp;spn=0.00437,0.012875&amp;z=16
&amp;source=embed" 
style="color:#0000FF;text-align:left">South House Farm</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/south-house-farm-holiday-cottages-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Sail Loft Luxury Apartment, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-sail-loft-luxury-apartments</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-sail-loft-luxury-apartments#comments</comments>
		<pubDate>Wed, 24 Feb 2010 00:02:05 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Apartments]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Sail Loft Whitby]]></category>
		<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[whitby apartments]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1221</guid>
		<description><![CDATA[A superb 2-bedroom waterfront apartment in Whitby's Old Sail Loft, overlooking the River Esk, peacefully located yet just minutes from the heart of the town. ]]></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:#4d689f;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="whitbysailloft8@btinternet.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Whitby Sail Loft Apartments" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Whitby Sail Loft Luxury Apartment in Whitby</strong></p>
<p>The Old Sail Loft occupies a prime waterfront position overlooking the Esk estuary and has been skillfully restored to offer high quality, contemporary accommodation. A luxury riverside apartment in Whitby, North Yorkshire. Sleeps 4 with private parking.</p>
<p>A superb 2-bedroom waterfront apartment in Whitby&#8217;s Old Sail Loft, overlooking the River Esk, peacefully located yet just minutes from the heart of the town. Our light and modern apartment, in a carefully restored Georgian Listed building, sits alongside the River Esk and offers lovely views seaward towards the harbour. Stylishly furnished, centrally heated throughout and very well equipped, the apartment is designed to make your stay here comfortable and enjoyable at any time of year. There is off-road private parking for one car directly outside the apartment.</p>
<p>Whitby is an unspoilt and friendly fishing town which combines its maritime heritage with traditional seaside attractions, craft shops and galleries, and good food. There is plenty to explore and discover in the town itself, and the spectacular heritage coast and the North Yorkshire Moors are within easy reach.</p>
<p><strong>Contact Details</strong></p>
<p>The Sail Loft<br />
8 The Old Sail Loft<br />
Whitehall Landing<br />
Whitby<br />
Yorkshire<br />
England<br />
YO22 4FD</p>
<p>Telephone: <strong>01977 608 452</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website: <a title="Whitby Sail Loft" href="http://www.whitbysailloft.co.uk" target="_blank">http://www.whitbysailloft.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?oe=utf-
8&amp;client=firefox-
a&amp;ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=1081547841286
86154147.000480e2fd951ae
ede851&amp;ll=54.480785,-
0.611329&amp;spn=0.008726,0.025749&amp;z=15&amp;output=embe
d"></iframe><br />
<small>View <a href="http://maps.google.co.uk/maps/ms?oe=utf-
8&amp;client=firefox-
a&amp;ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=1081547841286
86154147.000480e2fd951ae
ede851&amp;ll=54.480785,-
0.611329&amp;spn=0.008726,0.025749&amp;z=15&amp;source=embe
d" 
style="color:#0000FF;text-align:left">Whitby Sail Loft</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-sail-loft-luxury-apartments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Tor Guest House, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/high-tor-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/high-tor-guest-house-whitby#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:39:37 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1098</guid>
		<description><![CDATA[High Tor Guest House 7 Normanby Terrace West Cliff Whitby, North Yorkshire YO21 3ES]]></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:#4d689f;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="hightorguesthouse@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for High Tor 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>High Tor Guest House</strong></p>
<p>7 Normanby Terrace</p>
<p>West Cliff<br />
Whitby, North Yorkshire<br />
YO21 3ES</p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/high-tor-guest-house-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Middlewood Farm Holiday Park, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:38:54 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Camping Whitby, Campsites in Whitby, Whitby Camping]]></category>
		<category><![CDATA[Whitby Camping and Caravan Parks]]></category>
		<category><![CDATA[Whitby Caravan Parks, Browse Whitby Caravan Sites]]></category>
		<category><![CDATA[middlewood farm]]></category>
		<category><![CDATA[middlewood farm whitby]]></category>
		<category><![CDATA[middlewood holiday park]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1092</guid>
		<description><![CDATA[Middlewood Farm Holiday Park is set amidst the glorious North Yorkshire Moors National Park with magnificent panoramic country, moorland and coastal views.]]></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:#4d689f;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@middlewoodfarm.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Middlewood Farm Enquiry" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><div id="_mcePaste" style="position: absolute; overflow-x: hidden; overflow-y: hidden; width: 1px; height: 1px; top: 0px; left: -10000px;">There&#8217;s a warm friendly welcome at Middlewood Farm Holiday Park where we offer value for money holidays for families and couples. Set in delightful countryside, only 10 minutes walk to Robin Hoods Bay and the BEACH / shop / PUB. Just 5 miles (10 minutes drive) to Whitby with its unspoilt traditional fishing port and Abbey. Middlewood Farm Holiday Park is set amidst the glorious North Yorkshire Moors National Park with magnificent panoramic country, moorland and coastal views. You can make your holiday quiet and relaxing or as exciting and energetic as you choose, but we do know that you will enjoy it.</div>
<div id="_mcePaste" style="position: absolute; overflow-x: hidden; overflow-y: hidden; width: 1px; height: 1px; top: 0px; left: -10000px;">We are proud to have been Awarded the 5 STAR Holiday Touring &amp; Camping Park Award. Also, the prestigious “David Bellamy GOLD Award for Conservation” Our 30 luxury caravan Holiday-Homes have consistently received the “Rose Award” for Excellence……… proving us to be amongst the Best in Britain!</div>
<div id="_mcePaste" style="position: absolute; overflow-x: hidden; overflow-y: hidden; width: 1px; height: 1px; top: 0px; left: -10000px;">All our Holiday Homes are NO SMOKING.  Pet and allergy free Holiday Homes are available, especially for our guests who have allergies or asthma.  Pet Friendly Holiday Homes are also available.</div>
<div id="_mcePaste" style="position: absolute; overflow-x: hidden; overflow-y: hidden; width: 1px; height: 1px; top: 0px; left: -10000px;">For more information on TOURING, CAMPING and HOLIDAY HOMES please visit:</div>
<div id="_mcePaste" style="position: absolute; overflow-x: hidden; overflow-y: hidden; width: 1px; height: 1px; top: 0px; left: -10000px;"><a href="http://www.middlewoodfarm.com">www.middlewoodfarm.com</a></div>
<p><strong>Welcome to Middlewood Farm Holiday Park</strong></p>
<p style="text-align: justify;">There&#8217;s a warm friendly welcome at Middlewood Farm Holiday Park where we offer value for money holidays for families and couples. Set in delightful countryside, only 10 minutes walk to Robin Hoods Bay and the BEACH / shop / PUB. Just 5 miles (10 minutes drive) to Whitby with its unspoilt traditional fishing port and Abbey.</p>
<p style="text-align: justify;">Middlewood Farm Holiday Park is set amidst the glorious North Yorkshire Moors National Park with magnificent panoramic country, moorland and coastal views. You can make your holiday quiet and relaxing or as exciting and energetic as you choose, but we do know that you will enjoy it.</p>
<p style="text-align: justify;">We are proud to have been Awarded the 5 STAR Holiday Touring &amp; Camping Park Award. Also, the prestigious “David Bellamy GOLD Award for Conservation” Our 30 luxury caravan Holiday-Homes have consistently received the “Rose Award” for Excellence……… proving us to be amongst the Best in Britain!</p>
<p style="text-align: justify;">All our Holiday Homes are NO SMOKING.  Pet and allergy free Holiday Homes are available, especially for our guests who have allergies or asthma.  Pet Friendly Holiday Homes are also available.</p>
<p><strong>Contact Us</strong><br />
Middlewood Lane<br />
Fylingthorpe<br />
Robin Hood&#8217;s Bay<br />
Whitby<br />
North Yorkshire<br />
YO22 4UF</p>
<p>Telephone: <strong>01947 880 414</strong> (9:30am &#8211; 6pm only please<br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a href="http://www.middlewoodfarm.com" target="_blank">http://www.middlewoodfarm.com</a><br />

<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/middlewood-farm-1' title='Middlewood-Farm-1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/Middlewood-Farm-1-100x100.jpg" class="attachment-thumbnail" alt="Middlewood-Farm-1" title="Middlewood-Farm-1" /></a>
<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/middlewood-farm-2' title='Middlewood-Farm-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/Middlewood-Farm-2-100x100.jpg" class="attachment-thumbnail" alt="Middlewood-Farm-2" title="Middlewood-Farm-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/middlewood-farm-3' title='Middlewood-Farm-3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/Middlewood-Farm-3-100x100.jpg" class="attachment-thumbnail" alt="Middlewood-Farm-3" title="Middlewood-Farm-3" /></a>
<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/middlewood-farm-4' title='Middlewood-Farm-4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/Middlewood-Farm-4-100x100.jpg" class="attachment-thumbnail" alt="Middlewood-Farm-4" title="Middlewood-Farm-4" /></a>
<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/middlewood-farm-5' title='Middlewood-Farm-5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/Middlewood-Farm-5-100x100.jpg" class="attachment-thumbnail" alt="Middlewood-Farm-5" title="Middlewood-Farm-5" /></a>
<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/middlewood-farm-6' title='Middlewood-Farm-6'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/Middlewood-Farm-6-100x100.jpg" class="attachment-thumbnail" alt="Middlewood-Farm-6" title="Middlewood-Farm-6" /></a>
<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/middlewood-farm-7' title='Middlewood-Farm-7'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/Middlewood-Farm-7-100x100.jpg" class="attachment-thumbnail" alt="Middlewood-Farm-7" title="Middlewood-Farm-7" /></a>
<a href='http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/awards-middlewood' title='awards middlewood'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/02/awards-middlewood-100x100.gif" class="attachment-thumbnail" alt="awards middlewood" title="awards middlewood" /></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?
ie=UTF8&amp;hl=en&amp;hq=maps&amp;hnear=&amp;msa=0&amp;m
sid=115083163
982952790094.00047eda134d108e9b80d&amp;ll=54.428468,-
0.545368&amp;spn=0.008738,0.025749&amp;z=15&amp;output=embe
d"></iframe>
<br /><small>View <a href="http://maps.google.co.uk/maps/ms?
ie=UTF8&amp;hl=en&amp;hq=maps&amp;hnear=&amp;msa=0&amp;m
sid=115083163
982952790094.00047eda134d108e9b80d&amp;ll=54.428468,-
0.545368&amp;spn=0.008738,0.025749&amp;z=15&amp;source=embe
d" 
style="color:#0000FF;text-align:left">Middlewood Farm Holiday Park</a> 
in a larger 
map</small><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/middlewood-farm-holiday-park-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Langley Guest House, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-langley-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-langley-guest-house-whitby#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:52:11 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels, Hotels In Whitby North Yorkshire, The Whitby Guide]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[Bed & Breakfast Whitby]]></category>
		<category><![CDATA[The Langley Hotel]]></category>
		<category><![CDATA[whitby b&b]]></category>
		<category><![CDATA[Whitby Guest Houses]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=152</guid>
		<description><![CDATA[We offer 5 star bed and breakfast accommodation in Whitby, North Yorkshire, UK with some of the best facilities you'll find in the area. Whitby, situated on the mouth of the river Esk in North Yorkshire, is one of the finest coastal fishing ports and seaside holiday resorts in England.]]></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:#4d689f;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="langleyhotel@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Langley 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong><img class="alignright size-full wp-image-1313" title="langleypic" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/06/langleypic.jpg" alt="langleypic" width="146" height="510" />Welcome to the Langley luxury Guest House in Whitby</strong></p>
<p>We offer 5 star bed and breakfast accommodation in Whitby, North Yorkshire, UK with some of the best facilities you&#8217;ll find in the area. Whitby, situated on the mouth of the river Esk in North Yorkshire, is one of the finest coastal fishing ports and seaside holiday resorts in England. The Langley offers the perfect overnight bed and breakfast accommodation when visiting the area.</p>
<p>The Langley luxury guest house offers “5 Star” bed and breakfast accommodation, very high standards of comfort and cleanliness with excellent breakfasts, coupled with a warm, friendly family atmosphere. We are is sited on Whitby’s popular West Cliff where most of the guesthouses, hotels and bed &amp; breakfasts are established, close to the leisure centre, swimming pool, Whitby Spa Pavilion Theatre, beaches.</p>
<p>The town centre is just a few minutes’ walk from the Langley luxury guest house , so take that leisurely stroll along the cliff tops, down through ancient cobbled streets, enjoying the sea and harbour views on your way.</p>
<p>Whitby’s history includes Black Jet jewellery, Whaling and the whaling family of Scoresby, Captain James Cook, Dracula and Bram Stoker, Charles Dickens, St Hilda and Whitby Abbey. The North York Moors National Park offers everything for Moors &amp; coastal walkers, being on the edge of Whitby.</p>
<p>Whitby has wonderful sandy beaches with donkey rides, quaint shops for holiday gifts, fine bars, bistros, local pubs and many restaurants that offer Indian, Chinese, Italian, French, International cuisines but the best of all “fresh Whitby fish &amp; chips”.  All this coupled with its annual themed events of Whitby Regatta, Whitby Folk week, Whitby Gothic festivals, so there is plenty for the family to do and for all ages.</p>
<p><strong>Contact Us</strong><br />
The Langley<br />
Royal crescent<br />
Whitby<br />
North Yorks<br />
YO21 3EJ</p>
<p>Telephone: <strong>01947 604 250</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact<br />
Website: <a title="The Langley Guest House" href="http://www.langleyhotel.com" target="_blank">http://www.langleyhotel.com</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=10815478412868615414
7.0004806f415504cefa39f&
amp;ll=54.488788,-0.616865&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=10815478412868615414
7.0004806f415504cefa39f&
amp;ll=54.488788,-0.616865&amp;spn=0.008725,0.025749&amp;z=15&
amp;source=embed" 
style="color:#0000FF;text-align:left">The Langley Guest House, Whitby 
</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-langley-guest-house-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discovery Holiday Cottages 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>Mon, 18 Jan 2010 16:24:43 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[cottages in whitby]]></category>
		<category><![CDATA[discovery cottages]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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 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 Us</strong><br />
Discovery Accommodation<br />
11 Silver Street<br />
Whitby<br />
North Yorkshire<br />
YO21 3BX</p>
<p>Telephone: <strong>01947 821 598</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact<br />
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>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>Fri, 08 Jan 2010 16:19:12 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></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:#4d689f;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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;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=11508316398295279009
4.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=11508316398295279009
4.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>Sandpiper Guest House Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby#comments</comments>
		<pubDate>Fri, 01 Jan 2010 08:26:07 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Hotels, Hotels In Whitby North Yorkshire, The Whitby Guide]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[guest house in whitby]]></category>
		<category><![CDATA[guest house whitby]]></category>
		<category><![CDATA[sandpiper guest house]]></category>
		<category><![CDATA[sandpiper guest house whitby]]></category>
		<category><![CDATA[sandpiper whitby]]></category>
		<category><![CDATA[whitby guest house accommodation]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=403</guid>
		<description><![CDATA[Sandpiper Guest House Whitby Brilliantly located just moments from the beaches, harbour and town centre, four-star Sandpiper House guest house accommodation offers little touches of luxury that make your stay special. You’ll enjoy a friendly Whitby welcome from Peter and Manetta Croft, and the central location our bed and breakfast enjoys&#8230; But more than that, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sandpiper Guest House Whitby</strong></p>
<p><a href="https://www.thebookingbutton.co.uk/properties/SANDPIPERHOUSEDIRECT"><img class="alignnone size-full wp-image-3316" title="Check availability and book the Sandpiper Online" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/book-online.png" alt="Check availability and book the Sandpiper Online" width="279" height="80" /></a></p>
<p>Brilliantly located just moments from the beaches, harbour and town centre, four-star Sandpiper House guest house accommodation offers little touches of luxury that make your stay special. You’ll enjoy a friendly Whitby welcome from Peter and Manetta Croft, and the central location our bed and breakfast enjoys&#8230;</p>
<p>But more than that, once you’ve checked in to your tastefully decorated, comfortable room you’ll appreciate special touches that include:</p>
<ul>
<li>AA four-star ensuite guest house accommodation</li>
<li>Luxury bed linen and towels</li>
<li>A bone china tea service with quality teas and coffees</li>
<li>Original art work on the walls</li>
<li>Fine solid wood furniture</li>
<li>Leather settees in some rooms</li>
<li>Reserved  parking</li>
</ul>
<p>We go that little bit further to surprise and delight our bed and breakfast visitors but also offer our accommodation at very competitive prices.</p>
<p>That’s why you’ll say your bed and breakfast at Sandpiper House was just perfect!</p>
<p>From Laura Ashley bed linen and luxury towels and curtains to the solid wood furniture and original artwork on the walls, Sandpiper House has crafted each room to have its own unique character.</p>
<p>We take care to ensure everything in your room is just right to make your bed and breakfast stay extra special.</p>
<p><strong>Contact Us:</strong><br />
Belle Vue Terrace<br />
Whitby<br />
North Yorkshire<br />
YO21 3EY</p>
<p>Telephone: <strong>01947 600 246</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website: <a title="sandpiper house" href="http://www.sandpiperhouse.co.uk" target="_blank">http://www.sandpiperhouse.co.uk</a></p>
<p><a href="https://www.thebookingbutton.co.uk/properties/SANDPIPERHOUSEDIRECT"><img class="alignnone size-full wp-image-3316" title="Check availability and book the Sandpiper Online" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/book-online.png" alt="Check availability and book the Sandpiper Online" width="279" height="80" /></a></p>
<p><iframe src="http://player.vimeo.com/video/25218115?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="615" height="346"></iframe></p>

<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper1' title='sandpiper1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper1-150x150.jpg" class="attachment-thumbnail" alt="sandpiper1" title="sandpiper1" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper2' title='sandpiper2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper2-150x150.jpg" class="attachment-thumbnail" alt="sandpiper2" title="sandpiper2" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper3' title='sandpiper3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper3-150x150.jpg" class="attachment-thumbnail" alt="sandpiper3" title="sandpiper3" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper4' title='sandpiper4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper4-150x150.jpg" class="attachment-thumbnail" alt="sandpiper4" title="sandpiper4" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper5' title='sandpiper5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper5-150x150.jpg" class="attachment-thumbnail" alt="sandpiper5" title="sandpiper5" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper6' title='sandpiper6'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper6-150x150.jpg" class="attachment-thumbnail" alt="sandpiper6" title="sandpiper6" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper7' title='sandpiper7'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper7-150x150.jpg" class="attachment-thumbnail" alt="sandpiper7" title="sandpiper7" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper8' title='sandpiper8'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper8-150x150.jpg" class="attachment-thumbnail" alt="sandpiper8" title="sandpiper8" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper9' title='sandpiper9'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper9-150x150.jpg" class="attachment-thumbnail" alt="sandpiper9" title="sandpiper9" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/sandpiper10' title='sandpiper10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/sandpiper10-150x150.jpg" class="attachment-thumbnail" alt="sandpiper10" title="sandpiper10" /></a>
<a href='http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/book-online' title='Check availability and book the Sandpiper Online'><img width="100" height="80" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2010/01/book-online-100x80.png" class="attachment-thumbnail" alt="Check availability and book the Sandpiper Online" title="Check availability and book the Sandpiper Online" /></a>

<p>&nbsp;</p>
<p><strong>A map of our location</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=11508316398295279009
4.000471831f4126893d235
&amp;ll=54.488613,-0.617466&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?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.000471831f4126893d235
&amp;ll=54.488613,-0.617466&amp;spn=0.008725,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">The Sandpiper Guest House, 
Whitby</a> in a larger 
map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/sandpiper-guest-house-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sandfield House Farm Caravan Park In Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/sandfield-house-farm-caravan-park-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/sandfield-house-farm-caravan-park-in-whitby#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:00:04 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Camping Whitby, Campsites in Whitby, Whitby Camping]]></category>
		<category><![CDATA[Whitby Camping and Caravan Parks]]></category>
		<category><![CDATA[Whitby Caravan Parks, Browse Whitby Caravan Sites]]></category>
		<category><![CDATA[caravan park whitby]]></category>
		<category><![CDATA[sandfield caravan park whitby]]></category>
		<category><![CDATA[whitby caravan park]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1024</guid>
		<description><![CDATA[Sandfield House Farm is directly opposite Whitby Golf Club “well established links set amid outstanding cliff-top views" and only one mile from the centre of Whitby.]]></description>
			<content:encoded><![CDATA[<p><strong>Sandfield House Farm Caravan Park</strong></p>
<p>Sandfield House Farm Caravan Park is a clean and quiet caravan park in a wonderful location. The caravan park was started in 1938 and has since been transformed into a 5-star caravan park. Local amenities are close at hand, as are Whitby and the North Yorkshire Moors National Park.</p>
<p>On arrival at our caravan park you will be welcomed and shown to your pitch.</p>
<p>There is an attractive stone built, modern central heated amenities building with free hot showers, hot and cold water basins, flush toilets, razor and hairdryer points. It also includes a laundry room with washer, dryer, spin-dryer, and iron and ironing board. Other facilities include soap dispensers, hand dryers, washing-up room, payphone, calor gas sales, freezer packs service, chemical disposal and battery charging.</p>
<p>The park is set in undulating countryside and we have ensured that all pitches are level. They also have electric hook ups, and many have a sea view. Full service and hard standing pitches are available on request. Dogs are welcome but must be kept on a lead at all times.</p>
<p>Sandfield House Farm is directly opposite Whitby Golf Club “well established links set amid outstanding cliff-top views&#8221; and only one mile from the centre of Whitby.</p>
<p><img class="alignnone size-full wp-image-1025" title="Caravan Park Whitby" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/11/sandy-park.jpg" alt="Caravan Park Whitby" width="600" height="103" /></p>
<p><strong>How to contact us</strong></p>
<p>Mike Archer<br />
Sandfield House<br />
Sandsend Road<br />
Whitby<br />
YO21 3SR</p>
<p>Tel:  01947 602660</p>
<p>Email:  <a href="mailto:info@sandfieldhousefarm.co.uk">info@sandfieldhousefarm.co.uk</a><br />
Website:  <a title="Sandfield Caravan Park Whitby" href="http://www.sandfieldhousefarm.co.uk" target="_blank">http://www.sandfieldhousefarm.co.uk</a></p>
<p><strong>Please fill in the form below to make a booking enquiry</strong></p>
[contact-form-7]
<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=11508316398295279009
4.000477f2334c423ec394a
&amp;ll=54.492751,-0.654631&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=11508316398295279009
4.000477f2334c423ec394a
&amp;ll=54.492751,-0.654631&amp;spn=0.008724,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Sandfield House Farm Caravan Park 
</a> in a larger 
map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/sandfield-house-farm-caravan-park-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Railway At War event declared a huge success</title>
		<link>http://www.thewhitbyguide.co.uk/railway-at-war-event-declared-a-huge-success</link>
		<comments>http://www.thewhitbyguide.co.uk/railway-at-war-event-declared-a-huge-success#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:31:48 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[North Yorkshire MOors Railway]]></category>
		<category><![CDATA[NYMR]]></category>
		<category><![CDATA[railway at war in whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1013</guid>
		<description><![CDATA[RAILWAY AT WAR EVENT DECLARED A HUGE SUCCESS The North Yorkshire Moors Railway hosted the biggest and best attended ‘Railway at War event’ yet, following the 3 day event which took place last Friday, Saturday and Sunday. The event, now in its 17th year, attracted an estimated 15,000 visitors to the North York Moors area, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>RAILWAY AT WAR EVENT DECLARED A HUGE SUCCESS </strong></p>
<p><em>The North Yorkshire Moors Railway hosted the biggest and best attended ‘Railway at War event’ yet, following the 3 day event which took place last Friday, Saturday and Sunday.</em></p>
<p>The event, now in its 17th year, attracted an estimated 15,000 visitors to the North York Moors area, with more than 8,000 travelling by steam train between Pickering, Levisham, Goathland, Grosmont and Whitby.  Visitors came from all across the UK, with interest also being shown this year from Norway, Holland and Germany.</p>
<p>For the weekend the clocks are turned back to 1943 and the Home Front, to give a poignant reminder of what life was like during those dark days, including for thousands of railwaymen and women.   Hundreds of visitors can be seen in civilian and military clothing from the period and at Pickering, a large parade through the town brings the event into sharper focus.</p>
<p>Re-enactment groups with their vehicles and equipment help to bring to life a number of scenarios along the Railway, including fire-fighting during the blitz, dealing with an air raid, and keeping the Home Guard on their toes.  ENSA entertainers help to boost morale whilst wreath-laying ceremonies at Pickering and Grosmont help to underpin a serious message.</p>
<p>NYMR General Manager, Philip Benham, said:  “This has to be one of the best events of the year for local tourism.   It is about nostalgia, and we can all be proud of the crowds, the spectacle, the atmosphere and general goodwill.  The growing interest year on year in this weekend is amazing. This year was particularly special as we remember the outbreak of war 70 years ago.    There is a serious message throughout the event, and we are particularly keen to remember the sacrifices made by the many thousands of railwaymen and women who served on the Home Front.  But people also come for an experience, and to have fun &#8211; we can certainly deliver that.  The historic railway, period stations and timeless countryside all play their part.  I would also like to pay tribute to our volunteers and staff without whose hard work over many weeks in planning and preparation, the event would not be possible.”</p>
<p>The event also helps to swell the coffers of not just the Railway, but also many local traders and businesses.  The Railway enjoyed record takings at the booking office in Pickering and an overall increase in income across the Railway compared to pervious years.</p>
<p>As Philip Benham says, “Everyone benefits – the Railway, the shops, accommodation providers, local charities and other attractions.  It is good for the whole region.  But we need to keep a careful eye on managing that growth.   The demand for this event is such that we are contemplating making this a 4 day in the future, But for this to happen, we really do need to have talks with the wider community, whose help would be essential, and of course with our own loyal army of volunteers and staff who already give so much.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/railway-at-war-event-declared-a-huge-success/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last passenger train to go with a bang!</title>
		<link>http://www.thewhitbyguide.co.uk/last-passenger-train-to-go-with-a-bang</link>
		<comments>http://www.thewhitbyguide.co.uk/last-passenger-train-to-go-with-a-bang#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:41:19 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[North Yorkshire MOors Railway]]></category>
		<category><![CDATA[NYMR]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=1009</guid>
		<description><![CDATA[The last passenger train to travel over Bridge 30, between Goathland and Grosmont in North Yorkshire, is expected to go with a bang.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong>Last passenger train to go with a bang, as ageing bridge reaches the end of the line.</strong></p>
<p style="text-align: left;"><em>The last passenger train to travel over Bridge 30, between Goathland and Grosmont in North Yorkshire, is expected to go with a bang.</em></p>
<p>Fireworks and several other surprises will help to mark the final send-off, planned for the early evening of Sunday 1st November.</p>
<p>The occasion will mark the end of a 145 year piece of history, as bridge 30, which forms an 80ft span and takes the line over the Murk Esk, between Goathland and Grosmont, is set to be removed. It will be replaced with a new structure over the winter months.   The cost of doing so is estimated at £650,000, with the line being severed while the work takes place.</p>
<p>There is an opportunity for visitors to mark the final journey over Bridge 30, before it is replaced, by travelling on a special Bridge Benefit last train on Sunday 1st November. The train will depart from Grosmont at 1530hrs for Pickering, returning from Pickering at 1700hrs, and will be hauled by the iconic streamline steam engine “Sir Nigel Gresley”. A £3 supplement for the round trip will be payable on top of the normal fares, with proceeds to the ‘Bridge &amp; Wheels’ Appeal.  (Passengers returning from Grosmont to Pickering only will not be charged the supplement).</p>
<p>For those looking to enjoy the experience in more opulent surroundings, a limited number of pre-bookable First Class seats are available for the round trip, offering tea, sandwiches and cakes in one of the more historic saloon carriages.  A £10 supplement is payable in advance.  Reservations can be made by phoning 01751 472508 or by email to info@nymr.co.uk following which a commemorative ticket will be issued.</p>
<p>NYMR General Manager, Philip Benham, said “What we’re looking to do is to recreate the atmosphere of the “last trains” that were so common in the Beeching era – the difference this time, of course, is that the line will re-open again in March next year!  We’re ushering out a bridge that has served the Railway well, in readiness for a new structure of some significance to replace it.”</p>
<p>There may be some noise and bangs as the train passes over the bridge, and those who might be disturbed with very young children, or with dogs, will be advised to travel towards the rear of the train from Pickering.</p>
<p>A full service of steam hauled trains will operate throughout the weekend Sat 31 Oct and Sun 1 Nov, while the railway’s diesel railcar will be operating shuttle services between Grosmont and Goathland giving passengers a final chance to view the old bridge through the train’s panoramic windows.</p>
<p>The weekend will also be a last chance to travel behind ‘Sir Nigel Gresley’ in the 50th anniversary year since the engine became the fastest steam engine since the Second World War with a speed of 112mph on 23 May 1959.</p>
<p>Also during the weekend, the Railway is offering additional entertainment along the line, combining steam train rides with family entertainment, in what is dubbed the Wizard Weekend.</p>
<p>Birds of Prey will be on show at Levisham Station over the weekend with static displays on 31 Oct and demonstrations from 12.30pm on 1st November.  A Punch and Judy show will also be performed on the Saturday.</p>
<p>At Goathland, a 30 minute magic show will be performed at regular intervals over the weekend.</p>
<p>Balloon modelling, face painting, magic tricks will be a feature at Levisham, Goathland and Grosmont stations over the weekend.</p>
<p>The Jet Set Border Morris dancers, dressed Goth-style, all in black, will be performing at regular intervals at Goathland and Grosmont stations, using the train to travel between the two stations.</p>
<p>Passengers may also like to visit Whitby, where the town’s annual Goth Weekend is taking place, but are asked to note that the last train back from Whitby on Sunday 1 November will run earlier than usual at 16.00hrs.</p>
<p>For further details about the train running during this weekend, go to <a href="http://www.nymr.co.uk" target="_blank">www.nymr.co.uk</a> or alternatively call <strong>01751 472508</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/last-passenger-train-to-go-with-a-bang/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEA URCHIN &#8211; Whitby Angling Charters, Sea Fishing Trips</title>
		<link>http://www.thewhitbyguide.co.uk/sea-urchin-whitby-angling-charters-sea-fishing-trips</link>
		<comments>http://www.thewhitbyguide.co.uk/sea-urchin-whitby-angling-charters-sea-fishing-trips#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:31:39 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby Fishing and Seafood]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[whitby boat fishing trips]]></category>
		<category><![CDATA[whitby fishing]]></category>
		<category><![CDATA[whitby fishing charters]]></category>
		<category><![CDATA[whitby sea fishing]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=992</guid>
		<description><![CDATA[Sea Urchin charters offer boat trips based at Whitby licenced for 12 passengers and a member of the WCSA giving a first class service to the many cod anglers who visit Whitby each year.]]></description>
			<content:encoded><![CDATA[<p><strong>Whitby Sea Fishing Trips</strong></p>
<p>Here at Whitby we are very lucky to have an abundance of good ground and many wrecks within a short steam.</p>
<p>This year cod up to 18 lb,  ling over 23 lb, Pollock up to 13 lb, in fact most of the bigger fish are taken within 15 mls of Whitby.</p>
<p>Of course there will be times we need to press further afield, and other times we need to get closer in, but where ever we are you can be sure I will  be doing my best to get you over the fish.</p>
<p>Single bookings welcome right through to Corparate days, Works team building days, Schools and youth club party’s as well as regular fishing clubs for up to 12 anglers.</p>
<p>Sea Urchin charters offer boat trips based at Whitby licenced for 12 passengers and a member of the WCSA giving a first class service to the many cod anglers who visit Whitby each year.</p>
<p><strong>Booking a trip with us</strong></p>
<p>If  you are visiting Whitby and fancy a trip with us, then please do not hesitate to contact us using the details below. We can take single bookings as well as group trips, and are always happy to offer advice and answer any questions.</p>
<p><strong>Mick Leonard</strong> <br />
The Skipper</p>
<p>Tel: <strong>07855439380</strong></p>
<p>Any time during the day, and up to 10pm evenings</p>
<p>Email:  <a href="mailto:enquiries@whitby-sea-fishing.co.uk">enquiries@whitby-sea-fishing.co.uk</a></p>
<p>Website:  <a title="whitby sea fishing" href="http://www.whitby-sea-fishing.co.uk" target="_blank">www.whitby-sea-fishing.co.uk</a></p>
<p>I check my mail every morning when at all possible, but  please be patient during the summer months I work long days and so very ocasionaly  it’s every other day.</p>
<p><strong>Our photo gallery</strong></p>
<p><img class="alignnone size-full wp-image-994" title="Whitby Sea Fishing Trips" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/10/sea-fishing-1.jpg" alt="Whitby Sea Fishing Trips" width="610" height="156" /><br />
<img class="alignnone size-full wp-image-995" title="Whitby Sea Fishing Trips" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/10/sea-fishing-2.jpg" alt="Whitby Sea Fishing Trips" width="610" height="154" /><br />
<img class="alignnone size-full wp-image-996" title="Whitby Sea Fishing Trips" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/10/sea-fishing-3.jpg" alt="Whitby Sea Fishing Trips" width="610" height="154" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/sea-urchin-whitby-angling-charters-sea-fishing-trips/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>North Yorkshire Moors Railway hosts &#8216;Railway At War Weekend&#8217; 16-18 October</title>
		<link>http://www.thewhitbyguide.co.uk/north-yorkshire-moors-railway-host-railway-at-war-weekend-16-18-october</link>
		<comments>http://www.thewhitbyguide.co.uk/north-yorkshire-moors-railway-host-railway-at-war-weekend-16-18-october#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:01:17 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[North Yorkshire MOors Railway]]></category>
		<category><![CDATA[nymr - weekend at war]]></category>
		<category><![CDATA[railway at war in whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=717</guid>
		<description><![CDATA[This month the North Yorkshire Moors Railway will be hosting one of the biggest 1940s re-enactment events of the year – “Railway at “war” – which runs from Friday 16th to Sunday 18th October.]]></description>
			<content:encoded><![CDATA[<p><strong>North Yorkshire Moors Railway host &#8220;Railway at War&#8221;</strong></p>
<p>This month the North Yorkshire Moors Railway will be hosting one of the biggest 1940s re-enactment events of the year – “Railway at “war” – which runs from Friday 16th to Sunday 18th October.</p>
<p>The highlight of the weekend is the Saturday parade through Pickering, with marching bands, military and civilian vehicles, which attracts bumper crowds.</p>
<p>Hundreds of re-enactors will take part in displays and demonstrations along the North Yorkshire Moors Railway, between Pickering, Levisham, Goathland and Grosmont.    The event has become so big, that accommodation providers within a 50 miles radius tend to get booked up months in advance.</p>
<p>Heritage steam trains will be running hourly to take the thousands of visitors along the line, including the 1937 engine, “Sir Nigel Gresley” – which is one of only six A4 Pacific class engines remaining in the world.    Trains will run between Pickering and Grosmont on the Friday, and between Pickering and Whitby on both Saturday and Sunday.</p>
<p>The event, now in its 17th year, is a re-creation of the Home Front in 1943 and commemorates the part played by Britain’s railways during the 1939-45 war.  It has grown to such an extent that visitors are now expected from as far afield as Norway, Denmark and Holland.</p>
<p>Phil Bustard, Marketing Manager of the North Yorkshire Moors Railway, said “There is no doubt that this is one of the most popular events of the year for the both the Railway and the wider community.   A lot of work goes into the event and we have every reason to expect a bumper crowd this year, given the increased volume of visitors through 2009, and the level of enquiries we have received.”</p>
<p>To help alleviate car parking difficulties, the Railway will be providing its own Park and Ride facility along Haygate Lane in Pickering.   The site, which can accommodate up to 1,000 vehicles, is accessible from the A169 Malton Road, just to the south of the town.    Parking will cost £3 per vehicle, with frequent mini-buses taking visitors into town.    The Railway has teamed up with a local landowner to provide the facility, and has acquired permission from the local authorities to operate the Park and Ride as a temporary arrangement for the duration of the event.   A one-way traffic system will operate from the A169, and temporary signs will be erected to help the flow of vehicles.  Minibuses will operate over the whole of the event, and will connect with the first and last train services each day of the event.    </p>
<p><strong>For more information about the event:</strong></p>
<p>Tel:  <strong>01751 472508</strong><br />
Email:  <a href="mailto:info@nymr.co.uk">info@nymr.co.uk</a><br />
Website:  <a title="NYMR - Weekend At War" href="http://www.nymr.co.uk/special-events/the-railway-at-war/" target="_blank">http://www.nymr.co.uk/special-events/the-railway-at-war/</a></p>
<p><strong>Images from last years event</strong></p>
<p><img class="alignnone size-full wp-image-990" title="Weekend at War, North Yorkshire Moors Railway" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/10/week-at-war.jpg" alt="Weekend at War, North Yorkshire Moors Railway" width="522" height="523" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/north-yorkshire-moors-railway-host-railway-at-war-weekend-16-18-october/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>North Yorkshire Moors Railway &#8211; Autumn on the moors</title>
		<link>http://www.thewhitbyguide.co.uk/north-yorkshire-moors-railways-autumn-on-the-moors</link>
		<comments>http://www.thewhitbyguide.co.uk/north-yorkshire-moors-railways-autumn-on-the-moors#comments</comments>
		<pubDate>Wed, 14 Oct 2009 10:51:45 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[Autumn on the moors]]></category>
		<category><![CDATA[North Yorkshire MOors Railway]]></category>
		<category><![CDATA[North Yorkshire Moors Railways Autumn On The Moors]]></category>
		<category><![CDATA[NYMR]]></category>
		<category><![CDATA[Whitby Railway station]]></category>
		<category><![CDATA[whitby station]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=980</guid>
		<description><![CDATA[Autumn on the Moors…11th October 2009 Travel between Whitby and Battersby this Sunday for £15 return This Sunday the North Yorkshire Moors Railway is giving passengers an opportunity to travel between Whitby and Battersby by steam, for £15 return. The journey is a precursor to the NYMR Winter timetable, which will feature steam train journeys [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Autumn on the Moors…11th October 2009</strong></p>
<p>Travel between Whitby and Battersby this Sunday for £15 return</p>
<p>This Sunday the North Yorkshire Moors Railway is giving passengers an opportunity to travel between Whitby and Battersby by steam, for £15 return.</p>
<p>The journey is a precursor to the NYMR Winter timetable, which will feature steam train journeys between Whitby and Battersby on some Sundays in January, February and March.</p>
<p>Passengers can take the 11.02hrs steam train departure from Whitby, which arrives into Grosmont at 11.22hrs.   Passengers need to alight at Grosmont and change to another steam train which departs Grosmont at 12.20hrs for Battersby, arriving at 1307.   The train leaves Battersby at 1335 hrs, arriving back in to Whitby at 1500hrs.</p>
<p>Seating is limited to 100 places.  Tickets for this return trip are available from Whitby Booking office, situated at Whitby Railway Station.  Hot and cold meals and a range of refreshments are available from the NYMR tearoom at Grosmont Station.  </p>
<p><strong>For any further help or assistance contact NYMR customer services:</strong></p>
<p>Tel:  01751 472508<br />
Email:   <a title="email NYMR" href="mailto:info@nymr.co.uk">info@nymr.co.uk</a><br />
Web:  <a title="North Yorkshire Moors Railway" href="http://www.nymr.co.uk" target="_blank">http://www.nymr.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/north-yorkshire-moors-railways-autumn-on-the-moors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Albion Apartment, Self Catering Accommodation In Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/albion-apartment-self-catering-accommodation-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/albion-apartment-self-catering-accommodation-in-whitby#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:32:37 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[albion apartment whitby]]></category>
		<category><![CDATA[whitby apartments]]></category>
		<category><![CDATA[whitby self catering apartments]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=946</guid>
		<description><![CDATA[This modern stylish apartment is located in the centre of Whitby and has the rare advantage of private undercroft parking. With great restaurants, pubs, beaches, museums, places of historic interest and shops only a 2 minute walk away the apartment is perfectly situated to allow you to enjoy all that Whitby has to offer. ]]></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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Albion 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Albion Apartment, in the centre of Whitby</strong></p>
<p>This modern stylish apartment is located in the centre of Whitby and has the rare advantage of private undercroft parking. With great restaurants, pubs, beaches, museums, places of historic interest and shops only a 2 minute walk away the apartment is perfectly situated to allow you to enjoy all that Whitby has to offer.</p>
<p>The kitchen is well equipped with a full size fridge and freezer, washer/dryer, dishwasher, microwave, oven, hob, extractor, sink, toaster, and coffee machine that are complimeted with a wide range of good quality pans, crockery, cutlery, glassware and utensils.</p>
<p>The living room has a designer chaise in the large bay window and settee from which you can enjoy the 32&#8243; flat screen tv, satellite box and dvd player. With a double bedroom having built in wardrobes and memory foam mattress, individual reading lights and alarm clock and a twin bedroom having a 19&#8243; flat screen tv with combi dvd player, ps2 console and a vareity of games, dvd&#8217;s, books and board games the property suits couples and families.</p>
<p>The modern bathroom benefits from a bath and a shower, toilet and wash basin, illuminated cabinet with shaver socket, and a heated towel rail.</p>
<p>This property doesn&#8217;t have gas, the heating and hot water are electric.</p>
<p>Unfortunately this property doesn&#8217;t accepts pets.</p>
<p><strong>Contact Us<br />
</strong>Albion Apartment<br />
Whitby<br />
North Yorkshire<br />
YO21 1BY</p>
<p>Mobile: <strong>07881 750 171</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking<strong> </strong></p>
<p>Website:  <a title="Albion Apartment, Whitby" href="http://www.holidaycottagesinwhitby.co.uk/" target="_blank">Click here for more information</a></p>
<p><strong>How to find Albion Apartment</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=11508316398295279009
4.000474dee314fa6010aa3
&amp;ll=54.483004,-0.615234&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=11508316398295279009
4.000474dee314fa6010aa3
&amp;ll=54.483004,-0.615234&amp;spn=0.008726,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Albion Apartment</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/albion-apartment-self-catering-accommodation-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Molly Miles Cottage, West Cliff, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/molly-miles-cottage-west-cliff-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/molly-miles-cottage-west-cliff-whitby#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:13:36 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[cottage whitby]]></category>
		<category><![CDATA[farm cottage robin hoods bay]]></category>
		<category><![CDATA[farm cottage whitby]]></category>
		<category><![CDATA[whitby cottage]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=942</guid>
		<description><![CDATA[Neatly tucked away on the popular West Cliff in Whitby, Molly Miles Cottage is this fantastic bolt hole. Sleeping 2 Molly Miles Cottage is a great base from which to explore Whitby, to relax and to enjoy the North Yorkshire 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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Molly Miles 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Molly Miles Cottage, West Cliff, Whitby</strong></p>
<p>Neatly tucked away on the popular West Cliff in Whitby, Molly Miles Cottage is this fantastic bolt hole. Sleeping 2 Molly Miles Cottage is a great base from which to explore Whitby, to relax and to enjoy the North Yorkshire Coast.</p>
<p>Molly Miles Cottage has a well equipped kitchen providing a fridge, freezer, eye level oven and grill, washing machine, tumble dryer, hob and sink, dining table and 4 chairs – you can prepare meals easily and enjoy them at the cosy dining table with friends. For your comfort the spacious lounge has a reclining sofa, flat screen TV and DVD player and oak flooring.</p>
<p>A unique spiral staircase leads from the lounge up to the first floor which has a bathroom with bath, sink, WC and shower over the bath. The comfortable double bedroom is also on the first floor with easy access to the bathroom.<br />
Molly Miles Cottage has an enclosed outside area ideal for sitting out on a summer’s evenings and enjoying the fresh North Yorkshire Coastal air. There is also parking for one car.</p>
<p>Access to Molly Miles Cottage is down the lane to the rear of Normanby Terrace. Parking is available for a medium sized family car. There is also plenty of free parking on the surrounding streets.</p>
<p>Molly Miles Cottage comes with bedding and towels and for a small extra charge will accept pets. Molly Miles Cottage changeover day is Friday.</p>
<p>All our properties are no smoking.</p>
<p><strong>Contact Details</strong><br />
Molly Miles Cottage,<br />
West Cliff,<br />
Whitby,<br />
North Yorkshire,<br />
YO21 3ES</p>
<p>Mobile: <strong>07881 750 171</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website:  <a title="Molly Miles Cottage" href="http://www.holidaycottagesinwhitby.co.uk/" target="_blank">Click here for more information</a></p>
<p><strong>How to find <strong>Molly Miles Cottage</strong></strong></p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" 
marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps?
f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=whitby,+YO2
1+3ES&amp;aq=&amp;sll=54.487706,-0.616808&amp;sspn=0.007067,
0.021136&amp;ie=UTF8&amp;hq=&amp;hnear=YO21+3ES,+United+Kin
gdom&amp;t=m&amp;ll=54.488579,-0.619&amp;spn=0.001767,0.00528
4&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br />
<small><a href="http://maps.google.co.uk/maps?
f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=whitby,+Y
O21+3ES&amp;aq=&amp;sll=54.487706,-0.616808&amp;sspn=0.00706
7,0.021136&amp;ie=UTF8&amp;hq=&amp;hnear=YO21+3ES,+United+K
ingdom&amp;t=m&amp;ll=54.488579,-0.619&amp;spn=0.001767,0.005
284&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View 
Larger Map</a></small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/molly-miles-cottage-west-cliff-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Weather. Live weather forecast for Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-weather-live-weather-forecast-for-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-weather-live-weather-forecast-for-whitby#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:19:12 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[weather in whitby]]></category>
		<category><![CDATA[whitby weather]]></category>
		<category><![CDATA[whitby weather forecast]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=921</guid>
		<description><![CDATA[Keep up to date with the latest weather in Whitby and predicted forecasts for the next 5 days. The weather forecasts are supplied to us live by AccuWeather.com]]></description>
			<content:encoded><![CDATA[<p>The weather forecast below has been supplied to us by AccuWeather.com and is automatically updated when any changes in weather are detected.</p>
<p style="text-align: center;"><script src="http://netwx.accuweather.com/netweatherV2.asp?
zipcode=EUR|UK|UK001|WHITBY|&amp;lang=uk&amp;size=3&amp;theme=
2&amp;metric=1">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-weather-live-weather-forecast-for-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crabbing in Whitby Harbour, a great family activity</title>
		<link>http://www.thewhitbyguide.co.uk/crabbing-in-whitby-harbour-a-great-family-activity</link>
		<comments>http://www.thewhitbyguide.co.uk/crabbing-in-whitby-harbour-a-great-family-activity#comments</comments>
		<pubDate>Wed, 23 Sep 2009 15:04:44 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby Fishing and Seafood]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[catch crabs in whitby]]></category>
		<category><![CDATA[crab fishing whitby]]></category>
		<category><![CDATA[crabbing in whitby]]></category>
		<category><![CDATA[whitby crabbing]]></category>
		<category><![CDATA[whitby harbour crabbing]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=907</guid>
		<description><![CDATA[One of the most loved passtimes in Whitby is Crabbing in Whitby Harbour. This explains in a little more detail about the activity and what you need to enjoy a few hours Crabbing.]]></description>
			<content:encoded><![CDATA[<p><strong>Take the kids and go CRABBING :</strong></p>
<p>‘Crabbing’ in Whitby Harbour has been the pastime of youngsters in the town for a million generations. Next to Whitby Bridge is a designated harbour fishing area where 99% of those ‘fishing’ are trying to catch crabs on simple hand-held lines. Called ‘doggering’ (1) by locals, this simple activity comprises of a single fishing line, small weight to sink the bait, a juicy piece of bait (bacon rind, tinned mackerel in oil or, highly recommended – a fish head), no hook needed,  <img class="alignright size-full wp-image-908" style="margin: 10px;" title="Whitby crab fishing bucket" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/crab-bucket.jpg" alt="Whitby crab fishing bucket" width="250" height="314" />and for mums and dads a more than your average amount of patience ……….. but the babes will love it !  Insider tip 1 : the kids will want to check their crabbing line every 60 seconds ….. leave the line for 5 minutes, which should give time for the crabs to come out, sniff around and then decide on whether to dine on your offerings or scuttle back under the seaweed……. Insider tip 2 : despite what others say, don’t be in a hurry to bring up your fishing line …..slowly and gently is the key …. Harbour crabs are very quick to sense excessive or unusual  movement and will go into defensive mode and let go of the bait if alarmed</p>
<p><strong>Care of the harbour crabs :</strong></p>
<p>Harbour crabs are only small and are not edible. ‘Fishing’ for them provides endless enjoyment for youngsters who are keen to ‘catch..’ Treat these crabs carefully and gently. If you wish to keep any ‘captives’ in a bucket for an hour or more, please put some seaweed in as well because our little friends live at the darkened bottom of the harbour and are not comfortable with sunlight. When your ‘fishing’ is over, please return the harbour crabs to their home, gently and carefully.</p>
<p> (1) ‘doggering’ :   pronounced   ‘ dog…errr …ing ‘  -   The Whitby term for red harbour crabs is ‘doggers’</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/crabbing-in-whitby-harbour-a-great-family-activity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Fishing, The basics of fishing from Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-fishing-the-basics-of-fishing-from-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-fishing-the-basics-of-fishing-from-whitby#comments</comments>
		<pubDate>Wed, 23 Sep 2009 14:35:50 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby Fishing and Seafood]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[fishing in whitby]]></category>
		<category><![CDATA[where to go fishing whitby]]></category>
		<category><![CDATA[whitby fishing]]></category>
		<category><![CDATA[whitby pier fishing]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=902</guid>
		<description><![CDATA[While you are on holiday in Whitby why not try your hand at a spot of fishing? There are many types of fish to be caught from both the pier and the shoreline.]]></description>
			<content:encoded><![CDATA[<p><strong>While you are on holiday in Whitby why not try your hand at a spot of fishing?</strong></p>
<p><strong>Shore and rock fishing</strong></p>
<p>You can fish from Whitby to Sandsend and Whitby to Saltwick.  Fish available, depending upon the time of year, include codling, billet, mackerel and whiting<img class="alignright size-full wp-image-905" style="margin: 10px;" title="Fishing from Whitby Pier" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/fishing-pier.jpg" alt="Fishing from Whitby Pier" width="300" height="225" /></p>
<p>There is no fee payable or licence requirement for shore and rock fishing.</p>
<p><strong>Beach fishing</strong></p>
<p>You can fish from the beach between Whitby and Sandsend and between Whitby and Saltwick. Fish available, depending upon the time of year, include codling, billet, flatfish, mackerel and whiting.</p>
<p>Bait : Commonly used is mussel and/or lugworm. These are usually available from the tackle suppliers in the town. ‘’Peeler’ crab  is locally regarded as THE bait during the summer months but it is not available through shops. You will need to ask the locals ‘what ?’ and ‘where’ ? to seek this bait out ……. but be assured, it is well worth the time and effort ……..</p>
<p><strong>Boat Fishing :</strong><br />
 <br />
Boat fishing is very popular in Whitby. These trips can be for 2, 4, 6 or 8 hrs. A boat angling trip can be arranged on a daily basis at the quayside. Talk to the ‘professionals’ on the quayside before you book. Fishing tackle and bait can be supplied but check when you make a booking. The charter boats normally take up to 8 or 12 anglers.</p>
<p><strong>Whitby Harbour</strong></p>
<p>Fishing : Whitby Piers : </p>
<p>Whitby’s West Pier is a delight for any summer angler, with spinners and lures seemingly favourites amongst those ‘in the know.’  The ‘ground’ tends to be sandy and almost hazard-free, though some weed and small rocks. Mackerel, in particular, and flounder are the regulars. Important : check the tide situation – it is more likely that you will be ‘rewarded’, fish wise, near and at high water. However, don’t be put off fishing at any time – there is always the fish ‘maverick’ swimming around !  Autumn angler ?  Come September the smaller cod will move in as will whiting, favouring peeler crab and the occasional mussel. Winter angler ? Definitely peeler crab, rag worm and lugworm but wrap up warm – it can be cold, cold and freezing (!) on the Pier at that time of the year !! However, many examples of large cod (15lb upwards) have been noted over a number of years)   Please note : Anglers are prohibited from fishing into the harbour from the West Pier.</p>
<p>Whitby’s East Pier has been problematic in terms of access for the last year or two. This issue is still under discussion with Scarborough Borough Council. As with the West Pier, anglers are prohibited from fishing into the harbour. The ‘ground’ is rocky and can be ‘tackle-damaging.’ Summer and Autumn fishing can yield codling and mackerel but not in the numbers off the West Pier. However, the East Pier is, more often than not, people free and consequently is a very restful place to spend a few hours contemplating the world and reflecting on the frantic nature of it all</p>
<p><strong>Safety :</strong></p>
<p>Whitby’s West Pier comprises of two levels, the lower level being accessible by a ladder at the end of the Pier. It is strongly recommended that you do not attempt to access the lower level during times of inclement weather. The sea is a joyous product of Mother Nature but it is capable of taking no prisoners should it be in the mood. Please check the weather forecast and tide table before you embark on a fishing session on the West Pier. There is no access at the current time to the lower level of the East Pier.</p>
<p>If you need any advice or fishing tackle while on your trip to Whitby then take a visit to <a title="whitby angling supplies" href="http://www.thewhitbyguide.co.uk/whitby-angling-supplies-fishing-tackle-shop-in-whitby/">Whitby Angling Supplies</a>, who will be more than happy to assist you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-fishing-the-basics-of-fishing-from-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This week&#8217;s latest Whitby news from the Whitby Gazette</title>
		<link>http://www.thewhitbyguide.co.uk/this-weeks-latest-whitby-news-from-the-whitby-gazette</link>
		<comments>http://www.thewhitbyguide.co.uk/this-weeks-latest-whitby-news-from-the-whitby-gazette#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:05:40 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[news whitby]]></category>
		<category><![CDATA[whitby gazette]]></category>
		<category><![CDATA[whitby news]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=891</guid>
		<description><![CDATA[Keep up to date with this weeks latest news from the Whitby Gazette. Whitby news, events and stories from the local area.]]></description>
			<content:encoded><![CDATA[<p>The above image has been donated by <a title="His For Home" href="http://www.hisforhome.com" target="_blank">His For Home</a></p>
<p><strong>Below are this weeks lastest news stories from the Whitby Gazette</strong></p>
<p><script language=javascript src="http://rssfeedreader.com/rss3/rss.php?
url=http%3A%2F%2Fwww.whitbygazette.co.uk%2FgetFeed.aspx%3FFor
mat%3Drss%26sectioni
d%3D11060&newpage=1&chead=&atl=&desc=1&owncss=1&eleminate
=1&auth=1&dts=1&width=
300&max=10&tlen=0&rnd=&bt=3&bs=Double&nmb=&ntb=&naf=&nst=&n
wd=800&nht=600&dlen=0
&lstyle=-1&lc=Blue&bg=White&bc=Gray&spc=&ims=&tc=&ts=11&tfont=V
erdana,+Arial,+Sans-
serif"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/this-weeks-latest-whitby-news-from-the-whitby-gazette/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Regatta 2009 Reviews, Videos And Photos</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos#comments</comments>
		<pubDate>Mon, 14 Sep 2009 11:53:27 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[regatta 2009]]></category>
		<category><![CDATA[Whitby Regatta]]></category>
		<category><![CDATA[whitby regatta 2009]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=872</guid>
		<description><![CDATA[The streets of Whitby were a wash with entertainment and colourful displays this August, as Folf Week and Regatta merged to create an action packaged weekend in Whitby.]]></description>
			<content:encoded><![CDATA[<p>Whitby Regatta 2009 was another huge success despite the clash with this years Folk Week.</p>
<p>The streets of Whitby were a wash with entertainment and colourful displays this August, as Folf Week and Regatta merged to create an action packed weekend in Whitby.</p>
<h4>For a full review of this years Regatta along with videos and pictures of the event then please <a title="whitby regatta 2009" href="http://www.whitbygazette.co.uk/sectionhome.aspx?sectionid=10706" target="_blank">click here</a></h4>
<p><strong>Some of our own photos of this years event are below</strong></p>

<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/red-arrows' title='red-arrows'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/red-arrows-150x150.jpg" class="attachment-thumbnail" alt="red-arrows" title="red-arrows" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/red-arrrows-2' title='red-arrrows-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/red-arrrows-2-150x150.jpg" class="attachment-thumbnail" alt="red-arrrows-2" title="red-arrrows-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-1' title='whitby-regatta-1'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-1-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-1" title="whitby-regatta-1" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-2' title='whitby-regatta-2'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-2-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-2" title="whitby-regatta-2" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-3' title='whitby-regatta-3'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-3-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-3" title="whitby-regatta-3" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-4' title='whitby-regatta-4'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-4-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-4" title="whitby-regatta-4" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-5' title='whitby-regatta-5'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-5-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-5" title="whitby-regatta-5" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-6' title='whitby-regatta-6'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-6-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-6" title="whitby-regatta-6" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-7' title='whitby-regatta-7'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-7-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-7" title="whitby-regatta-7" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-8' title='whitby-regatta-8'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-8-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-8" title="whitby-regatta-8" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-9' title='whitby-regatta-9'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-9-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-9" title="whitby-regatta-9" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-10' title='whitby-regatta-10'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-10-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-10" title="whitby-regatta-10" /></a>
<a href='http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/whitby-regatta-11' title='whitby-regatta-11'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/09/whitby-regatta-11-150x150.jpg" class="attachment-thumbnail" alt="whitby-regatta-11" title="whitby-regatta-11" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-regatta-2009-reviews-videos-and-photos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bridge View Holiday Cottage In Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/bridge-view-holiday-cottage-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/bridge-view-holiday-cottage-in-whitby#comments</comments>
		<pubDate>Tue, 25 Aug 2009 13:48:52 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[bridge view cottage]]></category>
		<category><![CDATA[bridge view cottage whitby]]></category>
		<category><![CDATA[cottages in whitby]]></category>
		<category><![CDATA[self catering cottage whitby]]></category>
		<category><![CDATA[whitby cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=861</guid>
		<description><![CDATA[Bridge View Holiday Cottage In Whitby Located in the heart of Whitby, Bridge View Cottage overlooks the Swing Bridge and is ideally located for the beach, the shops and some of Whitby&#8217;s finest pubs and restaurants. Access is from Church Street into a good sized entrance hall with utlilty room for storage, great for bikes, [...]]]></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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Bridge View 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Bridge View Holiday Cottage In Whitby</strong></p>
<p>Located in the heart of Whitby, Bridge View Cottage overlooks the Swing Bridge and is ideally located for the beach, the shops and some of Whitby&#8217;s finest pubs and restaurants. Access is from Church Street into a good sized entrance hall with utlilty room for storage, great for bikes, pushchairs etc. Upstairs on the first floor there is a large sitting room with great views perfect for watching the boats going in and out of Whitby through the swing bridge.</p>
<p>TV with freesat, dvd player, dining table, large comfy sofas and a well equipped kitchen. On the second floor the are 2 double bedrooms both overlooking the bridge, a bunk bed room and a large bathroom with a bath and a shower cubicle recently refurbished with a marble effect. Both the double bedrooms have built in wardrobes.</p>
<p>One well behaved pet is accepted at a small extra charge.</p>
<p><strong>Contact Details</strong><br />
Bridge View<br />
Whitby<br />
North Yorkshire<br />
YO21 1BY</p>
<p>Mobile: <strong>07881 750 171</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website:  <a title="bridge view cottage in whitby" href="http://www.holidaycottagesinwhitby.co.uk/" target="_blank">Click here for more information</a></p>
<p><strong>A map of our location</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=11508316398295279009
4.000471f785a5b999a03e8
&amp;ll=54.489635,-0.612016&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?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.000471f785a5b999a03e8
&amp;ll=54.489635,-0.612016&amp;spn=0.008725,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Bridge View Cottage, Whitby</a> in a 
larger map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/bridge-view-holiday-cottage-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seal Cottage, Holiday Cottages in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/seal-cottage-holiday-cottages-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/seal-cottage-holiday-cottages-in-whitby#comments</comments>
		<pubDate>Tue, 25 Aug 2009 13:29:10 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[cottages in whitby]]></category>
		<category><![CDATA[cottages whitby]]></category>
		<category><![CDATA[seal cottage whitby]]></category>
		<category><![CDATA[self catering whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=858</guid>
		<description><![CDATA[Seal Holiday Cottage on Church Street, Whitby Seal Cottage, 137 Church Street,  is a Grade II listed building, a 17th Century semi detached cottage situated in the heart of historic Whitby near the foot of the famous 199 steps that lead upto Whitby Abbey. Parking is available in the nearby Council car park and you [...]]]></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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Seal 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Seal Holiday Cottage on Church Street, Whitby</strong></p>
<p>Seal Cottage, 137 Church Street,  is a Grade II listed building, a 17th Century semi detached cottage situated in the heart of historic Whitby near the foot of the famous 199 steps that lead upto Whitby Abbey.</p>
<p>Parking is available in the nearby Council car park and you can park outside the cottage to load and unload. Sleeping up to 6 people in 2 double bedded rooms and 2 single bedrooms this cosy cottage is a second home to the owners and ideally placed for the shops, the beaches and Whitby&#8217;s many famous restaurants and pubs.</p>
<p>Gas central heating and bed linen are provided, please bring your own towels. There is a bathrooom on the first floor with wc and a shower room and separate small toilet on the 2nd floor. The sitting room, 1 double bedroom and 1 single bedroom have great views of the harbour and West side of Whitby. The dining room and the other bedrooms have great views down the old cobble Church Street. The property has internet access.</p>
<p><strong>Facilities include:</strong></p>
<p>Cot, TV, DVD player,dvd&#8217;s, Free Sat, video player, piano, radio/CD player, gas cooker, fridge/freezer, dishwasher, microwave, toaster and well equipped kitchen with casserole pots, pans, crockery, glasses etc.board games</p>
<p><strong>Contact Details</strong><br />
Seal Cottage<br />
Church Street<br />
Whitby<br />
YO22 4DE</p>
<p>Mobile: <strong>07881 750 171<br />
</strong>Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website:  <a title="seal holiday cottage in whitby" href="http://www.holidaycottagesinwhitby.co.uk/" target="_blank">Click here for more information</a></p>
<p><strong>A map of our location</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=11508316398295279009
4.000471f7295efb8485286
&amp;ll=54.488563,-0.612016&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?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.000471f7295efb8485286
&amp;ll=54.488563,-0.612016&amp;spn=0.008725,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Seal Holiday Cottage in Whitby</a> 
in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/seal-cottage-holiday-cottages-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turnerdale Hall, Luxury Self Catering Accommodation in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/turnerdale-hall-luxury-self-catering-accommodation-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/turnerdale-hall-luxury-self-catering-accommodation-in-whitby#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:23:40 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Whitbys Highly Recommended]]></category>
		<category><![CDATA[self catering accommodation in whitby]]></category>
		<category><![CDATA[turnerdale hall]]></category>
		<category><![CDATA[turnerdale hall whitby]]></category>
		<category><![CDATA[whitby self catering]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=845</guid>
		<description><![CDATA[Turnerdale Hall is a stunning country manor property that has been lavishly refurbished maintaining many of its period features. Originally built in 1810 the property was purchased in 1850 by an industrialist who added a large gothic extension. The property has since been divided in half and the gothic extension is now available to let. [...]]]></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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Turnerdale Hall" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Turnerdale Hall is a stunning country manor property that has been lavishly refurbished maintaining many of its period features.</strong></p>
<p>Originally built in 1810 the property was purchased in 1850 by an industrialist who added a large gothic extension. The property has since been divided in half and the gothic extension is now available to let.</p>
<p>This luxury self catering accommodation sleeps upto 9 people. Access to the property is up a long sweeping drive to a parking area with spaces for upto 3 cars. The well maintained gardens have a secluded patio area that has fantastic views over the River Esk, there is also a gas barbecue and electric lighting. Near the patio area is a greenhouse where holidaymakers can enjoy seasonal salads and vegetables (when available).</p>
<p>The house itself has an impressive entrance hall with a Coat of Arms above the door. The main sitting room is 28&#8242; x 20&#8242; and has the original oak fireplace housing a log burner, 3 large comfy sofas offer plenty of seating and the bay window gives an uninterrupted view up the River Esk and over the weir.The tv has freesat and a dvd player. There is a toilet on the ground floor just off the entrance hallway. The kitchen/dining room is downstairs on the lower ground floor and can be accessed from either the entrance hallway or the garden. Fully fitted with a fridge, freezer, dishwasher, oven, microwave, toaster, kettle, sink, crockery, cutlery, pans and a dining table with coffee table and chairs in the window for the great views. There is a tv with freesat and dvd player in the kitchen. Off the kitchen there is a snug with 3 sofas, tv, freesat, dvd player, video player, board games and books a great place for relaxing or for the children to play.</p>
<p>The bedrooms are all good sizes , on the first floor there is a single bedroom with a 4ft bed, a twin bedroom and the master double bedroom, all recently refurbished and re-decorated to a high standard. The first floor bathroom has a bath with shower handset, separate shower cubicle, toilet and wash basin.</p>
<p>The second floor has a twin bedroom , a double bedroom and a bathroom with bath and a wash basin. There is a separate toilet on the second floor. Also on the second floor there is a utility with a washing machine, tumble dryer and a sink.</p>
<p>Bedding and towels are provided and a  welcome pack is included with tea, coffee, sugar, wine and other luxury nibbles.</p>
<p>Unfortunately due to the stairs in the property this property is unsuitable for disabled access.</p>
<p><strong>Contact Details</strong></p>
<div>Turnerdale Hall<br />
Ruswarp<br />
YO21 1RL</div>
<p>Mobile: <strong>07881 750 171</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website:  <a title="turnerdale hall" href="http://www.turnerdalehall.com" target="_blank">www.turnerdalehall.com</a></p>
<p><a title="turnerdale hall" href="http://www.turnerdalehall.com" target="_blank"></a><strong>Images of the property</strong></p>
<div><strong><img class="aligncenter size-full wp-image-847" style="border: 0px;" title="turnerdale-images" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/08/turnerdale-images.jpg" alt="turnerdale-images" width="552" height="1184" /></strong></div>
<div><strong>How to find Turnerdale Hall</strong></div>
<div><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=11508316398295279009
4.000471f64ac595ed61100
&amp;ll=54.469688,-0.6318&amp;spn=0.008729,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=11508316398295279009
4.000471f64ac595ed61100
&amp;ll=54.469688,-0.6318&amp;spn=0.008729,0.025749&amp;z=15&
amp;source=embed" 
style="color:#0000FF;text-align:left">Turnerdale Hall</a> in a larger 
map</small></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/turnerdale-hall-luxury-self-catering-accommodation-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presby House, Holiday Cottage in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/presby-house-holiday-cottage-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/presby-house-holiday-cottage-in-whitby#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:25:29 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[cottages in whitby]]></category>
		<category><![CDATA[cottages whitby]]></category>
		<category><![CDATA[presby house]]></category>
		<category><![CDATA[presby house whitby]]></category>
		<category><![CDATA[whitby holiday cottage]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=791</guid>
		<description><![CDATA[Presby House Holiday Cottage in Whitby This charming cottage in the heart of Whitby has a secluded patio area. On the ground floor there is a kitchen with washer/dryer, Dining Room and bedroom with futon bottom sofa/bed a single top bed and single bed, TV and DVD player. On the 1st Floor there is 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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Presby House" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Presby House Holiday Cottage in Whitby</strong></p>
<p>This charming cottage in the heart of Whitby has a secluded patio area. On the ground floor there is a kitchen with washer/dryer, Dining Room and bedroom with futon bottom sofa/bed a single top bed and single bed, TV and DVD player.</p>
<p>On the 1st Floor there is a double bedroom with ensuite ( wc and sink), a bunk bedroom with tv and a bathroom with bath and shower.</p>
<p>Saving the best till last the stunning views over the town and the harbour are found in the sitting room on the 2nd floor with 2 sofas, tv. freesat tv, dvd player and a table and chairs to sit an enjoy the fantastic views over Whitby and harbour.</p>
<p><strong>Contact Details</strong><br />
Presby House<br />
Whitby<br />
North Yorkshire<br />
YO21 3DD</p>
<p>Mobile: <strong>07881 750 171</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website:  <a title="holiday cottage in whitby" href="http://www.holidaycottagesinwhitby.co.uk/" target="_blank">Click here for more information</a></p>
<p><a title="holiday cottage in whitby" href="http://www.holidaycottagesinwhitby.co.uk/CG0000000003.htm" target="_blank"></a><strong>A map of our location</strong></p>
<p><strong> </strong><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=11508316398295279009
4.000471f59e08d842e796e
&amp;ll=54.490233,-0.615664&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=11508316398295279009
4.000471f59e08d842e796e
&amp;ll=54.490233,-0.615664&amp;spn=0.008724,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Presby House Holiday Cottage</a> 
in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/presby-house-holiday-cottage-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby fossils, fossiling in and around Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-fossils-fossiling-in-and-around-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-fossils-fossiling-in-and-around-whitby#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:50:11 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[fossiling in whitby]]></category>
		<category><![CDATA[fossiling whitby]]></category>
		<category><![CDATA[fossils whitby]]></category>
		<category><![CDATA[whitby fossiling]]></category>
		<category><![CDATA[whitby fossils]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=828</guid>
		<description><![CDATA[Even away from the hectic town centre there are several activities which you can enjoy. One of my favourites is searching for fossils. Whitby yields many ammonites, reptiles and shells, also famous for Jet which is similar to Amber]]></description>
			<content:encoded><![CDATA[<p><strong>Fossiling in Whitby</strong></p>
<p>Some of the information below has been donated by our friends at <a title="whitby fossils" href="http://www.whitbyfossils.co.uk/" target="_blank">Whitby Fossils</a></p>
<p>Even away from the hectic town centre there are several activities which you can enjoy. One of my favourites is searching for fossils. Whitby yields many ammonites, reptiles and shells, also famous for Jet which is similar to Amber. There are several places along the Whitby coast where you can find fossils. Place be careful with young children, as the rock face&#8217;s around the coast can become unstable and attention should be paid at all times. Make sure you always go onto the beach at low tide and allow for plently of time to get back to the beach should your venture around the cliff face.</p>
<p>Whitby yields excellent ammonite specimens and dinosaur/reptile remains. The best time to collect is during the winter storms, or scouring conditions.</p>
<p>Access is made via Whitby East Habour. You will need to wait until you can get round as the tide comes very high and must ensure you can return in good time.</p>
<p>Most of the fossils can be found on the foreshore at Whitby, especially after storms or scouring conditions within nodules or loose within the areas of shingle and shale, but fossils are also commonly found in the cliff on the scree slopes either in nodules or loose.</p>
<p><span style="color: #ff0000;"><strong>*Very important*</strong></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><strong>Common sense when collecting at all locations should be taken and knowledge of tide times should always be noted. It is very easy to get cut off at Whitby, the sea always hits the cliff. You should ensure you return before the tide turns. Also be aware of sticky areas at Whitby, on the slippages as it is easy to get stuck especially after rain.</strong></span></span></p>
<p>You can also find fossils close by at Port Mulgrave, Kettleness, Runswick Bay, Saltwick Bay, Staithes and Sandsend.</p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><a title="whitby fossils" href="http://www.whitbyfossils.co.uk/" target="_blank">Click here for more information on Whitby Fossils</a></span></span></p>
<p><img class="aligncenter size-full wp-image-832" title="whitby-fossil-2" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/08/whitby-fossil-2.jpg" alt="whitby-fossil-2" width="494" height="602" /></p>
<p><span style="color: #ff0000;"><img class="aligncenter size-full wp-image-829" title="whitby-cliffs" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/08/whitby-cliffs.jpg" alt="whitby-cliffs" width="497" height="390" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-fossils-fossiling-in-and-around-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rose Cottage, Holiday Cottage in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/rose-cottage-holiday-cottage-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/rose-cottage-holiday-cottage-in-whitby#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:26:16 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[cottages in whitby]]></category>
		<category><![CDATA[cottages whitby]]></category>
		<category><![CDATA[holiday accommodation in whitby]]></category>
		<category><![CDATA[rose cottage whitby]]></category>
		<category><![CDATA[whitby cottages]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=787</guid>
		<description><![CDATA[Rose Cottage &#8211; Holiday Cottage in Whitby Sleeps upto 6 people, this beautiful cottage is located in the heart of Whitby and has stunning views down the harbour. Downstairs has kitchen with washing machine, microwave and fridge/freezer, Livingroom/diningroom with tv/dvd/video and Playstation2. 1st Floor double bedroom, bathroom with bath, wc, sink and shower handset. 2nd [...]]]></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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Rose 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>Rose Cottage &#8211; Holiday Cottage in Whitby</strong></p>
<p>Sleeps upto 6 people, this beautiful cottage is located in the heart of Whitby and has stunning views down the harbour. Downstairs has kitchen with washing machine, microwave and fridge/freezer, Livingroom/diningroom with tv/dvd/video and Playstation2.</p>
<p>1st Floor double bedroom, bathroom with bath, wc, sink and shower handset. 2nd floor 1 twin bedroom with tv/dvd and 1 double bedroom. We accept pets at a small extra charge.</p>
<p><strong>Contact Details</strong><br />
Rose Cottage<br />
Whitby<br />
North Yorkshire<br />
YO22 4EH</p>
<p>Mobile: <strong>07881 750 171</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website:  <a title="rose cottage whitby" href="http://www.holidaycottagesinwhitby.co.uk/" target="_blank">Click here for more information</a></p>
<p><strong>A map of our location</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=11508316398295279009
4.000471822357c52de215b
&amp;ll=54.481658,-0.609462&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=11508316398295279009
4.000471822357c52de215b
&amp;ll=54.481658,-0.609462&amp;spn=0.008726,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Rose Cottage, Whitby</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/rose-cottage-holiday-cottage-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Trees, Holiday Cottage in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-trees-holiday-cottage-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-trees-holiday-cottage-in-whitby#comments</comments>
		<pubDate>Wed, 19 Aug 2009 12:57:11 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Cottages in Whitby, Holiday Cottages in Whitby]]></category>
		<category><![CDATA[Whitby Cottages, Browse Whitby Cottages , Self Catering Whitby]]></category>
		<category><![CDATA[Whitby Holiday Cottages, Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[Browse Whitby Holiday Cottages]]></category>
		<category><![CDATA[cottages in whitby]]></category>
		<category><![CDATA[cottages whitby]]></category>
		<category><![CDATA[the trees holiday cottage]]></category>
		<category><![CDATA[the trees whitby]]></category>
		<category><![CDATA[whitby holiday accommodation]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=783</guid>
		<description><![CDATA[The Trees, Holiday Cottage in Whitby The Trees Holiday Cottage in Whitby is a beautifully refurbished bungalow property only a short walk from the centre of the picturesque fishing port of Whitby. Designed to be wheelchair friendly and sleeps 2 &#8211; 6 people with its own garden and private parking, The Trees is the perfect [...]]]></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:#4d689f;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="key-properties@hotmail.com" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Trees Holiday 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Trees, Holiday Cottage in Whitby</strong></p>
<p>The Trees Holiday Cottage in Whitby is a beautifully refurbished bungalow property only a short walk from the centre of the picturesque fishing port of Whitby. Designed to be wheelchair friendly and sleeps 2 &#8211; 6 people with its own garden and private parking, The Trees is the perfect place to come and unwind.</p>
<p>The downstairs living quarters has an open plan livingroom with spacious dining kitchen area. There are 2 leather sofas, 1 of which is a sofa bed and you&#8217;ll also benefit from Freeview Television, wireless broadband connection, cd player, dvd player, table and chairs, cooker, fridge, dishwasher and a washing machine.</p>
<p>Also on the ground floor there is a double bedroom with Freeview TV, shower room with disabled shower. Upstairs there are 2 single beds with Freeview TV, dvd player and ensuite shower room.</p>
<p>The Trees also benefits from a small garden at the front, a raised garden to the rear with washing line and a small patio area ideal for entertaining guests. The property has private off road parking.</p>
<p><strong>Contact Details</strong><br />
The Trees<br />
Whitby<br />
North Yorkshire<br />
YO22 4NA</p>
<p>Mobile: <strong>07881 750 171</strong><br />
Please mention <strong>The Whitby Guide</strong> when making a booking</p>
<p>Website: <a title="the trees cottage in Whitby" href="http://www.holidaycottagesinwhitby.co.uk/" target="_blank">Click here for more information</a></p>
<p><strong>A map of our location</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=11508316398295279009
4.0004717fd4ba27076a376
&amp;ll=54.474427,-0.611415&amp;spn=0.008728,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=11508316398295279009
4.0004717fd4ba27076a376
&amp;ll=54.474427,-0.611415&amp;spn=0.008728,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">The Trees Holiday Cottage in 
Whitby</a> in a larger 
map</small></p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-trees-holiday-cottage-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Whitby Goth Weekend, October 2009</title>
		<link>http://www.thewhitbyguide.co.uk/the-whitby-goth-weekend-october-2009</link>
		<comments>http://www.thewhitbyguide.co.uk/the-whitby-goth-weekend-october-2009#comments</comments>
		<pubDate>Sun, 16 Aug 2009 08:31:43 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby Dracula]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[whitby goth]]></category>
		<category><![CDATA[Whitby Goth Weekend]]></category>
		<category><![CDATA[whitby goth weekend 2011]]></category>
		<category><![CDATA[whitby goth weekend october]]></category>
		<category><![CDATA[whitby goths]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=776</guid>
		<description><![CDATA[Whitby Goth Weekend makes its second appearance of the year in October. The Goth weekends have become very popular in Whitby over recent years and this years event is set to be not different. The Whitby Goth weekends are held in April and October and have grown into one of the most popular gothic events [...]]]></description>
			<content:encoded><![CDATA[<p><a title="whitby goth weekend" href="http://www.thewhitbyguide.co.uk/blog/whitby-goth-weekend-2011" target="_self">Whitby Goth Weekend</a> makes its second appearance of the year in October. The Goth weekends have become very popular in Whitby over recent years and this years event is set to be not different.</p>
<p>The Whitby Goth weekends are held in April and October and have grown into one of the most popular gothic events in the world, attracting all generations from across the UK and around the world.</p>
<p>The majority of events are held at the Whitby Pavilion including the Bizarre Bazaar Goth Market, however, there are also other venues such as The Metropole are used for overspill and unofficial events.</p>
<p>Although referred to as a weekend it includes events during the day on Friday and Saturday as well as events on the Thursday, Sunday and Monday. These events include additional club nights, markets, and a charity football match.</p>
<p>There are often unofficial day events taking place around the town too.</p>
<p>The Line up for the Spa at WGW October 2009 is as follows:</p>
<p><strong>Friday 30th Ocotber</strong></p>
<p>The Eden House &#8211; <a href="http://www.myspace.com/theedenhouseuk" target="_blank">http://www.myspace.com/theedenhouseuk</a><br />
(one tba)<br />
Grooving in Green &#8211; <a href="http://www.myspace.com/groovingingreen08" target="_blank">http://www.myspace.com/groovingingreen08</a></p>
<p><strong>Saturday 31st</strong></p>
<p>Faith and the Muse &#8211; <a href="http://www.myspace.com/faithandthemuse" target="_blank">http://www.myspace.com/faithandthemuse</a><br />
Adoration &#8211; <a href="http://www.myspace.com/adorationuk" target="_blank">http://www.myspace.com/adorationuk</a><br />
Rhombus &#8211; <a href="http://www.myspace.com/rhombus" target="_blank">http://www.myspace.com/rhombus</a></p>
<p>Click for more information on the <a title="whitby goth weekend 2011" href="http://www.thewhitbyguide.co.uk/blog/whitby-goth-weekend-2011" target="_self">Whitby Goth Weekend 2011</a> find out about the <a title="whitby regatta 2011" href="http://www.thewhitbyguide.co.uk/blog/whitby-regatta-2011" target="_self">Whitby Regatta 2011</a> and <a title="whitby folk festival" href="http://www.thewhitbyguide.co.uk/blog/whitby-folk-week-20%E2%80%9326-august-2011" target="_self">Whitby Folk Festival 2011</a></p>
<p><img class="size-full wp-image-779 alignnone" title="whitby-goth-2" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/08/whitby-goth-2.jpg" alt="whitby-goth-2" width="468" height="151" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-whitby-goth-weekend-october-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Regatta and Whitby Folk Week &#8211; A big week for Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-regatta-and-whitby-folk-week-a-big-week-for-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-regatta-and-whitby-folk-week-a-big-week-for-whitby#comments</comments>
		<pubDate>Wed, 05 Aug 2009 12:14:59 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[whitby]]></category>
		<category><![CDATA[whitby folk week]]></category>
		<category><![CDATA[Whitby Regatta]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=727</guid>
		<description><![CDATA[Kicking off on the 22nd of August, in what is certainly one of the biggest weekends of the calendar for the quaint seaside town of Whitby. A double header of the Whitby Regatta (22nd-24th) and the start of Whitby Folk Week (22nd &#8211; 28th) ensure that the whole town will be bustling with activity. The [...]]]></description>
			<content:encoded><![CDATA[<p>Kicking off on the 22nd of August, in what is certainly one of the biggest weekends of the calendar for the quaint seaside town of Whitby. A double header of the Whitby Regatta (22nd-24th) and the start of Whitby Folk Week (22nd &#8211; 28th) ensure that the whole town will be bustling with activity.</p>
<p>The Whitby Regatta has been running for nearly 170 years making it one of the oldest sea regattas in England. The Whitby Regatta is a celebration of all things aquatic with a host of yachting and rowing competitions over three days of exciting, fun packed days.</p>
<p>Over the course of the three days alongside the nautical competitions, there will be carnival fun, an Air Sea Rescue, a World War 2 Air Display featuring Spitfires, Hurricanes and a Dakota, the Red Arrows Display Team will perform, a 4km Fun Run, displays from each of the Armed Forces, a Classic Car Rally, a motorcycle gymkhana on the beach, the centenary of the Swing Bridge will be celebrated and the weekend will culminate with a spectacular firework display on Monday evening.</p>
<p>Running parallel to Whitby Regatta is the Whitby Folk Week. A seven day festival of the best traditional folk the UK has to offer, performed by some of the most talented musicians from around the country.</p>
<p>For more than forty years the Whitby Folk Week has brought song, dance and music to the North Yorkshire town. Now in its 44th year the festival has grown significantly from its early roots as a traditional dance-based festival. Featuring around 600 events throughout the week there will be plenty to see and do.</p>
<p>Folk is inspired by everything from the everyday to the mythological, nursery rhymes to work songs, poetry to verse. This variety is part of the heritage and tradition of folk, and what makes folk so diverse and vibrant, which is why you&#8217;ll see a wealth of improvised shows spring up around the town throughout the week.</p>
<p>With so many fantastic cultural and exciting activities and opportunities it will be hard to fit it all in to what is sure to be an action packed seven days. For more information on Whitby follow these links:</p>
<p><a title="Whitby Accommodation" href="http://www.thewhitbyguide.co.uk/category/whitby-accommodation/">Whitby Accommodation</a><br />
<a title="Whitby Restaurants" href="http://www.thewhitbyguide.co.uk/category/whitby-restaurants/">Whitby Restaurants</a><br />
<a title="Things To Do In Whitby" href="http://www.thewhitbyguide.co.uk/category/things-to-do-in-whitby/">Things To Do In Whitby</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-regatta-and-whitby-folk-week-a-big-week-for-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eden Camp, modern History Museum nr Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/eden-camp-a-great-family-day-out</link>
		<comments>http://www.thewhitbyguide.co.uk/eden-camp-a-great-family-day-out#comments</comments>
		<pubDate>Sun, 02 Aug 2009 14:31:10 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[eden camp]]></category>
		<category><![CDATA[eden camp modern history museum]]></category>
		<category><![CDATA[eden camp museum]]></category>
		<category><![CDATA[whitby museums]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=740</guid>
		<description><![CDATA[For those of you that are interested in a bit of history, Eden Camp is a great family day out. Located just outside of Whitby, this modern history museum has something for all the family to enjoy. Below is an extract from the Eden Camp website: &#8220;A visit to our unique Museum at EDEN CAMP [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you that are interested in a bit of history, Eden Camp is a great family day out. Located just outside of Whitby, this modern history museum has something for all the family to enjoy.</p>
<p><strong>Below is an extract from the Eden Camp website:</strong></p>
<p><em>&#8220;A visit to our unique Museum at EDEN CAMP will transport you back in time to wartime Britain. You will experience the sights, sounds, even the smells of those dangerous years.</em></p>
<p><em>This is no ordinary Museum &#8211; Not another Military Museum &#8211; Not a glass showcase Museum &#8211; We have reconstructed scenes using movement, lighting, sound, smells, even smoke machines to transport you back in time, to make you feel that you are there taking part in history.</em></p>
<p><em>Our special award winning Museum is an original Prisoner of War Camp built in 1942. Our fascinating displays hold, and reveal to you, the vital spirit which eventually triumphed in 1945. These superb and lifelike exhibits make a visit to EDEN CAMP a wonderful and educational day out for all the family.&#8221;</em></p>
<p>Having been a visitor on many occassions and can highly recommend the musuem, the kids will love the experience and parents will certainly learn something new.</p>
<p><strong>Eden Camp contact details:</strong></p>
<p>Telephone: 01653 697777 (International: +44 1653 697777)</p>
<p>Fax: 01653 698243 (International: +44 1653 698243)</p>
<p>E-mail: <a href="mailto:admin@edencamp.co.uk">admin@edencamp.co.uk</a></p>
<p>Website: <a href="http://www.edencamp.co.uk" target="_blank">http://www.edencamp.co.uk</a></p>
<p>Eden Camp Modern History Theme Museum<br />
Malton<br />
North Yorkshire<br />
YO17 6RT</p>
<p>Map</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=11508316398295279009
4.000470296955783447170
&amp;ll=54.152156,-0.776167&amp;spn=0.008796,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=11508316398295279009
4.000470296955783447170
&amp;ll=54.152156,-0.776167&amp;spn=0.008796,0.025749&amp;z=15
&amp;source=embed" 
style="color:#0000FF;text-align:left">Eden Camp Museum</a> in a larger 
map</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/eden-camp-a-great-family-day-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Coastal Cruises, Whitby Boat Trips</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-coastal-cruises-whitby-boat-trips</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-coastal-cruises-whitby-boat-trips#comments</comments>
		<pubDate>Sun, 02 Aug 2009 14:13:45 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[whitby boat trip]]></category>
		<category><![CDATA[whitby boat trips]]></category>
		<category><![CDATA[whitby coastal cruises]]></category>
		<category><![CDATA[whitby cruises]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=737</guid>
		<description><![CDATA[There is no better way to see the coast of Whitby then by boat. The views from the harbour are stunning and the view of Whitby from out at sea is really unique. You get great views of the Abbey and the west cliff and taking a boat trip you also get to enjoy a [...]]]></description>
			<content:encoded><![CDATA[<p>There is no better way to see the coast of Whitby then by boat. The views from the harbour are stunning and the view of Whitby from out at sea is really unique. You get great views of the Abbey and the west cliff and taking a boat trip you also get to enjoy a good bit of Whitby sea air.</p>
<p>We recommend a trip aboard the EskBelle 2. Whitby’s biggest trip boat, licensed for 100 passengers.</p>
<p>They have daily 25 minute boat rides out into the bay or along the coast towards the village of Sandsend (3 miles north) Want more? Look at the special cruises page for details of their sunset and/or twilight cruises or their website (link below)</p>
<p>Trips leave on set sailing times, starting at 10.15 am, throughout the day &#8211; early ’til late.</p>
<p>Whitby’s ONLY trip boat with undercover seating for 40 at tables in our saloon with fully licensed bar where hot and cold drinks can be purchased.</p>
<p>For more information on teh EskBelle 2 and Whitby Coastal Cruises then take a look at their website &#8211; <a title="whitby coastal cruises" href="http://www.whitbycoastalcruises.co.uk" target="_blank">http://www.whitbycoastalcruises.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-coastal-cruises-whitby-boat-trips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Swing Bridge Centenary &#8211; Saturday 8 August</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-swing-bridge-centenary-saturday-8-august</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-swing-bridge-centenary-saturday-8-august#comments</comments>
		<pubDate>Wed, 29 Jul 2009 11:55:11 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[whitby]]></category>
		<category><![CDATA[whitby bridge]]></category>
		<category><![CDATA[whitby swing bridge]]></category>
		<category><![CDATA[whitby swing bridge centenary]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=719</guid>
		<description><![CDATA[The Whitby Swing Bridge Centenary celebrations are set to be a spectacular show. Taking place on Saturday 8th of August, events will kick off from 12.30pm across Whitby. Showcasing a range of Whitby talent at various locations around Whitby, from 12.30pm the line up so far includes the Cleveland Police band, Stakesby Steel band, Whitby [...]]]></description>
			<content:encoded><![CDATA[<p>The Whitby Swing Bridge Centenary celebrations are set to be a spectacular show. Taking place on Saturday 8th of August, events will kick off from 12.30pm across Whitby.</p>
<p>Showcasing a range of Whitby talent at various locations around Whitby, from 12.30pm the line up so far includes the Cleveland Police band, Stakesby Steel band, Whitby Jets juvenile jazz band, and playlets by youngsters from the The Paul Nicholas School of Acting.</p>
<p>Marske Fishermans Choir will sing and the Saltburn Victorian Society plan to dress up for the day to bring a touch of period drama to the festivities.</p>
<p>There will be an exhibition of paintings, photograph competition, archival paintings and drawings of the bridge at Pannett Art Gallery, open from 12.30pm.</p>
<p>A Regatta through the bridge of sailing and fishing vessels will take place at 4pm when the bridge will open and Canon David Smith will perform a blessing of the bridge ceremony.</p>
<p>Scarborough Borough Council helping to make the event a success, has just completed the electrical refurbishment of the bridge and will be moving on to the hydraulic refurbishment work once dates are confirmed with contractors.</p>
<p>Cosmetic painting work to improve the look of the bridge has begun on the bridge hut, gates, rail tops and plaques.</p>
<p>Two special centenary plaques at either end of the bridge featuring three paintings by local artist Coun John Freeman, will be unveiled by The mayors of Whitby and Scarborough during the afternoon to mark the historic day.</p>
<p>If you&#8217;re planning a trip to Whitby to mark the centenary, why not take a look at these useful links:</p>
<p><a title="Whitby Accommodation" href="http://www.thewhitbyguide.co.uk/category/whitby-accommodation/">Whitby Accommodation</a><br />
<a title="Whitby Restaurants" href="http://www.thewhitbyguide.co.uk/category/whitby-restaurants/">Whitby Restaurants</a><br />
<a title="Whitby's Latest News" href="http://www.thewhitbyguide.co.uk/category/whitby-latest-news/">Whitbys Latest News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-swing-bridge-centenary-saturday-8-august/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Musicport World Music Festival 2009 celebrates its 10th anniversary</title>
		<link>http://www.thewhitbyguide.co.uk/musicport-world-music-festival-2009-celebrates-its-10th-anniversary</link>
		<comments>http://www.thewhitbyguide.co.uk/musicport-world-music-festival-2009-celebrates-its-10th-anniversary#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:59:16 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[musicport]]></category>
		<category><![CDATA[musicport world music festival]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=657</guid>
		<description><![CDATA[Musicport World Music Festival 2009 celebrates its 10th Anniversary The Spa, Bridlington 23-25 October 2009 1 Weekend &#8211; 1 Venue &#8211; 4 Stages &#8211; 40 Acts Musicport Festival 2009 promises a wide range of international, national and regional artists celebrating 10 years of bringing the best in global music to the Yorkshire coast. This year’s [...]]]></description>
			<content:encoded><![CDATA[<p>Musicport World Music Festival 2009 celebrates its 10th Anniversary<br />
The Spa, Bridlington 23-25 October 2009<br />
1 Weekend &#8211; 1 Venue &#8211; 4 Stages &#8211; 40 Acts</p>
<p>Musicport Festival 2009 promises a wide range of international, national and regional artists celebrating 10 years of bringing the best in global music to the Yorkshire coast. This year’s eclectic line up mixes many artists who are new to the festival with some previous special guests. With the successful transition to its new venue at the recently refurbished Spa Complex in Bridlington undertaken last year this year Musicport 09 is set to be the biggest and best yet. The 10th anniversary will be a celebration of the last ten years as well as pointer towards what the future holds in store for its loyal audience that has grown year on year. This year the festival is back in its traditional half term dates and takes place over the weekend of 23-25 October 2009.</p>
<p>The line-up so far includes music, dance and spoken word traditions from countries as diverse as Tibet, New Zealand, Chile, India, Malawi, Jamaica, D R Congo, Sudan, Philippines, South Africa, Zimbabwe, Cape Verde, Bulgaria, Niger and Brazil as well as many excellent UK based artists.</p>
<ul>
<li>From  the multi-talented Nitin Sawhney (at the forefront of the  Asian Underground movement) to regular Radio 4 comedian/musician  Mitch Benn,</li>
<li>From the classic roots reggae of Misty in Roots to the gentle Maori music of Pacific Curls</li>
<li>From the lead singer of The Inspiral Carpets to the only living master of the traditional instrument of the fishermen of Lake Chad in Niger Mamane Bark.</li>
<li>From stunning Flamenco music &amp; dance to arguably the best African jazz ensemble and the BBC Radio 3 World Music Award winners Justin Adams &amp; Juldeh Camara</li>
<li>From the top ambient DJ/producer Banco De Gaia to the haunting polyphonic singing of the Pirin mountains in Bulgaria the Bisserov Sisters</li>
<li>From the political folk harmonies of Chumbawamba  to the amazing spectacle of Sufi music and whirling dervishes of Forever Haqqani</li>
<li>From the award-winning English musician Jim Moray to dub poet Jean Binta Breeze</li>
<li>From Britain’s Got Talent semi-finalists (&amp; Musicport regulars) The Urban Gypsies to the trance-inducing Sudanese acoustic dance music of Rango as well as a host of local musicians and performers</li>
</ul>
<p>The festival has 4 stages all in one gloriously restored Art Deco venue overlooking Bridlington’s extensive South Beach sands. With workshops, spoken word events, film, children’s events, festival market , DJ room and food court the festival offers an all weather alternative to the outdoor summer festivals and is many peoples chance to recapture and rekindle that festival spirit (and paddle in the sea) before the nights get way too long.</p>
<p>Line-up (subject to contract)<br />
Nitin Sawhney<br />
Misty In Roots<br />
Mad Professor Ariwa Possee<br />
Justin Adams &amp; Juldeh Camara<br />
African Jazz All Stars<br />
Chumbawamba<br />
Banco De Gaia<br />
Abdullah Chhadeh &amp; Syriana<br />
Sumayo Flamenco<br />
Pacific Curls (New Zealand)<br />
Les Quatre Étoiles (Congo)<br />
Mitch Benn<br />
Batanai (Zimbabwe)<br />
Jim Moray (England)<br />
Jean Binta Breeze<br />
Carmen Souza (Cape Verde)<br />
Rafiki Jazz<br />
The Hut People<br />
The Ukrainians<br />
Forever Haqqani  (Sheikh Ahmad Dede &amp; His Whirling Dervishes)<br />
Mamane Barka (Niger)<br />
Rango (Sudan /Egypt)<br />
Tom Hingley<br />
Bisserov Sisters (Bulgaria)<br />
The Balkanatics<br />
Tashi Lhunpo Monks (Tibet)<br />
Jack Mapanje (Malawi)<br />
La Romeria De Santa Fortuna (Chile)<br />
Adriano Adewale Group (Brazil/UK)<br />
Cloudbase<br />
Samay (UK/India)<br />
Fernhill (Wales)<br />
Mother India – MI21 remix<br />
Maalstroom &amp; Jo Freya (UK/Netherlands<br />
Guy Buttery &amp; Nibs Van Der Spuy (solo &amp; duo)<br />
DJ Monkey Pilot<br />
Union Central<br />
Ian Clayton &amp; Boff Whalley<br />
Flying Chilli Beats<br />
Bon Appetit<br />
Eddy John<br />
Urban Gypsies<br />
LK Dance (Phillipines)<br />
Delta Maid<br />
Andrew Lowe<br />
Kadesha<br />
Karen Tweed &amp; Reg Meuross<br />
Country &amp; Eastern Band<br />
Martin Stephenson</p>
<p>This year’s featured cause is Love Music Hate Racism.</p>
<p>Ticket Prices   There are cut-price full weekend tickets £79.50 available until August (Then they go up to £89.50). Day &amp; session tickets go on sale on 1st July. There is an official campsite (charged separately) and an abundance of B &amp; B /self catering accommodation within easy walking distance of the venue</p>
<p>Ticket Line; <strong>0845 3732760</strong></p>
<p><a title="musicport festival" href="http://www.musicportfestival.com" target="_blank">www.musicportfestival.com</a></p>
<p>For further press information, accreditation, images or interview opportunities please contact Gail Cooke (PR for Musicport) on <a href="mailto:gail.cooke@talktalk.net">gail.cooke@talktalk.net</a> or 07905 952374.</p>
<p>For the best of Whitby check out the following links:</p>
<p><a title="Whitby Accommodation" href="http://www.thewhitbyguide.co.uk/category/whitby-accommodation/">Whitby Accommodation</a><br />
<a title="Whitby Restaurants" href="http://www.thewhitbyguide.co.uk/category/whitby-restaurants/">Whitby Restaurants</a><br />
<a title="Things To Do In Whitby" href="http://www.thewhitbyguide.co.uk/category/things-to-do-in-whitby/">Things To Do In Whitby</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/musicport-world-music-festival-2009-celebrates-its-10th-anniversary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monks Haven Cafe, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/monks-haven-cafe-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/monks-haven-cafe-whitby#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:24:43 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></category>
		<category><![CDATA[cafe whitby]]></category>
		<category><![CDATA[church street whitby]]></category>
		<category><![CDATA[monks haven cafe]]></category>
		<category><![CDATA[monks haven cafe whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=658</guid>
		<description><![CDATA[Monks Haven Café is a delightful and quirky little eatery housed in a 12th century building - originally a Chapel of Ease. We pride ourselves on our light and easy atmosphere and welcome families, even those with tiny tots.]]></description>
			<content:encoded><![CDATA[<p><strong>Monks Haven Cafe</strong></p>
<p>When you visit Whitby, be sure to drop in to Monks Haven Café, one of many fine places to eat in Whitby. You can sit, relax and watch the world pass by along historic Church Street through our bay windows while enjoying fine, freshly ground coffee or Yorkshire tea. We are open 7 days a week for morning coffee and tea, lunch and afternoon tea.  If you want to escape the crowds, ask to sit in our second restaurant upstairs where we offer a more relaxed dining experience.</p>
<p>We serve fresh Whitby crab sandwiches, fresh Whitby cod and haddock in a delicious, home-made beer batter. We offer afternoon tea including cream teas and tea cakes and have a wide selection of desserts from apple pie to hot chocolate fudge cake. Look out for our evening specials too. We&#8217;re currently serving fresh Whitby haddock baked &#8220;en papilotte&#8221; with a selection of vegetables.</p>
<p>Monks Haven Café is a delightful and quirky little eatery housed in a 12th century building &#8211; originally a Chapel of Ease. We pride ourselves on our light and easy atmosphere and welcome families, even those with tiny tots. Rumours of ghosts and smuggler&#8217;s caves add an element of excitement to the venue and we continue to uncover more of the building’s secrets. It has faithfully served the community for centuries as a jet shop, hairdressers, green grocers and of course more recently a café and restaurant.</p>
<p>We&#8217;re situated on the East-Side of Whitby, just around the corner from Greens Restaurant, and on the opposite side of the River Esk from the world famous Magpie Restaurant.<br />
Monks Haven Café is featured in many publications and books including Peter Robinson&#8217;s Caedmon&#8217;s Song.</p>
<p><img class="alignnone size-full wp-image-1563" title="monks" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/monks.jpg" alt="monks" width="600" height="155" /></p>
<p><strong>Contact Us</strong></p>
<p><strong></strong>Monks Haven Café<br />
148 &#8211; 149, Church Street<br />
Whitby<br />
North Yorkshire<br />
YO22 4BH</p>
<p>Telephone:  <strong>01947 604 608</strong><br />
Please mention <strong>The Whitby Guide </strong>when making contact<strong> </strong></p>
<p>Email.  <a href="mailto:enquiries@monkshaven.co.uk">enquiries@monkshaven.co.uk</a><br />
Website.  <a title="monks haven cafe whitby" href="http://www.monkshaven.co.uk" target="_blank">http://www.monkshaven.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/monks-haven-cafe-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling all Whitby Bed and Breakfast owners &#8211; Channel 4 TV</title>
		<link>http://www.thewhitbyguide.co.uk/calling-all-whitby-bed-and-breakfast-owners-channel-4-tv</link>
		<comments>http://www.thewhitbyguide.co.uk/calling-all-whitby-bed-and-breakfast-owners-channel-4-tv#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:36:50 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[accommodation whitby]]></category>
		<category><![CDATA[guest house whitby]]></category>
		<category><![CDATA[whitby]]></category>
		<category><![CDATA[whitby bed & breakfast]]></category>
		<category><![CDATA[whitby channel 4]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=643</guid>
		<description><![CDATA[Calling all Bed &#38; Breakfast owners Do you think you have a great B&#38;B? Would you like to show the nation why they should book in? Do you think your business knowledge would make you a good judge of other peoples B&#38;Bs? We would like to talk to passionate and out-going Bed and Breakfast owners [...]]]></description>
			<content:encoded><![CDATA[<p>Calling all Bed &amp; Breakfast owners</p>
<p>Do you think you have a great B&amp;B?<br />
Would you like to show the nation why they should book in?<br />
Do you think your business knowledge would make you a good judge of other peoples B&amp;Bs?<br />
We would like to talk to passionate and out-going Bed and Breakfast owners for a new television series we are making for Channel 4.</p>
<p>The show will look at B&amp;B owners who feel they have something special to offer their customers – and are willing to put their businesses to the test.  We’re looking for a wide range of bed and breakfasts, but they’ll all be run by proud B&amp;B owners.</p>
<p>For more information please contact Emily Hudson at Studio Lambert ASAP on <a title="mailto:emily.hudson@studiolambert.com" href="mailto:emily.hudson@studiolambert.com">emily.hudson@studiolambert.com</a> or 0207 534 2035.</p>
<p>Please state the name of the bed and breakfast that you run, your contact details and tell us why you are so proud of your business.</p>
<p>Channel 4 Television have commissioned Studio Lambert to produce a new primetime television programme that will look at a huge variety of bed and breakfasts.</p>
<p>The Studio Lambert team are now looking for enthusiastic and proud owners of bed and breakfasts who feel that their business stands out from the competition and has something special to offer to visitors.</p>
<p>The best value bed and breakfasts, the most welcoming accomodation, simply the most enjoyable experience in a B&amp;B, if you think you offer one or all of the above, then this is your chance to shine!</p>
<p>The series will feature a wide range of bed and breakfasts,  the team are looking for owners who are deeply committed to their business and can explain in a lively and engaging way why their bed and breakfast, is so good to visit.</p>
<p>This is a brilliant opportunity for owners of bed and breakfasts to showcase their business and highlight why customers should flock to their home. This programme will also encourage viewers to look at visiting independently run places to stay and provide a huge boost to the area in time for next season.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/calling-all-whitby-bed-and-breakfast-owners-channel-4-tv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magpie Cafe, Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/magpie-cafe-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/magpie-cafe-whitby#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:56:09 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></category>
		<category><![CDATA[Browse Restaurants in Whitby]]></category>
		<category><![CDATA[magpie cafe]]></category>
		<category><![CDATA[magpie cafe whitby]]></category>
		<category><![CDATA[the magpie cafe]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=609</guid>
		<description><![CDATA[Magpie Cafe, Whitby Magpie Cafe is housed in a distinctive black and white building overlooking the harbour. Famous for its great food, the Magpie Cafe continues to be one of Whitby&#8217;s most popular restaurants. Click on the play button below to view a video of the Magpie Cafe Magpie cafe has a long association with fishing and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong>Magpie Cafe, Whitby</strong></p>
<p style="text-align: left;">Magpie Cafe is housed in a distinctive black and white building overlooking the harbour. Famous for its great food, the Magpie Cafe continues to be one of Whitby&#8217;s most popular restaurants.</p>
<p>Click on the play button below to view a video of the Magpie Cafe</p>
<p><object id="mediaplayer1" style="width: 320px; height: 310px;" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="320" height="310" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"><param name="autostart" value="false" /><param name="name" value="WMplay" /><param name="url" value="http://links2.streamingwizard.com/filminggroup/northyorkshire/MagpieMoviebb.asx" /><param name="align" value="top" /><param name="src" value="http://links2.streamingwizard.com/filminggroup/northyorkshire/MagpieMoviebb.asx" /><embed id="mediaplayer1" style="width: 320px; height: 310px;" type="application/x-mplayer2" width="320" height="310" src="http://links2.streamingwizard.com/filminggroup/northyorkshire/MagpieMoviebb.asx" align="top" url="http://links2.streamingwizard.com/filminggroup/northyorkshire/MagpieMoviebb.asx" name="WMplay" autostart="false"></embed></object></p>
<p>Magpie cafe has a long association with fishing and the shipping industry. It was built in 1750 as a Merchants House and during its history was owned by a member of the Scoresby whaling family and was for a time the pilotage where the pilots would wait for orders to bring vessels into the harbour.</p>
<p>Magpie Café is in a prime position for you to enjoy the fabulous views at the same time as sampling the wide selection of meals. Specialities include dishes that use prime fresh local fish, seafood and specially selected ingredients.</p>
<p><strong>Contact details</strong><br />
Magpie Café<br />
14 Pier Road<br />
Whitby<br />
North Yorkshire<br />
YO21 3PU</p>
<p>Telephone:  <strong>01947 602058</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website:  <a title="the magpie cafe" href="http://www.magpiecafe.co.uk" target="_blank">http://www.magpiecafe.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/magpie-cafe-whitby/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://links2.streamingwizard.com/filminggroup/northyorkshire/MagpieMoviebb.asx" length="281" type="video/x-ms-asf" />
		</item>
		<item>
		<title>Whitby Folk Week a tradition at the heart of Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-folk-week-a-tradition-at-the-heart-of-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-folk-week-a-tradition-at-the-heart-of-whitby#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:11:24 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[whitby]]></category>
		<category><![CDATA[whitby folk]]></category>
		<category><![CDATA[whitby folk festival]]></category>
		<category><![CDATA[whitby folk week]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=589</guid>
		<description><![CDATA[Whitby Folk Week 22nd &#8211; 28th August is a traditional folk event that sees the town come alive with singing, dancing and fun. One of the key events in the calendar for Whitby, the whole town is immersed in music, dance and song, with impromptu performances popping up throughout the seven days of the festival. [...]]]></description>
			<content:encoded><![CDATA[<p>Whitby Folk Week 22nd &#8211; 28th August is a traditional folk event that sees the town come alive with singing, dancing and fun. One of the key events in the calendar for Whitby, the whole town is immersed in music, dance and song, with impromptu performances popping up throughout the seven days of the festival.</p>
<p>With its many attractions, rich cultural heritage and compelling and interseting history, Whitby has something for everyone. From the 199 steps up to the ruins of the famous Whitby Abbey to the deep and dark Dracula experience, Captain Cook&#8217;s Cottage to the enchanting Whitby Walks there is always something to amuse and surprise. Boasting some of the country&#8217;s finest fish and chips, contemporary restaurants serving modern European cuisine, Whitby has a fantastic selection of  restaurants to choose from &#8211; just take your pick!</p>
<p>A family friendly event the Whitby Folk Week is a great time to visit one of the country&#8217;s most vibrant and exciting seaside towns. Playing host to some of the most outstanding entertainment from some of the finest artists in the British Isles, Whitby Folk Week will be an experience you will never forget.</p>
<p>A festival of real music, real ale, real food and real people, a traditional celebration of the important things in life &#8211; Whitby Folk Week, a tradition at the heart of Whitby.</p>
<p>Why not make Whitby Folk Week a tradition of your own?</p>
<p>Useful links for Whitby Folk Week:</p>
<p><a title="whitby accommodation" href="http://www.thewhitbyguide.co.uk/whitby-accommodation">Whitby accommodation</a><br />
<a title="whitby restaurants" href="http://www.thewhitbyguide.co.uk/category/whitby-restaurants">Whitby restaurants</a><br />
<a title="things to do in whitby" href="http://www.thewhitbyguide.co.uk/category/things-to-do-in-whitby">Things to do in Whitby</a></p>
<p><a title="whitby folk" href="http://www.whitbyfolk.co.uk" target="_blank">Click here to visit the Whitby Folk Festival website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-folk-week-a-tradition-at-the-heart-of-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News In Whitby, user submitted articles and local news</title>
		<link>http://www.thewhitbyguide.co.uk/news-in-whitby-user-submitted-articles-and-local-news</link>
		<comments>http://www.thewhitbyguide.co.uk/news-in-whitby-user-submitted-articles-and-local-news#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:30:43 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[news in whitby]]></category>
		<category><![CDATA[whitby articles]]></category>
		<category><![CDATA[whitby news]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=581</guid>
		<description><![CDATA[News in Whitby is a local news website that creates the majority of its content form user submitted articles. It&#8217;s a great read and offers some interesting information about Whitby and the local area. This website continues to grow with new content and is always worth a read. Click here to visit News in Whitby]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-585 alignnone" title="whitby-news" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/whitby-news.jpg" alt="whitby-news" width="432" height="139" /></p>
<p>News in Whitby is a local news website that creates the majority of its content form user submitted articles. It&#8217;s a great read and offers some interesting information about Whitby and the local area.</p>
<p>This website continues to grow with new content and is always worth a read.</p>
<p><a title="news in whitby" href="http://www.newsinwhitby.co.uk" target="_blank">Click here to visit News in Whitby</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/news-in-whitby-user-submitted-articles-and-local-news/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Abbey, one of the most famous Whitby attractions</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-abbey</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-abbey#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:14:54 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Dracula]]></category>
		<category><![CDATA[st hilda]]></category>
		<category><![CDATA[the whitby abbey]]></category>
		<category><![CDATA[whitby]]></category>
		<category><![CDATA[whitby abbey]]></category>
		<category><![CDATA[whitby attractions]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=580</guid>
		<description><![CDATA[Whitby Abbey, an iconic gothic ruin, rests on the East Cliff above the famous seaside town.  A reminder of the early church&#8217;s power and dedication it is one of Britain&#8217;s best loved attractions offering inspiration to thousands of visitors each and every year.  Founded in 657AD by Oswy, Whitby Abbey is dedicated to St Hilda, [...]]]></description>
			<content:encoded><![CDATA[<p>Whitby Abbey, an iconic gothic ruin, rests on the East Cliff above the famous seaside town.  A reminder of the early church&#8217;s power and dedication it is one of Britain&#8217;s best loved attractions offering inspiration to thousands of visitors each and every year.  Founded in 657AD by Oswy, Whitby Abbey is dedicated to St Hilda, after the first Abbess, Lady Hilda. Famous and first known poet, Cædmon, was attached to Whitby Abbey during the abbacy of St Hilda.<strong></strong></p>
<p>Climb the 199 steps to the abbey to enjoy views of the unspoilt beauty of Whitby Harbour, the Esk Valley and the glorious Yorkshire coastline. Once at the summit why not take a tour of the ruins of Whitby Abbey and discover the eerie charm that inspired Bram Stoker&#8217;s Dracula &#8211; just be sure to take a friend for the trip&#8230;</p>
<p><img class="aligncenter size-full wp-image-591" title="abbey-large" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/abbey-large.jpg" alt="abbey-large" width="300" height="401" /></p>
<p>If that sounds little hairy scary, you could always have a stroll around one of the delightful gardens surrounding Whitby Abbey, there is also a newly refurbished Youth Hostel close by, certainly one of the finest in the country. With its modern and contemporary interior combined with original period features, this is a great place to stay in Whitby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-abbey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tourism awards for Whitby unveiled</title>
		<link>http://www.thewhitbyguide.co.uk/tourism-awards-for-whitby-unveiled</link>
		<comments>http://www.thewhitbyguide.co.uk/tourism-awards-for-whitby-unveiled#comments</comments>
		<pubDate>Mon, 20 Jul 2009 15:12:18 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[accommodation in whitby]]></category>
		<category><![CDATA[whitby awards]]></category>
		<category><![CDATA[whitby b&b]]></category>
		<category><![CDATA[whitby hotel]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=575</guid>
		<description><![CDATA[Whitby Hospitality Association (WHA) has launched its first annual Tourism Awards, and is encouraging both visitors and residents to nominate their favourite local business or tourism experience. The 14 award categories for the WHA Tourism Awards 2009 are: Guest Accommodation of the Year (up to 10 bedrooms), Guest Accommodation of the Year (11 bedrooms and [...]]]></description>
			<content:encoded><![CDATA[<p>Whitby Hospitality Association (WHA) has launched its first annual Tourism Awards, and is encouraging both visitors and residents to nominate their favourite local business or tourism experience.</p>
<p>The 14 award categories for the WHA Tourism Awards 2009 are:</p>
<p>Guest Accommodation of the Year (up to 10 bedrooms),<br />
Guest Accommodation of the Year (11 bedrooms and above),<br />
Hotel of the Year (up to 50 bedrooms),<br />
Self Catering Holiday Accommodation (Single Unit),<br />
Self Catering Holiday Accommodation (Multiple Units),<br />
Tourism Experience,<br />
Restaurant of the Year,<br />
Pub of the Year,<br />
Café/ Tearoom of the Year,<br />
Website of the Year,<br />
Sustainability,<br />
Taste of Yorkshire,<br />
Customer Service,<br />
Unsung Hero.</p>
<p>The local awards have been established to promote businesses that continually provide excellent quality and service to their customers.</p>
<p>Tony Charlton, Chairman of the Whitby Hospitality Association said:</p>
<p>“We hold local awards in a bid to encourage our tourism providers in the town to shout out loud about their business and in particular the quality of service that that they provide to their guests”.</p>
<p>Janet Deacon, Tourism Manager for Scarborough Borough Council added:</p>
<p>“I am delighted to see that the coastal associations are encouraging businesses to participate in the local tourism awards, many of our accommodation providers work extremely hard to ensure that our visitors receive an excellent holiday experience.”</p>
<p>Nomination forms for the awards can be collected from the Tourist Information Centre in Whitby. All nominations must be received before Monday 31 August 2009.</p>
<p>The sponsors of the awards will be announced in due course. The short-listed finalists will be announced in October, and the winning businesses will be announced at an awards ceremony on 4 November.</p>
<p>The awards will tie in to the Yorkshire Moors and Coast Tourism Awards, as each of the local association winners will be automatically entered as finalists into these awards, which are due to take place later in the year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/tourism-awards-for-whitby-unveiled/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Angling Supplies &#8211; Fishing Tackle shop in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-angling-supplies-fishing-tackle-shop-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-angling-supplies-fishing-tackle-shop-in-whitby#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:57:27 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby Fishing and Seafood]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[whitby angling supplies]]></category>
		<category><![CDATA[whitby fishing]]></category>
		<category><![CDATA[whitby fishing tackle shop]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=548</guid>
		<description><![CDATA[Whitby Angling Supplies If your visiting Whitby and plan to go fishing, you can pick up all the latest tackle, bait and accessories from Whitby Angling Supplies. The shop is conveniently located on Haggersgate. Whitby Angling Supplies stock everything you need to enjoy a fishing trip in Whitby, from rods, reels, lures, baits and rod [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Whitby Angling Supplies</strong></p>
<p>If your visiting Whitby and plan to go fishing, you can pick up all the latest tackle, bait and accessories from Whitby Angling Supplies. The shop is conveniently located on Haggersgate.</p>
<p>Whitby Angling Supplies stock everything you need to enjoy a fishing trip in Whitby, from rods, reels, lures, baits and rod and real combo sets.</p>
<p>They can also offer advice on fishing in the local area and the best baits, and places to fish.</p>
<p>You can contact Whitby Angling Supplies using the details below:</p>
<p>65 Haggersgate<br />
Whitby<br />
North Yorkshire<br />
YO21 3PP</p>
<p>Website: <a title="whitby angling supplies" href="http://www.whitbyanglingsupplies.com" target="_blank">http://www.whitbyanglingsupplies.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-angling-supplies-fishing-tackle-shop-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh &#8216;Whitby Seafish&#8217;, deilver fresh seafood to your front door</title>
		<link>http://www.thewhitbyguide.co.uk/fresh-whitby-seafish-delivered-mail-order-to-your-front-door</link>
		<comments>http://www.thewhitbyguide.co.uk/fresh-whitby-seafish-delivered-mail-order-to-your-front-door#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:14:30 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[Whitby Fishing and Seafood]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[fresh whitby fish]]></category>
		<category><![CDATA[whitby cod]]></category>
		<category><![CDATA[whitby crabs]]></category>
		<category><![CDATA[whitby fish]]></category>
		<category><![CDATA[whitby fish supplies]]></category>
		<category><![CDATA[whitby seafish]]></category>
		<category><![CDATA[whitby seafood]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=544</guid>
		<description><![CDATA[Whitby is famous for its fish, and now you can get fresh Whitby fish deilvered straight to your front door, anywhere in the UK. Remember the &#8216;good old days&#8217; when you used to buy fresh fish from your local fishmonger? Well those days are now back!  We might not be geographically local to where you [...]]]></description>
			<content:encoded><![CDATA[<p>Whitby is famous for its fish, and now you can get fresh Whitby fish deilvered straight to your front door, anywhere in the UK.</p>
<p>Remember the &#8216;good old days&#8217; when you used to buy fresh fish from your local fishmonger? Well those days are now back!  We might not be geographically local to where you are &#8211; but we&#8217;re just at the other end of a phone call. Allowing you to have fresh fish delivered and Seafood prepared by hand, packaged to your exact requirements and delivered to your door.</p>
<p>We buy fresh fish from the markets specifically for our orders so you can stipulate how you want it prepared and packaged.  We appreciate that everyone might want their fresh fish packaged differently, for example; if you want 8 fillets of haddock for 4 meals for a couple, then we will vacuum pack the fillets in packs of 2 so you can freeze and cook just what you want, when you want it!  Just let us know!</p>
<p>There are so many varieties of fresh fish available; it is difficult to list them all!  Here are just a few examples!  When you ring, we will discuss the fresh fish available given the season and conditions at the time.  Let us know what you want and when you want it, give us as much notice as you can and we will endeavour not to disappoint!</p>
<p>Examples of fresh fish we can deliver:</p>
<ul>
<li>Whitby Crabs</li>
<li>Cod Fillets</li>
<li>Halibut</li>
<li>Haddock</li>
<li>Lemon Sole &amp; Plaice</li>
<li>Ling</li>
<li>Monkfish</li>
<li>Lobsters</li>
</ul>
<p>Whatever your requirements, no matter how much or how little fresh fish or seafood you require, Whitby Seafish Ltd: fresh fish suppliers, can provide you with the highest quality at the most affordable prices.</p>
<p>Please do not hesitate to contact us using the details below:</p>
<p>Whitby Seafish Ltd<br />
Unit 1a, Whitegate Close,<br />
Staithes,<br />
Saltburn By The Sea<br />
Cleveland<br />
TS13 5BB<br />
UK</p>
<p>Tel &amp; Fax: 01947 841236<br />
Mobile: 07980866654</p>
<p>Email: <a href="mailto:whitby-seafish@btconnect.com">whitby-seafish@btconnect.com</a><br />
Website: <a title="fresh fish suppliers" href="http://www.whitbyseafish.co.uk" target="_blank">http://www.whitbyseafish.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/fresh-whitby-seafish-delivered-mail-order-to-your-front-door/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Whitby Museum is a &#8220;must visit&#8221; attraction</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-museum</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-museum#comments</comments>
		<pubDate>Wed, 15 Jul 2009 19:41:33 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[whitby]]></category>
		<category><![CDATA[whitby history]]></category>
		<category><![CDATA[whitby museum]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=536</guid>
		<description><![CDATA[The Whitby Museum Whitby Museum is an independent Museum staffed by volunteers and operated by Whitby Literary &#38; Philosophical Society, which was founded in 1823. It contains the most varied set of collections of any Museum in NE Yorkshire and is a &#8216;Museum within a Museum&#8217; with its distinctive Edwardian / Victorian ambience. Collections include [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Whitby Museum</strong></p>
<p>Whitby Museum is an independent Museum staffed by volunteers and operated by Whitby Literary &amp; Philosophical Society, which was founded in 1823. It contains the most varied set of collections of any Museum in NE Yorkshire and is a &#8216;Museum within a Museum&#8217; with its distinctive Edwardian / Victorian ambience.</p>
<p>Collections include spectacular fossil marine reptiles, jet, Capt. James Cook and William Scoresby (whaling &amp; scientific instruments) exhibits, many model ships, natural history, archaeology, bygones, costumes, toys and dolls, ethnography, samplers, ceramics, militaria, coins and medals, as well as the famed &#8216;Hand of Glory&#8217; and much more.</p>
<p>Do you know what a &#8216;Tempest Prognosticator&#8217; looks like and what it does?  Come and find out.</p>
<p><strong>Museum Opening Times</strong></p>
<p>Open throughout the year except for Christmas and New Year Holidays</p>
<p>Closed  24th December 2008 until 2nd January 2009<br />
   <br />
Mondays: Closed all day except Bank Holiday &amp; Half-Term Holidays</p>
<p>Opening Times: Tuesday &#8211; Sunday: 9.30 am &#8211; 4.30 pm, Last admission at 4.00 pm</p>
<p>The address of the Whitby Literary &amp; Philosophical Society or Museum is</p>
<p>Whitby Museum,<br />
Pannett Park,<br />
Whitby,<br />
N. YORKS  YO21 1RE</p>
<p>Phone number: 01947 602908</p>
<p>Website address: <a href="http://www.whitbymuseum.org.uk" target="_blank">http://www.whitbymuseum.org.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-museum/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Essentials ! &#8211; Public Toilets and Car Parks in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/public-toilets-and-car-parks-in-whitby-the-essentials-you-must-know</link>
		<comments>http://www.thewhitbyguide.co.uk/public-toilets-and-car-parks-in-whitby-the-essentials-you-must-know#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:19:47 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[whitby car parks]]></category>
		<category><![CDATA[whitby parking]]></category>
		<category><![CDATA[whitby public toilets]]></category>
		<category><![CDATA[whitby toilets]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=527</guid>
		<description><![CDATA[Before you get to Whitby, it would be a good idea to find out where you can park. Whitby can get busy in the summer and at weekends, which can make parking difficult. In the map below you will find all the public car parks available in Whitby along with icons for public toliets.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-3270089538165163";
/* 468x15, created 04/07/09 */
google_ad_slot = "8108761006";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Before you get to Whitby, it would be a good idea to find out where you can park. Whitby can get busy in the summer and at weekends, which can make parking difficult. In the map below you will find all the public car parks available in Whitby along with icons for public toliets.</p>
<p><code><iframe width="625" height="800" frameborder="0" scrolling="no" 
marginheight="0" marginwidth="0" 
src="http://maps.google.com/maps/ms?
hl=en&ie=UTF8&s=AARTsJq3ff7UyTV4zSigM9bJme3v2o7eeg&msa=0&
msid=10140313521969681647
4.0004542bc549ec7912779&ll=54.484076,-
0.61399&spn=0.019945,0.034332&z=15&output=embed"></iframe></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/public-toilets-and-car-parks-in-whitby-the-essentials-you-must-know/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Family activities &#8211; places to visit during your stay in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/family-activities-places-to-visit-during-your-stay-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/family-activities-places-to-visit-during-your-stay-in-whitby#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:03:27 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[whitby family]]></category>
		<category><![CDATA[whitby family holiday]]></category>
		<category><![CDATA[Whitby Holiday]]></category>
		<category><![CDATA[whitby things to do]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=523</guid>
		<description><![CDATA[Whitby is perfect for families. There is a range of activities and places to visit that are ideal for the whole family. Some of the activites and places to visit include Captain Cooks museum and monument, the famous Whitby whale bones, cruise trips around the habour on the replica Endeavour, a visit to Whitbys lesuire [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-3270089538165163";
/* 468x15, created 04/07/09 */
google_ad_slot = "8108761006";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Whitby is perfect for families. There is a range of activities and places to visit that are ideal for the whole family. Some of the activites and places to visit include Captain Cooks museum and monument, the famous Whitby whale bones, cruise trips around the habour on the replica Endeavour, a visit to Whitbys lesuire center, Whitby Abbey and much much more. Take a look at the map below and click on the icons to reveal the best places to take your family on your trip to Whitby.</p>
<p><code><iframe width="625" height="800" frameborder="0" scrolling="no" 
marginheight="0" marginwidth="0" 
src="http://maps.google.co.uk/maps/ms?client=firefox-
a&hl=en&ie=UTF8&s=AARTsJrUrdebqjGqZOF3Onf3YTmNOgTDJg&msa
=0&msid=10140313521969681
6474.000453f291823f6c2aa86&ll=54.476771,-
0.621071&spn=0.039896,0.068665&z=14&output=embed"></iframe></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/family-activities-places-to-visit-during-your-stay-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Arches Guest House in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:24:53 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>
		<category><![CDATA[arches bed and breakfast]]></category>
		<category><![CDATA[arches guest house]]></category>
		<category><![CDATA[arches whitby]]></category>
		<category><![CDATA[Guest House Whitby Accommodation]]></category>
		<category><![CDATA[Whitby Guest Houses]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=505</guid>
		<description><![CDATA[The Arches Guest House in Whitby. Dave and Laura would be delighted to welcome you to the Arches Guest House, a relaxing family run 4 Star Victorian guest house, on Whitby’s West Cliff, just 5 minutes walk from town, harbour and beach. A warm welcome starts the moment you arrive with the offer of 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:#4d689f;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@thearcheswhitby.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Arches 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p><strong>The Arches Guest House in Whitby.</strong></p>
<p>Dave and Laura would be delighted to welcome you to the Arches Guest House, a relaxing family run 4 Star Victorian guest house, on Whitby’s West Cliff, just 5 minutes walk from town, harbour and beach. A warm welcome starts the moment you arrive with the offer of a pot of tea or coffee and a home baked delight?</p>
<p>We offer generous breakfasts including full English, vegetarian and daily specials, as well as fresh fruit salad, home baked muffins (baked daily), homemade marmalade and preserves, not to mention real coffee!</p>
<p>Our Stylishly decorated rooms have Egyptian cotton bedding and towels, complementary refreshments, Wi-Fi, and modern flat screen TV’s. Each of our double, twin, &amp; family rooms are en-suite, and our single rooms each have private bathrooms.</p>
<p>The Arches has a friendly relaxed atmosphere, where Dave and Laura are more than happy to offer advice on Walks, Restaurants and Places of Interest, to enable you to get the most out of your stay in Whitby.</p>
<p>We will always endeavour to go that extra mile to make YOU &#8211; our guests, feel welcome and &#8216;at home&#8217;.</p>
<p><strong>Contact Us</strong><br />
8 Havelock Place<br />
Hudson Street<br />
West Cliff<br />
Whitby<br />
North Yorkshire<br />
YO21 3ER</p>
<p>Telephone: <strong>01947 601 880</strong><br />
Please mention <strong>The Whitby Guide</strong> when making contact</p>
<p>Website:  <a href="http://www.thearcheswhitby.co.uk/" target="_blank">http://www.thearcheswhitby.co.uk/</a></p>


<a href='http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby/the-arches-guest-house-01' title='the-arches-guest-house-01'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/the-arches-guest-house-01-100x100.jpg" class="attachment-thumbnail" alt="the-arches-guest-house-01" title="the-arches-guest-house-01" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby/the-arches-guest-house-02' title='the-arches-guest-house-02'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/the-arches-guest-house-02-100x100.jpg" class="attachment-thumbnail" alt="the-arches-guest-house-02" title="the-arches-guest-house-02" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby/the-arches-guest-house-03' title='the-arches-guest-house-03'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/the-arches-guest-house-03-100x100.jpg" class="attachment-thumbnail" alt="the-arches-guest-house-03" title="the-arches-guest-house-03" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby/the-arches-guest-house-04' title='the-arches-guest-house-04'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/the-arches-guest-house-04-100x100.jpg" class="attachment-thumbnail" alt="the-arches-guest-house-04" title="the-arches-guest-house-04" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby/the-arches-guest-house-05' title='the-arches-guest-house-05'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/the-arches-guest-house-05-100x100.jpg" class="attachment-thumbnail" alt="the-arches-guest-house-05" title="the-arches-guest-house-05" /></a>
<a href='http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby/the-arches-guest-house-06' title='the-arches-guest-house-06'><img width="100" height="100" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/the-arches-guest-house-06-100x100.jpg" class="attachment-thumbnail" alt="the-arches-guest-house-06" title="the-arches-guest-house-06" /></a>

<p><iframe width="600" height="350" frameborder="0" scrolling="no" 
marginheight="0" 
marginwidth="0" src="http://maps.google.co.uk/maps?
f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=the+arches+
guest+house++whitby&a
mp;aq=&amp;sll=54.422271,-
0.889771&amp;sspn=0.008377,0.016544&amp;g=the+arches+whitby&a
mp;ie=UTF8&amp;hq=th
e+arches+guest+house&amp;hnear=Whitby,+North+Yorkshire,+United+
Kingdom&amp;cid=16740
483478223530124&amp;ll=54.546978,-
0.53833&amp;spn=0.139398,0.411987&amp;z=11&amp;iwloc=A&amp;o
utput=embed"></iframe>
<br /><small><a href="http://maps.google.co.uk/maps?
f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=the+arche
s+guest+house++whitby
&amp;aq=&amp;sll=54.422271,-
0.889771&amp;sspn=0.008377,0.016544&amp;g=the+arches+whitby&a
mp;ie=UTF8&amp;hq=th
e+arches+guest+house&amp;hnear=Whitby,+North+Yorkshire,+United+
Kingdom&amp;cid=16740
483478223530124&amp;ll=54.546978,-
0.53833&amp;spn=0.139398,0.411987&amp;z=11&amp;iwloc=A" 
style="color:#0000FF;text-
align:left">View Larger Map</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-arches-guesthouse-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Dracula Video Guide, Videos of Whitby and Dracula</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-dracula-video-guide-videos-of-whitby-and-dracula</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-dracula-video-guide-videos-of-whitby-and-dracula#comments</comments>
		<pubDate>Mon, 13 Jul 2009 22:42:38 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Dracula]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[darula and whitby]]></category>
		<category><![CDATA[dracula videos]]></category>
		<category><![CDATA[whitby videos]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=501</guid>
		<description><![CDATA[If you are interested in Whitby and the story of Dracula then check out the videos below. This is a fantastic look at the history of Dracula and the relationship with Whitby Click here to view the Dracula videos]]></description>
			<content:encoded><![CDATA[<p>If you are interested in Whitby and the story of Dracula then check out the videos below. This is a fantastic look at the history of Dracula and the relationship with <a title="whitby" href="http://www.thewhitbyguide.co.uk">Whitby</a></p>
<p><a href="http://www.tiscali.co.uk/lifestyle/features/dracula/index.html" target="_blank"><img class="aligncenter size-full wp-image-503" title="Dracula Video" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/dracula-video.jpg" alt="Dracula Video" width="521" height="382" /></a></p>
<p><a title="whitby dracula" href="http://www.tiscali.co.uk/lifestyle/features/dracula/index.html" target="_blank">Click here to view the Dracula videos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-dracula-video-guide-videos-of-whitby-and-dracula/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Whitby Golf Club, holiday golf course with great views</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-golf-club-holiday-golf-course-with-great-views</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-golf-club-holiday-golf-course-with-great-views#comments</comments>
		<pubDate>Mon, 13 Jul 2009 17:51:59 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[whitby golf]]></category>
		<category><![CDATA[whitby golf club]]></category>
		<category><![CDATA[whitby golf course]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=497</guid>
		<description><![CDATA[Whitby Golf Club Whitby Golf Course is a fantastic holiday golf course with fantastic views of N Yorks Coast, run by PGA Professional offering expert tuition. The course is rarely too busy to be able to book a tee time. There are wonderful views along the coast, north-westward over the picturesque bay of Sandsend to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Whitby Golf Club</strong></p>
<p>Whitby Golf Course is a fantastic holiday golf course with fantastic views of N Yorks Coast, run by PGA Professional offering expert tuition. The course is rarely too busy to be able to book a tee time.</p>
<p>There are wonderful views along the coast, north-westward over the picturesque bay of Sandsend to Kettleness, south-eastward over the harbour with the Abbey Ruins set in relief and inland over the rolling panorama of the North Yorks Moors.</p>
<p>It is the ideal type of holiday course, not too long or difficult for the moderate player provided a reasonable degree of accuracy is achieved.</p>
<p>&#8220;Wild hitters&#8221; can be severely punished, as some of the hazards are quite unusual. The most striking is the wild cleft in the Cliffs known as &#8220;Upgang Ravine&#8221; which has to be driven when playing the 6th and 18th holes</p>
<p>The degree of driving difficulty on many an occasion is decided by the prevailing wind which may come from either the North Sea or the moors.</p>
<p>Below is a poem regarding our course:</p>
<p><strong>Ode to Whitby Golf Club</strong></p>
<p>On rugged cliff-tops facing north<br />
Across the deep blue sea<br />
Is Straggleton, a holy place<br />
For golfers such as me</p>
<p>The rolling hills, Upgang Ravine<br />
The White House Pub, Hotel<br />
The ozone from the crashing waves<br />
Cut grass, that heady smell</p>
<p>Through summer sun and winter snow<br />
Through hailstones, rain and gales<br />
Us golfers hit our dimpled balls<br />
‘cross fairways hills and dales</p>
<p>And when our game is over<br />
We’ll sit and have a beer<br />
In the comfort of the nineteenth hole<br />
With friendliness and cheer</p>
<p>We’ll talk of pars and birdies<br />
And where we didn’t score<br />
But one thing’s always certain<br />
We’ll aye come back for more</p>
<p><em><strong>Dave Kirk  July 2009</strong></em></p>
<p>If you are coming to Whitby on holiday then why not bring your clubs and have a few rounds. Please contact Whitby Golf Club using the details below:</p>
<p><strong>Club Manager<br />
</strong>Mr Tony Mason<br />
01947 600660/602768<br />
 <br />
<strong>Office<br />
</strong>Mr Duncan Russell<br />
01947 600660/602768</p>
<p>Email: <a href="mailto:office@whitbygolfclub.co.uk">office@whitbygolfclub.co.uk</a><br />
Website: <a title="whitby golf club" href="http://www.whitbygolfclub.co.uk" target="_blank">http://www.whitbygolfclub.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-golf-club-holiday-golf-course-with-great-views/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Whitby Regatta 2009 August 22nd,23th 24th</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-regatta-2009-august-22nd23th-24th</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-regatta-2009-august-22nd23th-24th#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:36:57 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[regatta]]></category>
		<category><![CDATA[Whitby Regatta]]></category>
		<category><![CDATA[whitby regatta 2009]]></category>
		<category><![CDATA[whitby regatta weekend]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=479</guid>
		<description><![CDATA[The Whitby Regatta 2009 The Whitby Regatta 2009 August 22nd,23th 24th, presents to you, three full days of entertainment, embracing yacht racing, rowing races and various free forms of entertainment as published in the official programme, finishing with a prize presentation and spectacular firework display. One hundred and sixty nine years of aquatic competition and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Whitby Regatta 2009</strong></p>
<p>The Whitby Regatta 2009 August 22nd,23th 24th, presents to you, three full days of entertainment, embracing yacht racing, rowing races and various free forms of entertainment as published in the official programme, finishing with a prize presentation and spectacular firework display. One hundred and sixty nine years of aquatic competition and entertainment.</p>
<p><img class="aligncenter size-full wp-image-483" title="Whitby Regatta" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/regatta1.jpg" alt="Whitby Regatta" width="400" height="534" /></p>
<p>To view more images from past Whitby Regattas <a href="http://editorial.yrnweb.co.uk/g/?id=whitbyregatta07" target="_blank">click here</a></p>
<p>The Whitby Regatta is probably the oldest sea Regatta in England and has drawn large crowds into Whitby over the years. It started in a very small way with the fishermen competing against each other in their fishing smacks and salmon cobbles. Then came the yachts. It was recorded in 1847 &#8220;The Whitby Challenge Cup&#8221;, promoted by the Royal Yorkshire Yacht Club, was won by the Schooner &#8220;Whiled&#8221;, and a prize of 50 guineas was presented to the captain or owner. Between that date and up to the nineteen thirties, yacht racing formed the greater part of the Regatta.</p>
<p>Unfortunately, due to the high cost of building these large yachts of approximately 20 tons, and a changing world, they slowly disappeared from the scene. The cost of maintaining such a yacht today must be astronomical. It was about 1872 that competitive rowing came into being. In that year, the Jet Works Amateur Rowing Club was formed, 1874 saw the birth of Scarborough Amateur Rowing Club and in 1879 the Friendship Amateur Rowing Club. Then came the Whitby Amateur Rowing Club in 1912, which later became the present day Whitby Fisherman&#8217;s Amateur Rowing Club. All three Clubs are still going strong today, forming one of the main attractions of today&#8217;s Regatta. </p>
<p>Over the years, rowing clubs from the Tyne to Scarborough have participated in Regattas held on the North East Coast, sadly only two Regattas are still being held, Scarborough and Whitby.</p>
<p>In 1901 the late Alderman JET Wilson J.P &#8211; C.C. of West Hartlepool presented the &#8220;Wilson Cup&#8221;. valued at £25, for competition to Rowing Clubs based between the Tyne and Humber. This is the most coveted trophy rowed for today.  1929 saw the first fancy dress and decorated carts, this was the forerunner of the present day regatta and carnival. It is recorded that in 1900, 11,000 people travelled by special trains from the West Riding, York, Bridlington and Newcastle. Today that figure is estimated at 20,000, most travelling by coach and private car.</p>
<p>If you would like more information of this years Whitby Regatta, then please use the contact details below:</p>
<p>The Secretary<br />
Whitby Regatta<br />
PO Box 50<br />
Whitby<br />
North Yorkshire<br />
YO21 3YN</p>
<p>Web: <a href="http://www.whitbyregatta.co.uk" target="_blank">http://www.whitbyregatta.co.uk</a><br />
Email: <a href="mailto:whitbyregatta@hotmail.co.uk">whitbyregatta@hotmail.co.uk</a><br />
Tel: 01947 825896</p>
<p>If you would like accommodation for your Whitby Regatta stay then please click on the link below<br />
<a title="whitby accommodation" href="http://www.thewhitbyguide.co.uk/whitby-accommodation/">Whitby accommodation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-regatta-2009-august-22nd23th-24th/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Hen Weekends &#8211; Places to consider</title>
		<link>http://www.thewhitbyguide.co.uk/where-to-go-on-your-whitby-hen-weekend</link>
		<comments>http://www.thewhitbyguide.co.uk/where-to-go-on-your-whitby-hen-weekend#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:59:55 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[whitby hen do]]></category>
		<category><![CDATA[whitby hen party]]></category>
		<category><![CDATA[whitby hen weekend]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=463</guid>
		<description><![CDATA[Whitby is becoming increasingly popular with Hen and Stag parties. Although Whitby is a traditional town, a selection of trendy bars, restaurants and clubs mix traditional values with contemporary styles. If you are looking for places to visit on your Whitby Hen Weekend that take a look at the map below and click on the cocktail glassed [...]]]></description>
			<content:encoded><![CDATA[<p>Whitby is becoming increasingly popular with Hen and Stag parties. Although Whitby is a traditional town, a selection of trendy bars, restaurants and clubs mix traditional values with contemporary styles. If you are looking for places to visit on your Whitby Hen Weekend that take a look at the map below and click on the cocktail glassed to show the name if the venue.</p>
<p><code><iframe width="625" height="800" frameborder="0" scrolling="no" 
marginheight="0" marginwidth="0" 
src="http://maps.google.co.uk/maps/ms?client=firefox-
a&hl=en&ie=UTF8&s=AARTsJq1kDx5N1wZiNv_S7UjIlrE8lvz8Q&msa=0&
msid=10140313521969681647
4.0004544471237a548b520&ll=54.486681,-
0.615084&spn=0.009972,0.017166&z=16&output=embed"></iframe></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/where-to-go-on-your-whitby-hen-weekend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dracula in Whitby, links between Bram Stoker&#8217;s notorious Dracula and Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-and-dracula</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-and-dracula#comments</comments>
		<pubDate>Mon, 06 Jul 2009 16:20:10 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Dracula]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[dracula in whitby]]></category>
		<category><![CDATA[whitby and dracula]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=454</guid>
		<description><![CDATA[The information below has been provided by our friends at Dracula-in-Whitby.com The Dracula-in-Whitby.com website is dedicated to exploring the links between Bram Stoker&#8217;s notorious vampire and the Yorkshire Coast town of Whitby.  Discover why Stoker used this remote seaside town as one of the settings for his famous novel, &#8216;Dracula.&#8217; Uniquely, much of the site [...]]]></description>
			<content:encoded><![CDATA[<p>The information below has been provided by our friends at <a title="dracula in whitby" href="http://www.dracula-in-whitby.com/" target="_blank">Dracula-in-Whitby.com</a></p>
<p>The Dracula-in-Whitby.com website is dedicated to exploring the links between Bram Stoker&#8217;s notorious vampire and the Yorkshire Coast town of Whitby.  Discover why Stoker used this remote seaside town as one of the settings for his famous novel, &#8216;Dracula.&#8217;</p>
<p>Uniquely, much of the site has been written through the eyes of one of the characters in the story (Jonathan Harker).</p>
<p>Here&#8217;s a small taste of what you will discover:<img class="alignright size-full wp-image-460" title="Dracula in Whitby" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/dracula-lamp.jpg" alt="Dracula in Whitby" width="236" height="193" /></p>
<ul>
<li>Guide to Whitby (created specially for the site)</li>
<li>Dracula and Whitby</li>
<li>The Real Dracula</li>
<li>Dracula Quotes (impress your friends)</li>
<li>Gothic Romance</li>
<li>Whitby Accommodation</li>
<li>Eating in Whitby</li>
<li>Whitby Photos (created specially for the site)</li>
<li>What is the Penny Hedge Ceremony?</li>
<li>A History of Whitby</li>
<li>Whitby Events and Festivals</li>
<li>Dracula Music</li>
<li>Dracula Audio Books and Costumes</li>
<li>Ghost Stories</li>
<li>Halloween Games</li>
<li>Bram Stoker</li>
<li>Yorkshire</li>
</ul>
<p>Also, you can keep up-to-date with what&#8217;s on in Whitby AND the world of Dracula via the Dracula-in-Whitby Blog, Community and free newsletter.</p>
<p>So, why not visit the Dracula-in-Whitby.com website and get in touch with your darker side!</p>
<p><em>&#8220;Listen to them &#8211; the children of the night. What music they make!&#8221; (Dracula)</em></p>
<p>Web: <a title="dracula in whitby" href="http://www.dracula-in-whitby.com" target="_blank">http://www.dracula-in-whitby.com<br />
</a>Email: <a href="mailto:admin@dracula-in-whitby.com">admin@dracula-in-whitby.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-and-dracula/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Green&#8217;s Seafood Bistro &amp; Restaurant in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/greens-seafood-bistro-restaurant-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/greens-seafood-bistro-restaurant-in-whitby#comments</comments>
		<pubDate>Sat, 04 Jul 2009 17:14:15 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></category>
		<category><![CDATA[greens of whitby]]></category>
		<category><![CDATA[greens restaurant whitby]]></category>
		<category><![CDATA[greens seafood restaurant whitby]]></category>
		<category><![CDATA[restaurant in whitby]]></category>
		<category><![CDATA[seafood whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=451</guid>
		<description><![CDATA[Green&#8217;s Seafood Bistro &#38; Restaurant in Whitby Newly refurbished Bistro &#38; a fine Dining Restaurant Rob and Emma Green feel that their Green&#8217;s of Whitby restaurant &#38; bistro, situated on the Abbey side of the swing bridge, is perfectly placed to source and promote the very best of foods from the surrounding area. As Whitby [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Green&#8217;s Seafood Bistro &amp; Restaurant in Whitby<br />
</strong><br />
Newly refurbished Bistro &amp; a fine Dining Restaurant</p>
<p>Rob and Emma Green feel that their Green&#8217;s of Whitby restaurant &amp; bistro, situated on the Abbey side of the swing bridge, is perfectly placed to source and promote the very best of foods from the surrounding area.</p>
<p>As Whitby is situated on one of Britain’s finest coastlines and has been a port for more than a thousand years &#8211; and still remains a busy fishing harbour &#8211; Rob is able to choose seafood fresh from the quayside every morning. Prime local meats and game are also a speciality. The abundance of fresh produce means that the menu changes frequently to offer you “the best of the day” &#8211; this has helped to take Green&#8217;s&#8217; status to not only one of the finest restaurants in Whitby, but one of the finest restaurants in North Yorkshire.</p>
<p>Everything is freshly prepared, from the home baked bread, delicious desserts and ice creams, to the chocolate treats served with coffee…and just about everything else in between!</p>
<p>You can visit Whitby restaurant after Whitby restaurant, you&#8217;ll still come back to Green&#8217;s &#8211; one of the finest places for dining out in Whitby!</p>
<p>Green&#8217;s are proud to annouce that they have recently recieved the Yorkshire Moors &amp; Coast Tourism Award for the Restaurant of the Year Special Occasion. Winners 2008.</p>
<p><strong>Accommodation in Whitby</strong></p>
<p>We also have some luxury accommodation available in Whitby, follow the links below to view our accommodation:</p>
<p><a title="Greens penthouse apartment" href="http://www.thewhitbyguide.co.uk/greens-of-whitby-luxury-penthouse-apartment/" target="_self">Greens Penthouse Apartment</a></p>
<p><a title="Greens storm cottage" href="http://www.thewhitbyguide.co.uk/storm-cottage-greens-of-whitby/">Greens Storm Cottage</a></p>
<p><strong>Greens Contact Information</strong></p>
<p>Green&#8217;s of Whitby<br />
13 Bridge Street<br />
Whitby<br />
North Yorkshire<br />
YO22 4BG</p>
<p>Tel:  <strong>01947 600284</strong></p>
<p>Web: <a href="http://www.greensofwhitby.com" target="_blank">http://www.greensofwhitby.com</a><br />
Email: <a href="mailto:info@greensofwhitby.co.uk">info@greensofwhitby.co.uk</a></p>
<p><img class="alignnone size-full wp-image-867" style="border: 0px;" title="greens-images" src="http://www.thewhitbyguide.co.uk/wp-content/uploads/2009/07/greens-images.jpg" alt="greens-images" width="620" height="168" /></p>
<p><strong>A map of our 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=11508316398295279009
4.000471f7dbfe52d92f262&
amp;ll=54.487142,-0.612102&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?
ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=11508316398295279009
4.000471f7dbfe52d92f262&
amp;ll=54.487142,-0.612102&amp;spn=0.008725,0.025749&amp;z=15&
amp;source=embed" 
style="color:#0000FF;text-align:left">Greens Restaurant in Whitby</a> in 
a larger map</small></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/greens-seafood-bistro-restaurant-in-whitby/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Number 4 Cafe Bar and Restaurant in Whitby</title>
		<link>http://www.thewhitbyguide.co.uk/number-4-cafe-bar-and-restaurant-in-whitby</link>
		<comments>http://www.thewhitbyguide.co.uk/number-4-cafe-bar-and-restaurant-in-whitby#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:58:50 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></category>
		<category><![CDATA[number 4 bar]]></category>
		<category><![CDATA[number 4 cafe]]></category>
		<category><![CDATA[number 4 restaurant]]></category>
		<category><![CDATA[number 4 whitby]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=448</guid>
		<description><![CDATA[Number 4 Cafe Bar and Restaurant in Whitby A sumptuous blend of British tastes and Mediterranean flavours, a menu that offers a delight for every appetite and quality ingredients served well are what our customers love about the Number 4 Café Bar &#38; Restaurant. From our idyllic location here in the seaside town of Whitby, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Number 4 Cafe Bar and Restaurant in Whitby</strong></p>
<p>A sumptuous blend of British tastes and Mediterranean flavours, a menu that offers a delight for every appetite and quality ingredients served well are what our customers love about the Number 4 Café Bar &amp; Restaurant. From our idyllic location here in the seaside town of Whitby, we combine our talent with food, Yorkshire charm and the very best fresh, local ingredients to provide great food in a great atmosphere for locals and visitors alike.</p>
<p>Set back from the hustle and bustle of this popular resort town, the Number 4 Café Bar &amp; Restaurant is in a quieter area yet just minutes from all the action. Ample parking and an unhurried air are the result of this perfect position. </p>
<p>Over the past year we have built strong local connections that ensure our ingredients are, wherever possible, sourced fresh from local growers and producers. This attention to the quality of the ingredients gives our talented kitchen team the perfect start to the dishes they create, the bread they bake and the fish they fry! </p>
<p>Open for lunch and evening meals, available for private functions and serving everything from a tasty sandwich, panini or snack with a freshly brewed coffee in the sunshine, to a full and satisfying three course meal with wine, soft music and subtle lighting, we look forward to making you welcome here at the Number 4 Café Bar &amp; Restaurant</p>
<p>Number 4 Cafe Bar and Restaurant<br />
4 The Parade<br />
Whitby<br />
North Yorkshire<br />
YO21 3JP</p>
<p>Telephone: 01947 600021<br />
Website: <a href="http://www.number4whitby.co.uk" target="_blank">http://www.number4whitby.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/number-4-cafe-bar-and-restaurant-in-whitby/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitby Stag Weekends &#8211; Places to consider</title>
		<link>http://www.thewhitbyguide.co.uk/whitby-stag-weekends-where-to-go</link>
		<comments>http://www.thewhitbyguide.co.uk/whitby-stag-weekends-where-to-go#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:06:12 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Things To Do In Whitby]]></category>
		<category><![CDATA[whitby bars]]></category>
		<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></category>
		<category><![CDATA[whitby stag]]></category>
		<category><![CDATA[whitby stag do]]></category>
		<category><![CDATA[whitby stag weekend]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=441</guid>
		<description><![CDATA[Whitby Stag Weekends Whitby has become a well known destination for stag and hen weekends. The selection of both traditional and contemporary bars and restaurants make Whitby a good choice for a stag or hen weekend. Below is a map of all the best bars to visit on a Whitby stag weekend, click on the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Whitby Stag Weekends</strong></p>
<p>Whitby has become a well known destination for stag and hen weekends. The selection of both traditional and contemporary bars and restaurants make Whitby a good choice for a stag or hen weekend. Below is a map of all the best bars to visit on a Whitby stag weekend, click on the pint glass on the map to see the name of the pub or club.</p>
<p><code><iframe width="625" height="800" frameborder="0" scrolling="no" 
marginheight="0" marginwidth="0" 
src="http://maps.google.co.uk/maps/ms?client=firefox-
a&hl=en&ie=UTF8&s=AARTsJoKJpQog6nWqaQ9w1NNTp5BChiO3g&m
sa=0&msid=1014031352196968
16474.00045443b01c1f7f8659d&ll=54.482356,-
0.611286&spn=0.019945,0.034332&z=15&output=embed"></iframe></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/whitby-stag-weekends-where-to-go/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Recommended Whitby Restaurants</title>
		<link>http://www.thewhitbyguide.co.uk/recommended-whitby-restaurant</link>
		<comments>http://www.thewhitbyguide.co.uk/recommended-whitby-restaurant#comments</comments>
		<pubDate>Fri, 03 Jul 2009 11:27:35 +0000</pubDate>
		<dc:creator>james-thomas</dc:creator>
				<category><![CDATA[Whitby Fishing and Seafood]]></category>
		<category><![CDATA[Whitby News & Events]]></category>
		<category><![CDATA[Whitby Restaurants, Browse Restaurants in Whitby]]></category>
		<category><![CDATA[dining out whitby]]></category>
		<category><![CDATA[restaurant whitby]]></category>
		<category><![CDATA[restaurants whitby]]></category>
		<category><![CDATA[trenchers whitby]]></category>
		<category><![CDATA[whitby restaurant]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=745</guid>
		<description><![CDATA[There are many restaurants in Whitby, ranging from low budget options, right up to expensive seafood specials, so here you go, these are our top 5 Whitby restaurants]]></description>
			<content:encoded><![CDATA[<p><strong>Top 5 Whitby Restaurants as recommended by our editor.</strong></p>
<p>There are many restaurants in Whitby, ranging from low budget, right up to expensive seafood specials, so here you go, these are my top 5 Whitby restaurants.</p>
<p><strong>Greens Of Whitby, Seafood Restaurant</strong></p>
<p>I had my first experience of this little gem last month, and was very impressed. Greens has was won many awards for the fine seafood they serve up, and i was not disappointed with my evening there either. A unique decor inside the restaurant lends for a relaxed atmosphere. There is an extensive menu for both food and wine, and the service does not disappoint.</p>
<p>Well located over the bridge on the east side of town, Greens is quickly becoming one of Whitby&#8217;s finest restaurants, and its not just seafood they serve, prime local meats and game are also a speciality, with the menu having a selection of steaks and vegetarian dishes to choose from.</p>
<p>Greens have recently received the Yorkshire Moors &amp; Coast Tourism Award for the Restaurant of the Year 2008</p>
<p><a title="whitby restaurants, greens of whitby" href="http://www.thewhitbyguide.co.uk/greens-seafood-bistro-restaurant-in-whitby" target="_self">Click here for more information on Greens of Whitby</a></p>
<p><strong>The Magpie Cafe</strong></p>
<p>Whitby&#8217;s most famous restaurant/cafe. The Magpie has been featured many times in local and national press, the Magpie has also been featured in various food TV programs over the past years. There is something about the Magpie Cafe which brings visitors flocking by the thousands each year to queue up along Whitby&#8217;s streets just to get through the door, and its for one reason only&#8230;the fish and chips. The Cafe is famous for its fine tasting fish and chips, idealy suituated directly opposite the towns fish market allows for the freshest fish been brought in straight from the boats each day, and straight onto your plate.</p>
<p>The Magpie Cafe has a long association with fishing and the shipping industry. It was built in 1750 as a Merchants House and during its history was owned by a member of the Scoresby whaling family and was for a time the pilotage where the pilots would wait for orders to bring vessels into the harbour.</p>
<p>Magpie Cafe is in a prime position for you to enjoy the fabulous views at the same time as sampling the wide selection of meals. Specialities include dishes that use prime fresh local fish, seafood and specially selected ingredients.</p>
<p><a title="whitby restaurants, the magpie cafe" href="http://www.thewhitbyguide.co.uk/the-magpie-cafe-whitby-restaurants" target="_self">Click here for more information on the Magpie Cafe</a></p>
<p><strong>The Moon and Sixpence, Bar and Restaurant</strong></p>
<p>If your looing for a stylish, friendly and relaxed venue to meet for drinks or a meal either during the day or on an evening, then the Moon and Sixpence is the perfect choice. Having arguably some of the best views in Whitby, sitting in the huge windows you have a great view of the harbour and of the cliffs with the 199 steps winding up towards St Mary’s church.</p>
<p>The Moon and Sixpence is a great example of the mix of tradition and contemporary style that Whitby now offers. Located on the harbour front, amoungst rock and gift shops, this little gem is as cool as they get. Try some oysters and wash them down with some elegant champagnes, the Moon and Sixpence is a fine example of a modern bar/bistro. The food is not bad either, but be warned it can get busy and finding a table to eat at will be difficult, i recommend an late evening visit for a nite cap, sit outside and watch the world pass you by.</p>
<p><a title="whitby restaurants, the moon and sixoence" href="http://www.thewhitbyguide.co.uk/the-moon-and-sixpence-restaurant-bar-and-accommodation-whitby" target="_self">Click here for more information on the Moon and Sixpence</a></p>
<p><strong>The Cross Butts Stable Restaurant, Whitby</strong></p>
<p>Another well respected restaurant is the Cross Butts, just outside of Whitby. Set in tranquil surroundings, the restaurant offers great food, with prompt service and elegant decor. Situated in renovated stables, away from the hustle of the town center, the Cross Butts is the ideal choice for a romantic meal.</p>
<p>The menu is not extensive, but it doesnt have to be either, what&#8217;s on offer is a selection of fine meats and seafood, sourced from local suppliers. The selection of wines is impressive, and if you in town on a Sunday, they offer a great carvery service.</p>
<p>The Cross Butts is not just a restaurant, they have first class accommodation available also. The four poster suite with jacuzzi bath is a must and makes for an ideal valentines weekend.</p>
<p><a title="cross butts restaurant whitby" href="http://www.thewhitbyguide.co.uk/cross-butts-stable-restaurant/" target="_self">Click here for more information on the Cross Butts Hotel And Restaurant</a></p>
<p><strong>Trenchers Fish and Chips, Whitby</strong></p>
<p>A Whitby restaurant guide would not be complete without at least one fish and chip restaurant to shout home about. Trenchers is well known for its fresh traditional fish and chips menu served throughout the day.</p>
<p>Well located in the centre of Whitby, opposite the tourist office and railway station, Trenchers are famous for very high quality fresh fish, legendary light batters, bread crumbed or floured fish, served by smart courteous staff, guaranteeing you a meal to remember.</p>
<p>The menu has a good selection and prices are reasonable. A must visit on your trip to Whitby.</p>
<p><a title="trenchers restaurant whitby" href="http://www.trenchersrestaurant.co.uk/" target="_blank">Click here for more information on Trenchers Restaurant</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/recommended-whitby-restaurant/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wentworth Guest House</title>
		<link>http://www.thewhitbyguide.co.uk/wentworth-guest-house</link>
		<comments>http://www.thewhitbyguide.co.uk/wentworth-guest-house#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:39:09 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=417</guid>
		<description><![CDATA[Guest house accommodation in Whitby, North Yorkshire. 27 Hudson Street Whitby North Yorkshire YO21 3EP]]></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:#4d689f;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@whitbywentworth.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for Wentworth 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Guest house accommodation in Whitby, North Yorkshire.</p>
<p>27 Hudson Street</p>
<p>Whitby<br />
North Yorkshire<br />
YO21 3EP</p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/wentworth-guest-house/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Leeway</title>
		<link>http://www.thewhitbyguide.co.uk/the-leeway</link>
		<comments>http://www.thewhitbyguide.co.uk/the-leeway#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:35:38 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=413</guid>
		<description><![CDATA[Guesthouse Accommodation in Whitby, North Yorkshire 1 Havelock Place Whitby North Yorkshire YO21 3ER]]></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:#4d689f;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@theleeway.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Leeway" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Guesthouse Accommodation in Whitby, North Yorkshire</p>
<p>1 Havelock Place</p>
<p>Whitby<br />
North Yorkshire<br />
YO21 3ER</p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-leeway/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Haven</title>
		<link>http://www.thewhitbyguide.co.uk/the-haven</link>
		<comments>http://www.thewhitbyguide.co.uk/the-haven#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:33:20 +0000</pubDate>
		<dc:creator>Thomas Paylor (admin)</dc:creator>
				<category><![CDATA[Whitby Bed And Breakfast, Whitby B&B, Bed & Breakfast Whitby]]></category>
		<category><![CDATA[Whitby Guest Houses, Guest House Whitby Accommodation]]></category>

		<guid isPermaLink="false">http://www.thewhitbyguide.co.uk/?p=411</guid>
		<description><![CDATA[Guesthouse Accommodation in Whitby, North Yorkshire 4 East Crescent Whitby North Yorkshire YO21 3HD]]></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:#4d689f;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@thehavenwhitby.co.uk" type="hidden" />
	  <input name="subject" id="subject" value="Availability for The Haven Guest House" 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:100px;margin:0;">
            <option value="02-2011">February 2011</option>
            <option value="03-2011" selected="selected">March 2011</option>
            <option value="04-2011">April 2011</option>
            <option value="05-2011">May 2011</option>
            <option value="06-2011">Jun 2011</option>
            <option value="07-2011">July 2011</option>
            <option value="08-2011">August 2011</option>
            <option value="09-2011">September 2011</option>
            <option value="10-2011">October 2011</option>
            <option value="11-2011">November 2011</option>
            <option value="12-2011">December 2011</option>
            <option value="01-2012">January 2012</option>
            <option value="02-2012">February 2012</option>
            <option value="03-2012">March 2012</option>
            <option value="04-2012">April 2012</option>
            <option value="05-2012">May 2012</option>
            <option value="06-2012">Jun 2012</option>
            <option value="07-2012">July 2012</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" selected="selected">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:left;"><span class="white_border" style="text-align:left;">
          <input name="txtname" type="text" class="enquirySmallBox" id="txtname" style="width:111px;background-image:none;" />
        </span></td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Email</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="email" id="email" class="enquirySmallBox" type="text" style="width:111px;background-image:none;"/>        </td>
      </tr>
      <tr>
        <td align="left" class="white_border"><span class="redText">*</span>Phone</td>
        <td align="left" class="white_border" style="text-align:left;">
          <input name="phone" id="phone" class="enquirySmallBox" type="text" style="width:111px;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=80&height=40&characters=4"  scrolling="no" style=" padding:0px; margin:0px;"></iframe>
				</td>
                
                <td align="left" class="white_border" style="text-align:left;">
		<a href="#." onClick="recreate();" ><img src="../page/reset-btn.gif" vspace="8" border="0" style="padding-top:5px;" /></a>
				</td>
                
                </tr>           
				<td class="white_border" style="border:none">
                <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:#4d689f;color:#FFF;font-weight:bold;background-image:none;border:solid 1px #9EA2A3;height:19px;padding:0px;" />
    </div>
    
  </div>
</form>
</div><p>Guesthouse Accommodation in Whitby, North Yorkshire</p>
<p>4 East Crescent</p>
<p>Whitby<br />
North Yorkshire<br />
YO21 3HD</p>

]]></content:encoded>
			<wfw:commentRss>http://www.thewhitbyguide.co.uk/the-haven/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

