// JScript
var browser = " ";
var spacer = ".......| |.........";
var pos = 0;
var msg = " ";
var lastwin = "0";
var findcount = 0;
var oRange = "";
var sBookmark = "";
var slash = String.fromCharCode(92);
var crlf = String.fromCharCode(10) + String.fromCharCode(13);
var dqt = String.fromCharCode(34)
var x = 0;
var y = 0;
var scrollSpeed = 1500 ;
var intervalID ;
var yrkimg = 1;
var p1x = "";
var ot;
var hold_x = "";
var hold_sc = "";
var str1 = "";
var str3 = "";
var vmss = "1";
var x1 = 0;
var appVers = " "; 
var url = window.location;
// ****************************************
function mailThisUrl() {
   window.location = "mailto:?subject=Places-To-Go.Org Days out with the family in England and Wales&body=I thought you might find this website interesting - please visit "+url;
}
// ****************************************
function init_yrk() {
// ******	x = window.document.getElementById("yrk1");
// ******	x.style.display = 'none';
// ******	x.style.visibility = 'hidden';
// ******	x = window.document.getElementById("yrk2");
// ******	x.style.display = 'none';
// ******	x.style.visibility = 'hidden';
// ******	x = window.document.getElementById("yrk3");
// ******	x.style.display = 'none';
// ******	x.style.visibility = 'hidden';
// ******	if (yrkimg == 1) { 
// ******		x = window.document.getElementById("yrk1");
// ******		x.style.display = 'block'; 
// ******		x.style.visibility = 'visible'; }
// ******	if (yrkimg == 2) { 
// ******		x = window.document.getElementById("yrk2");
// ******		x.style.display = 'block'; 
// ******		x.style.visibility = 'visible'; }
// ******	if (yrkimg == 3) { 
// ******		x = window.document.getElementById("yrk3");
// ******		x.style.display = 'block'; 
// ******		x.style.visibility = 'visible'; }

// ******	yrkimg = yrkimg + 1 ;
// ******	if (yrkimg == 4) { 
// ******		yrkimg = 1  }
}

// ****************************************
function show_yrk() {
// ******	x = window.document.getElementById("yrk1");
// ******	x.style.display = 'block';
// ******	x.style.visibility = 'visible';
// ******	x = window.document.getElementById("yrk2");
// ******	x.style.display = 'none';
// ******	x.style.visibility = 'hidden';
// ******	x = window.document.getElementById("yrk3");
// ******	x.style.display = 'none';
// ******	x.style.visibility = 'hidden';
// ******	intervalID = setInterval("init_yrk()",scrollSpeed);
}
// ****************************************
function ch_gd() {
x = window.document.getElementById("Selsord").selectedIndex ;
var ptr = window.document.getElementById("Selcty") ;
y = ptr.selectedIndex ;
str3 = "xml.asp?CTY=" + ptr.options[y].value + x.toString() ;
window.document.getElementById("clkhere").href = str3 ;
}
// ****************************************
function ch_gdfood() {
x = window.document.getElementById("Selsord").selectedIndex ;
var ptr = window.document.getElementById("Selcty") ;
y = ptr.selectedIndex ;
str3 = "xmlfood1.asp?CTY=" + ptr.options[y].value + x.toString() ;
window.document.getElementById("clkhere").href = str3 ;
}

// ****************************************
function acptch_gd() {
x = window.document.getElementById("Selsord").selectedIndex ;
var ptr = window.document.getElementById("Selcty") ;
y = ptr.selectedIndex ;
str3 = "a_";
if (x == 0) {
	str3 = "a_";
}
if (x == 1) {
	str3 = "c_";
}
if (x == 2) {
	str3 = "p_";
}
if (x == 3) {
	str3 = "t_";
}
str3 = str3 + ptr.options[y].value ;
window.document.getElementById("clkhere").href = str3.substr(0, (str3.indexOf("&"))) + ".htm" ;
}

// ***************************
function nonxmlsetopeningsels() {
x = 0;
var cookiedata = document.cookie ;
if (cookiedata.length > 22) { 
    y = cookiedata.indexOf("&Sord=") + 6;
    str1 = cookiedata.substr(y,1);
    x = parseInt(str1);	
}
if (x >=0 && x < 4) {
document.getElementById("sord").options[x].selected = true ;
}
nonxmlsordchg() ;
}
// ***************************
function setopeningsels() {
x = 0;
var cookiedata = document.cookie ;
if (cookiedata.length > 22) { 
    y = cookiedata.indexOf("&Sord=") + 6;
    str1 = cookiedata.substr(y,1);
    x = parseInt(str1);	
}
if (x >=0 && x < 4) {
document.getElementById("sord").options[x].selected = true ;
}
sordchg() ;
}
// ***************************
function setopeningselsfood() {
x = 0;
var cookiedata = document.cookie ;
if (cookiedata.length > 22) { 
    y = cookiedata.indexOf("&Sord=") + 6;
    str1 = cookiedata.substr(y,1);
    x = parseInt(str1);	
}
if (x >=0 && x < 4) {
document.getElementById("sord").options[x].selected = true ;
}
sordchgfood() ;
}

// ****************************************
function nonxmlsordchg(){
x = window.document.getElementById("sord").selectedIndex ;
vmss = "a" ;	
if (x == 1) {
   vmss = "c" ;
}
if (x == 2) {
   vmss = "p" ;
}
if (x == 3) {
   vmss = "t" ;
}
var ptr9 = window.document.getElementById("Counties"); 
for ( var i = 0 ; i < ptr9.areas.length ; i++) {
	str1 = ptr9.areas[i].href ;
	ptr9.areas[i].href =  str1.substr(0,28) + vmss + str1.substr(29,(str1.length - 29)) ;	
}
aclchg();
}
// ****************************************
function nonxmlsordchgfood(){
x = window.document.getElementById("sord").selectedIndex ;
vmss = "a" ;	
if (x == 1) {
   vmss = "c" ;
}
if (x == 2) {
   vmss = "p" ;
}
if (x == 3) {
   vmss = "t" ;
}
var ptr9 = window.document.getElementById("Counties"); 
for ( var i = 0 ; i < ptr9.areas.length ; i++) {
	str1 = ptr9.areas[i].href ;
	ptr9.areas[i].href =  str1.substr(0,28) + vmss + str1.substr(29,(str1.length - 29)) ;	
}
aclchgfood();
}

// ****************************************
function sordchg() {
x1 = window.document.getElementById("sord").selectedIndex ;
vmss = x1.toString() ;	
var ptr9 = window.document.getElementById("Counties"); 
for ( var i = 0 ; i < ptr9.areas.length ; i++) {
	str1 = ptr9.areas[i].href ;
	ptr9.areas[i].href = str1.substr(0,(str1.length -1)) + vmss ;	
}
aclchg();
}
// ****************************************
function sordchgfood() {
x1 = window.document.getElementById("sord").selectedIndex ;
vmss = x1.toString() ;	
var ptr9 = window.document.getElementById("Counties"); 
for ( var i = 0 ; i < ptr9.areas.length ; i++) {
	str1 = ptr9.areas[i].href ;
	ptr9.areas[i].href = str1.substr(0,(str1.length -1)) + vmss ;	
}
aclchgfood();
}

// ****************************************
function aclchg() {
var ptr = window.document.getElementById("acl");
x1 = window.document.getElementById("sord").selectedIndex ;
var strx = "xml2.asp?CLSS=" + encodeURI(ptr.options[ptr.selectedIndex].value) + "&SOR=" + x1.toString()
window.document.getElementById("itemclass").href = strx ;	
}
// ****************************************
function aclchgfood() {
var ptr = window.document.getElementById("acl");
x1 = window.document.getElementById("sord").selectedIndex ;
var strx = "xmlfood2.asp?CLSS=" + encodeURI(ptr.options[ptr.selectedIndex].value) + "&SOR=" + x1.toString()
window.document.getElementById("itemclass").href = strx ;	
}
// ********************************************************************************************************
function doa()
{
 var p1 = document.getElementById('nis');
 if (navigator.appName == "Netscape") {
	p1.textContent = "" ;
 }
 else {
 	p1.innerHTML = "";
 	p1.innerText = "";
 }
}
// ********************************************************************************************************
function show_div(z)
{
	if (browser=='ie') {
		d1.style.display = 'none';
		d2.style.display = 'none';
		d3.style.display = 'none';
		d4.style.display = 'none';
		d5.style.display = 'none';
		d6.style.display = 'none';
		d7.style.display = 'none';
		d1.style.visibility = 'hidden';
		d2.style.visibility = 'hidden';
		d3.style.visibility = 'hidden';
		d4.style.visibility = 'hidden';
		d5.style.visibility = 'hidden';
		d6.style.visibility = 'hidden';
		d7.style.visibility = 'hidden';
		if (z == 1) { 
				d1.style.display = 'block'; 
				d1.style.visibility = 'visible'; }
		if (z == 2) {
				d2.style.display = 'block';  
				d2.style.visibility = 'visible'; }
		if (z == 3) {
				d3.style.display = 'block';  
				d3.style.visibility = 'visible'; }
		if (z == 4) {
				d4.style.display = 'block';  
				d4.style.visibility = 'visible'; }
		if (z == 5) {
				d5.style.display = 'block';  
				d5.style.visibility = 'visible'; }
		if (z == 6) {
				d6.style.display = 'block';  
				d6.style.visibility = 'visible'; }
		if (z == 7) {
				d7.style.display = 'block';  
				d7.style.visibility = 'visible'; }
	}
	else
	{
		document.d1.visibility = 'hidden';
		document.d2.visibility = 'hidden';
		document.d3.visibility = 'hidden';
		document.d4.visibility = 'hidden';
		document.d5.visibility = 'hidden';
		document.d6.visibility = 'hidden';
		document.d7.visibility = 'hidden';
		document.d1.display = 'none';
		document.d2.display = 'none';
		document.d3.display = 'none';
		document.d4.display = 'none';
		document.d5.display = 'none';
		document.d6.display = 'none';
		document.d7.display = 'none';
		if (z == 1) {
			document.d1.visibility = 'visible'; 
			document.d1.display = 'block';}
		if (z == 2) {
			document.d2.visibility = 'visible';	 
			document.d2.display = 'block';}
		if (z == 3) {
			document.d3.visibility = 'visible';  
			document.d3.display = 'block';}
		if (z == 4) {
			document.d4.visibility = 'visible';  
			document.d4.display = 'block';}
		if (z == 5) {
			document.d5.visibility = 'visible';  
			document.d5.display = 'block';}
		if (z == 6) {
			document.d6.visibility = 'visible';	 
			document.d6.display = 'block';}
		if (z == 7) {
			document.d7.visibility = 'visible';	 
			document.d7.display = 'block';}
	}
}
// ********************************************************************************************************
function omvp(x)
{
	x.style.cursor='pointer';
}
// ********************************************************************************************************
function omup(x)
{
	x.style.cursor="auto";
}

// ********************************************************************************************************
function omov(x,y)
{
  x.style.cursor="pointer";
  status = "Shortcut to: " + y;
}
// ********************************************************************************************************
function omou(x)
{
	x.style.cursor='auto';
	status = "";
}
// ********************************************************************************************************
function checkshift(p1)
{
	if (typeof window.event == "object")
	{
		if (window.event.shiftKey)
		{
			omu(p1)
		}
	}
}
// ********************************************************************************************************
function checknotshift(p1)
{
	if (typeof window.event == "object")
	{
		if (window.event.shiftKey)
		{ x = x }
		else
		{ 	omu(p1)	}
	}
}
// ********************************************************************************************************
function omv(x, d1, d2, d3, d4)
{
	if (browser=='ie')
	{ 	x.style.position = 'absolute';
		if (document.body.offsetWidth != document.body.clientWidth)
			{ y = 2; }
		else
			{ y = 10 }

		if (document.body.clientWidth > top2.offsetWidth)
			{ x.style.left = (((document.body.clientWidth - top2.offsetWidth)/2) + d1 - 50 + y) + 'px';	}
		else
			{ x.style.left = (top2.offsetLeft + d1 + 10) + 'px'; 	}
		x.style.top = (menuline.offsetTop + d2) + 'px';
		x.style.width = d3 + 'px';
		x.style.height = d4 + 'px';
		x.style.display = 'block';
		x.style.zindex = 9999 ;

	}
	else
	{	
		x.style.position = 'absolute';
		if (document.body.offsetWidth != document.body.clientWidth)
		{ y = 2; }
		else
		{ y = 10; }
		if (document.body.clientWidth > document.getElementById("top2").offsetWidth)
		{ x.style.left =(((document.body.clientWidth - document.getElementById("top2").offsetWidth)/2)+d1-y)+ 'px';	}
		else
		{ x.style.left = (document.getElementById("top2").offsetLeft + d1 + 10) + 'px'; }

		x.style.top = (document.getElementById("menuline").offsetTop + d2 + 9) + 'px';
		x.style.width = d3 + 'px';
		x.style.height = d4 + 'px';
		x.style.display = 'block';
		x.zindex = 9999
	}
}
// ********************************************************************************************************
function omu(x)
{
	if (browser=='ie')
	{	x.style.left = '0px';
		x.style.top = '0px';
 		x.style.width = '0px';
		x.style.height = '0px';
		x.style.display = 'none';
	}
	else
	{	x.style.display = 'none';
		x.style.left = '0px';
		x.style.top = '0px';
 		x.style.width = '0px';
		x.style.height = '0px';
	}
}
// ********************************************************************************************************
function newWind(NW)
{
NewWindow = window.open(NW);
}
// ********************************************************************************************************
function newWindt(TH, NW)
{
	newWind(NW);
	TH.style.color = "#a00000";

}
// ********************************************************************************************************
function TogDis(oItems)
{
	if (browser=='ie')
	{
		if ((oItems.style.display == "") || (oItems.style.display == "none"))
			{ oItems.style.display = "block"; }
		else 
			{ oItems.style.display = "none"; }
	}
	else
	{
		if ((document.oItems.visibility == "") || (document.oItems.visibility == "none"))
			{ document.oItems.visibility = "visible"; }
		else 
			{ document.oItems.visibility = "none";  }
	}
}

//********************************************************************************************************
function TogDis_hold(oItems)
{
	if (browser=='ie')
	{
		if ((oItems.style.display == "") || (oItems.style.display == "none"))
			{ 
				if (hold_x != "")
					{ hold_x.style.display = "none"; }
				oItems.style.display = "block"; 
			}
		else 
			{ oItems.style.display = "none"; }
	}
	else
	{
		if ((document.oItems.visibility == "") || (document.oItems.visibility == "none"))
			{ 
				if (hold_x != "")
					{document.hold_x.visibility = "none"; }
  			  document.oItems.visibility = "visible"; 
			}
		else 
			{ document.oItems.visibility = "none";  }
	}

	hold_x = oItems;
}

// ********************************************************************************************************
function Tog_scen(oItems)
{
	if (browser=='ie')
	{
		if ((oItems.style.display == "") || (oItems.style.display == "none"))
			{ 
				if (hold_x != "")
					{ hold_x.style.display = "none"; }
				oItems.style.display = "block"; 
			}
		else 
			{ oItems.style.display = "none"; }
	}
	else
	{
		if ((document.oItems.visibility == "") || (document.oItems.visibility == "none"))
			{ 
				if (hold_x != "")
					{document.hold_x.visibility = "none"; }
  			  document.oItems.visibility = "visible"; 
			}
		else 
			{ document.oItems.visibility = "none";  }
	}

	hold_x = oItems;
}

// ********************************************************************************************************
function SetDisplay(oItems)
{
	if (browser=="ie")
		{ oItems.style.display = "none"; }
	else
		{ document.oItems.visibility = "none"; }
}
// ********************************************************************************************************


function errorHandler(p1, p2, p3)
 {
  var strX = "Sorry an error has ocurred, of:-" + crlf + p1 + crlf + "in " + crlf + p2 + crlf + "at line " + p3
 alert(strX);
  return true;
}
// ********************************************************************************************************
function  tdwidth()
{
	if (browser == "ie") {
		document.write("<td width='1px'> </td><td width='705px'> ");
	}
	else
	{
		document.write("<td width='10px'> </td><td width='690px'> ");
	}
}
// ********************************************************************************************************
function commonstart(p1, p2)
{
	appVers = navigator.appVersion
	if (navigator.appName == "Netscape") 
	{  browser = "ns"; 	}
	else
	{	browser = "ie"; 	}
	window.onerror = errorHandler;
	document.write("<a name='top'></a><div class='pww'>");
	document.write("<table style='table-layout:fixed' name='all_page' border='0' cellspacing='0' cellpadding='0' ");
	document.write("class='cbgptg2 ff cdkblue fsz16 lh18' summary='page layout'>");
	document.write("<tr align='top'>");
	document.write("<td align='right' valign='center' width='120px'>");
	document.write("<a href='default.htm' tabindex='1'><img src='graphics/aniplacestogoselect.gif'");
	document.write(" alt='Home - Select a County' /></a></td>");
	document.write("<td align='center' valign='center' class='ital bld' width='580px'>" + p1 + "</td>");
	document.write("<td align='center' valign='center' width='130px'>");
	if (p2 == "No") 
		{ document.write("<a href='default.htm' tabindex='2'><img src='graphics/aniplacestogoselect.gif' alt='Get more Info.' /></a>");	}
	else
		{ document.write("<img src='graphics/moreinfo.gif' alt='Get more Info.' />"); 	}

	document.write("</td></tr>");

	document.write("<tr><td align='center' colspan='3' class='nrml cbf fsz10 lh12'>");

}
// ********************************************************************************************************
function commonfoodstart(p1, p2)
{
	if (navigator.appName == "Netscape") 
	{  browser = "ns"; 	}
	else
	{	browser = "ie"; 	}
	window.onerror = errorHandler;
	document.write("<a name='top'></a><div class='pww'>");
	document.write("<table style='table-layout:fixed' name='all_page' border='0' cellspacing='0' cellpadding='0' ");
	document.write("class='cbgptg2 ff cdkblue fsz16 lh18' summary='page layout'>");
	document.write("<tr align='top'>");
	document.write("<td align='right' valign='center' width='120px'>");
	document.write("<a href='food_index.htm' tabindex='1'><img src='graphics/aniplacestogoselect.gif'");
	document.write(" alt='Home - Select a County' /></a></td>");
	document.write("<td align='center' valign='center' class='ital bld' width='580px'>" + p1 + "</td>");
	document.write("<td align='center' valign='center' width='130px'>");
	if (p2 == "No") 
		{ document.write("<a href='food_index.htm' tabindex='2'><img src='graphics/aniplacestogoselect.gif' alt='Get more Info.' /></a>");	}
	else
		{ document.write("<img src='graphics/moreinfo.gif' alt='Get more Info.' />"); 	}

	document.write("</td></tr>");

	document.write("<tr><td align='center' colspan='3' class='nrml cbf fsz10 lh12'>");

}
// **********************************************************************************************************
function upcommonstart(p1, p2)
{
	if (navigator.appName == "Netscape") 
	{  browser = "ns"; 	}
	else
	{	browser = "ie"; 	}
	window.onerror = errorHandler;
	document.write("<a name='top'></a><div class='pw'>");
	document.write("<table style='table-layout:fixed' name='all_page' border='0' cellspacing='0' cellpadding='0' ");
	document.write("class='cbgptg2 ff cdkblue fsz16 lh18' summary='page layout'>");
	document.write("<tr align='top'>");
	document.write("<td align='right' valign='center' width='120px'>");
	document.write("<a href='../default.htm' tabindex='1'><img src='../graphics/aniplacestogoselect.gif'");
	document.write(" alt='Home - Select a County' /></a></td>");
	document.write("<td align='center' valign='center' class='ital bld' width='580px'>");
	document.write("Days Out with the Family in " + p1 + "</td>");
	document.write("<td align='center' valign='center' width='130px'>");
	if (p2 == "No") 
		{ document.write("<a href='../default.htm' tabindex='2'><img src='../graphics/aniplacestogoselect.gif' alt='Get more Info.' /></a>");	}
	else
		{ document.write("<img src='../graphics/moreinfo.gif' alt='Get more Info.' />"); 	}

	document.write("</td></tr>");

	document.write("<tr><td align='left' colspan='3' class='nrml cbf fsz10 lh12'>");

}
// **********************************************************************************************************
function ccw(p1)
{
if (top == self) {
	document.write("<center><a href='index.htm'>Places-To-Go Home Page</a></center>");
	document.write("<hr size='1' color='blue' />");
	commoncopywrite(p1);
}
}
// **********************************************************************************************************
function ccw_xml(p1)
{
document.write("<table class='cbgptg3'><tr><td valign='top' align='center'>");
	
dotraderdoubler_bot();

p1x = p1.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");

// **document.write("<br />");
// **document.write("<iframe src='http://rcm-uk.amazon.co.uk/e/cm?t=rclsoftwadeve-21&o=2&p=15&l=st1&mode=books");
// **document.write("&search=" + p1 + "=1&fc1=&lt1=&lc1=&bg1=&f=ifr' marginwidth='0' marginheight='0' ");
// **document.write("width='468' height='240' border='0' frameborder='0' style='border:none;' scrolling='no'>");
// **document.write("</iframe>");
document.write("<br />");

document.write("<form method='get' action='http://www.google.co.uk/custom' target='google_window'>");
document.write("<input type='text' name='q' size='44' maxlength='255' value='" + p1x + "'></input>");
document.write("<input type='submit' name='sa' value='Google Search'></input>");
document.write("<input type='hidden' name='client' value='pub-6410302963230693'></input>");
document.write("<input type='hidden' name='forid' value='1'></input>");
document.write("<input type='hidden' name='ie' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='oe' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:F8EAF2;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:100;L:http://www.places-to-go.org/graphics/ptg_100x50.gif;S:http://www.places-to-go.org/default.htm;FORID:1;'></input>");
document.write("<input type='hidden' name='hl' value='en'></input>");
document.write("</form>");

document.write('<!-- Start of ukbanners code -->');
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="468" BORDER="0">');
document.write('<TR><TD><IFRAME SRC="http://www.ukbanners.com/cgi/banners.cgi?i=1;account=B81050;page=1" WIDTH="468" HEIGHT="60" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" SCROLLING="NO"></IFRAME></TD></TR>');
document.write('<TR><TD><A HREF="http://www.ukbanners.com" TARGET="_parent">');
document.write('<IMG SRC="http://www.ukbanners.com/ukbannersbar.gif" ALT="website promotion" WIDTH=468 HEIGHT=14 BORDER=0></A></TD></TR>');
document.write('</TABLE>');
document.write('<!-- End of ukbanners code --> ');
document.write('<br />');

// *** Copyright text
document.write("<span class='fsz10 lh10'>");
ccwtxt() ;
document.write("</span>");

document.write("</td></tr></table>");
}
// **********************************************************************************************************
function ccwfood_xml(p1)
{
document.write("<table class='cbgptg3'><tr><td valign='top' align='center'>");
	
dotraderdoubler_bot();

p1x = p1.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");

// **document.write("<br />");
// **document.write("<iframe src='http://rcm-uk.amazon.co.uk/e/cm?t=rclsoftwadeve-21&o=2&p=15&l=st1&mode=books");
// **document.write("&search=" + p1 + "=1&fc1=&lt1=&lc1=&bg1=&f=ifr' marginwidth='0' marginheight='0' ");
// **document.write("width='468' height='240' border='0' frameborder='0' style='border:none;' scrolling='no'>");
// **document.write("</iframe>");
document.write("<br />");

document.write("<form method='get' action='http://www.google.co.uk/custom' target='google_window'>");
document.write("<input type='text' name='q' size='44' maxlength='255' value='" + p1x + "'></input>");
document.write("<input type='submit' name='sa' value='Google Search'></input>");
document.write("<input type='hidden' name='client' value='pub-6410302963230693'></input>");
document.write("<input type='hidden' name='forid' value='1'></input>");
document.write("<input type='hidden' name='ie' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='oe' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:F8EAF2;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:100;L:http://www.places-to-go.org/graphics/ptg_100x50.gif;S:http://www.places-to-go.org/food_index.htm;FORID:1;'></input>");
document.write("<input type='hidden' name='hl' value='en'></input>");
document.write("</form>");

document.write('<!-- Start of ukbanners code -->');
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="468" BORDER="0">');
document.write('<TR><TD><IFRAME SRC="http://www.ukbanners.com/cgi/banners.cgi?i=1;account=B81050;page=1" WIDTH="468" HEIGHT="60" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" SCROLLING="NO"></IFRAME></TD></TR>');
document.write('<TR><TD><A HREF="http://www.ukbanners.com" TARGET="_parent">');
document.write('<IMG SRC="http://www.ukbanners.com/ukbannersbar.gif" ALT="website promotion" WIDTH=468 HEIGHT=14 BORDER=0></A></TD></TR>');
document.write('</TABLE>');
document.write('<!-- End of ukbanners code --> ');
document.write('<br />');

// *** Copyright text
document.write("<span class='fsz10 lh10'>");
ccwtxt() ;
document.write("</span>");

document.write("</td></tr></table>");
}
// **********************************************************************************************************
function commoncopywrite(p1)
{
document.write("<table class='cbgptg3'><tr><td valign='top' align='center' width='680px'>");
	
// dotraderdoubler_bot();

p1x = p1.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");

// **document.write("<br />");
// **document.write("<iframe src='http://rcm-uk.amazon.co.uk/e/cm?t=rclsoftwadeve-21&o=2&p=15&l=st1&mode=books");
// **document.write("&search=" + p1 + "=1&fc1=&lt1=&lc1=&bg1=&f=ifr' marginwidth='0' marginheight='0' ");
// **document.write("width='468' height='240' border='0' frameborder='0' style='border:none;' scrolling='no'>");
// **document.write("</iframe>");
document.write("<br />");

document.write("<center><form method='get' action='http://www.google.co.uk/custom' target='google_window'>");
document.write("<input type='text' name='q' size='44' maxlength='255' value='" + p1x + "'></input>");
document.write("<input type='submit' name='sa' value='Google Search'></input>");
document.write("<input type='hidden' name='client' value='pub-6410302963230693'></input>");
document.write("<input type='hidden' name='forid' value='1'></input>");
document.write("<input type='hidden' name='ie' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='oe' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:F8EAF2;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:100;L:http://www.places-to-go.org/graphics/ptg_100x50.gif;S:http://www.places-to-go.org/default.htm;FORID:1;'></input>");
document.write("<input type='hidden' name='hl' value='en'></input>");
document.write("</form></center>");


document.write('<!-- Start of Google AdSense code -->');
document.write('<script type="text/javascript"><!--');
	google_ad_client = "pub-6410302963230693";
	google_alternate_color = "dfffdf";
	google_ad_width = 728;
	google_ad_height = 90;
	google_ad_format = "728x90_as";
	google_ad_type = "text_image";
	google_ad_channel ="6432381372";
	google_color_border = "0000FF";
	google_color_bg = "dfffdf";
	google_color_link = "202020";
	google_color_url = "FF2020";
	google_color_text = "202020";
document.write('//--></script>');
document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js');
document.write('</script>');
document.write('<!-- End of Google AdSense code -->');


document.write('<!-- Start of ukbanners code -->');
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="468" BORDER="0">');
document.write('<TR><TD><IFRAME SRC="http://www.ukbanners.com/cgi/banners.cgi?i=1;account=B81050;page=1" WIDTH="468" HEIGHT="60" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" SCROLLING="NO"></IFRAME></TD></TR>');
document.write('<TR><TD><A HREF="http://www.ukbanners.com" TARGET="_parent">');
document.write('<IMG SRC="http://www.ukbanners.com/ukbannersbar.gif" ALT="website promotion" WIDTH=468 HEIGHT=14 BORDER=0></A></TD></TR>');
document.write('</TABLE>');
document.write('<!-- End of ukbanners code --> ');
document.write('<br />');

// *** Copyright text
document.write("<span class='fsz10 lh10'>");
ccwtxt() ;
document.write("</span>");

document.write("</td></tr></table>");
document.write("<!-- table at start of function -->");

document.write("</td></tr></table>");
document.write("<!-- opening table -->");

document.write("</div>");
document.write("<!-- opening page width div -->");

}
// ********************************************************************************************************
function commonfoodcopywrite(p1)
{
document.write("<table class='cbgptg3'><tr><td valign='top' align='center' width='680px'>");
	
dotraderdoubler_bot();

p1x = p1.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");

document.write("<br />");

document.write("<center><form method='get' action='http://www.google.co.uk/custom' target='google_window'>");
document.write("<input type='text' name='q' size='44' maxlength='255' value='" + p1x + "'></input>");
document.write("<input type='submit' name='sa' value='Google Search'></input>");
document.write("<input type='hidden' name='client' value='pub-6410302963230693'></input>");
document.write("<input type='hidden' name='forid' value='1'></input>");
document.write("<input type='hidden' name='ie' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='oe' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:F8EAF2;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:100;L:http://www.places-to-go.org/graphics/ptg_100x50.gif;S:http://www.places-to-go.org/food_index.htm;FORID:1;'></input>");
document.write("<input type='hidden' name='hl' value='en'></input>");
document.write("</form></center>");

document.write('<!-- Start of ukbanners code -->');
document.write('<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="468" BORDER="0">');
document.write('<TR><TD><IFRAME SRC="http://www.ukbanners.com/cgi/banners.cgi?i=1;account=B81050;page=1" WIDTH="468" HEIGHT="60" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" SCROLLING="NO"></IFRAME></TD></TR>');
document.write('<TR><TD><A HREF="http://www.ukbanners.com" TARGET="_parent">');
document.write('<IMG SRC="http://www.ukbanners.com/ukbannersbar.gif" ALT="website promotion" WIDTH=468 HEIGHT=14 BORDER=0></A></TD></TR>');
document.write('</TABLE>');
document.write('<!-- End of ukbanners code --> ');
document.write('<br />');

// *** Copyright text
document.write("<span class='fsz10 lh10'>");
ccwtxt() ;
document.write("</span>");

document.write("</td></tr></table>");
document.write("<!-- table at start of function -->");

document.write("</td></tr></table>");
document.write("<!-- opening table -->");

document.write("</div>");
document.write("<!-- opening page width div -->");

}
// ********************************************************************************************************

function commoncopywritenogo(p1)
{
p1x = p1.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%2C", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");
p1x = p1x.replace("%20", " ");

document.write("<form method='get' action='http://www.google.co.uk/custom' target='google_window'>");
document.write("<table class='cbgptg3'>");
document.write("<tr><td nowrap='nowrap' valign='top' align='left' height='32'>");
document.write("<input type='text' name='q' size='44' maxlength='255' value='" + p1x + "'></input>");
document.write("<input type='submit' name='sa' value='Google Search'></input>");
document.write("<input type='hidden' name='client' value='pub-6410302963230693'></input>");
document.write("<input type='hidden' name='forid' value='1'></input>");
document.write("<input type='hidden' name='ie' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='oe' value='ISO-8859-1'></input>");
document.write("<input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:F8EAF2;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:100;L:http://www.places-to-go.org/graphics/ptg_100x50.gif;S:http://www.places-to-go.org/default.htm;FORID:1;'></input>");
document.write("<input type='hidden' name='hl' value='en'></input>");
document.write("</td></tr></table>");
document.write("</form>");

document.write("<table style='table-layout:fixed' class='cbgptg3 ff cbf fsz10 lh10'");
document.write("summary='lastpart' border='0'>");
document.write("<tr><td align='center' width='734px'>");
// **document.write("<iframe src='http://rcm-uk.amazon.co.uk/e/cm?t=rclsoftwadeve-21&o=2&p=15&l=st1&mode=books");
// **document.write("&search=" + p1 + "=1&fc1=&lt1=&lc1=&bg1=&f=ifr' marginwidth='0' marginheight='0' ");
// **document.write("width='468' height='240' border='0' frameborder='0' style='border:none;' scrolling='no'>");
// **document.write("</iframe>");
document.write("<br />");
ccwtxt();
document.write("</td></tr></table>");

document.write("</td></tr></table></div>");

}
// ********************************************************************************************************
function ccwtxt() {
document.write("Places-To-Go.Org - Rowanberry Consultancy Limited, Woking GU22 8BA (Registered in England No 3013557)<br />");
document.write("Acknowledges all copyright of linked sites.<br />");
document.write("Postcodes may not give location of attraction. ");
document.write("Location and opening times should be verified on the attractions own web site.<br />");
document.write("No liability is accepted for any loss suffered, directly or indirectly ");
document.write("from the use of information given on this site.<br />");
}
//***********************************************************
function dotraderdoubler_rs() {

}
//********************************
function dotraderdoubler_bot() {

}
//********************************
function clss_foodseloptions() { 
document.write("<option value='Bakers'>Bakers");
document.write("<option value='Beef'>Beef");
document.write("<option value='Beer'>Beer");
document.write("<option value='Bread'>Bread");
document.write("<option value='Cake'>Cake");
document.write("<option value='Cheese'>Cheese");
document.write("<option value='Chicken'>Chicken");
document.write("<option value='Chocolates'>Chocolates");
document.write("<option value='Chutney'>Chutney");
document.write("<option value='Dairy'>Dairy");
document.write("<option value='Deli'>Deli");
document.write("<option value='Farm Shop'>Farm Shop");
document.write("<option value='Fish'>Fish");
document.write("<option value='Fruit'>Fruit");
document.write("<option value='Groceries'>Groceries");
document.write("<option value='Ham'>Ham");
document.write("<option value='Honey'>Honey");
document.write("<option value='Ice Cream'>Ice Cream");
document.write("<option value='Jam'>Jam");
document.write("<option value='Lamb'>Lamb");
document.write("<option value='Meat'>Meat");
document.write("<option value='Oil'>Oils");
document.write("<option value='Pickles'>Pickles");
document.write("<option value='Pies'>Pies");
document.write("<option value='Pork'>Pork");
document.write("<option value='Preserves'>Preserves");
document.write("<option value='Poultry'>Poultry");
document.write("<option value='PYO'>PYO");
document.write("<option value='Relish'>Relish");
document.write("<option value='Sauces'>Sauces");
document.write("<option value='Sausages'>Sausages");
document.write("<option value='Savouries'>Savouries");
document.write("<option value='Snacks'>Snacks");
document.write("<option value='Trout'>Trout");
document.write("<option value='Vegetables'>Vegetables");
document.write("<option value='Wine'>Wine");

}
//********************************

function clss_seloptions() { 
document.write("<option value='Abbey'>Abbey");
document.write("<option value='Adventure'>Adventure");
document.write("<option value='Animal'>Animal");
document.write("<option value='Art'>Art");
document.write("<option value='Boat Trips'>Boat Trips");
document.write("<option value='Castle'>Castle");
document.write("<option value='Cricket'>Cricket");
document.write("<option value='Curiosity'>Curiosity");
document.write("<option value='Deer Park'>Deer Park");
document.write("<option value='Dog Racing'>Dog Racing");
document.write("<option value='Events'>Events");
document.write("<option value='Farm'>Farm");
document.write("<option value='Football'>Football");
document.write("<option value='Garden'>Garden");
document.write("<option value='General'>General");
document.write("<option value='Historical'>Historical");
document.write("<option value='Horse Racing'>Horse Racing");
document.write("<option value='House'>House");
document.write("<option value='Industrial Heritage'>Industrial Heritage");
document.write("<option value='Kiddies'>Kiddies");
document.write("<option value='Military'>Military");
document.write("<option value='Model Railway'>Model Railway");
document.write("<option value='Models'>Models");
document.write("<option value='Motor Racing'>Motor Racing");
document.write("<option value='Museum'>Museum");
document.write("<option value='Natural Wonder'>Natural Wonder");
document.write("<option value='Outdoor'>Outdoor");
document.write("<option value='Palace'>Palace");
document.write("<option value='Pool'>Pool"); 
document.write("<option value='Railway'>Railway");
document.write("<option value='Rugby League'>Rugby League");
document.write("<option value='Rugby Union'>Rugby Union");
document.write("<option value='Technology'>Technology");
document.write("<option value='Theatre'>Theatre");
document.write("<option value='Theme Park'>Theme Park");
document.write("<option value='Water Mill'>Water Mill");
}
//********************************
function setmaps() { 
document.write("<map name='Menu'>");
document.write("<area shape='poly' coords='1,1, 181,1, 181,16, 1,16' alt='Email Page' href='javascript:mailThisUrl();' />");
document.write("<area shape='poly' coords='1,17, 181,17, 181,32, 1,32' alt='Advertisers' href='adshere0.htm' />");
document.write("<area shape='poly' coords='1,33, 181,33, 181,48, 1,48' alt='Cricket' href='cricketscorer.htm' />");
document.write("<area shape='poly' coords='1,49, 181,49, 181,64, 1,64' alt='Not used' href='index.htm' />");
document.write("<area shape='poly' coords='1,65, 181,65, 181,81, 1,81' alt='Contact Us' href='contact.htm' />");
document.write("</map>");

document.write("<map name='Counties' id='Counties'>");
document.write("<area shape='poly' coords='324,474, 380,467, 423,484, 389,507, 328,510, 314,501, 321,475' alt='Sussex' title='Sussex' href='xml.asp?CTY=Sussex&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='373,447, 382,432, 384,432, 395,435, 403,430, 462,438, 459,462, 433,488, 397,468, 375,466' alt='Kent' title='Kent' href='xml.asp?CTY=Kent&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='325,473, 320,458, 326,458, 325,447, 337,437, 343,444, 351,441, 354,442, 364,448, 367,444, 373,448, 375,466' title='Surrey' alt='Surrey' href='xml.asp?CTY=Surrey&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='339,437, 339,435, 342,433, 342,420, 369,412, 376,419, 381,419, 383,417, 384,417, 388,422, 388,425, 383,427, 372,446, 367,444, 363,446, 354,442, 350,441, 345,441, 344,442, 344,442, 342,442' title='London' alt='London' href='xml.asp?CTY=greaterlondon&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='255,510, 260,483, 274,490, 267,461, 284,445, 324,448, 326,458, 320,458, 321,467, 325,473, 311,503, 295,528' title='Hampshire' alt='Hampshire' href='xml.asp?CTY=Hampshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='188,508, 183,495, 186,494, 188,499, 209,493, 214,482, 219,486, 225,483, 228,474, 242,487, 250,483, 256,490, 259,489, 243,541' title='Dorset' alt='Dorset' href='xml.asp?CTY=Dorset&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='133,467, 133,463, 140,463, 140,456, 173,450, 202,431, 222,440, 229,439, 230,468, 224,470, 224,484, 218,485, 215,482, 210,484, 209,492, 187,498, 160,479, 149,479' title='Somerset' alt='Somerset' href='xml.asp?CTY=Somerset&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='106,546, 99,512, 90,510, 92,507, 98,509, 93,485, 87,485, 89,454, 141,457, 140,463, 133,462, 133,468, 183,494, 189,510, 183,564' title='Devon' alt='Devon' href='xml.asp?CTY=Devon&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='7,581, 7,486, 88,486, 92,486, 98,510, 92,506, 89,510, 100,514, 106,544, 90,581' title='Cornwall' alt='Cornwall' href='xml.asp?CTY=Cornwall&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='228,474, 231,423, 239,421, 239,416, 246,412, 254,417, 266,414, 279,449, 267,460 275,490, 259,483, 241,487' title='Wiltshire' alt='Wiltshire' href='xml.asp?CTY=Wiltshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='280,447, 277,443, 276,435, 274,431, 274,428, 281,430, 301,430, 312,437, 317,433, 317,427, 323,426, 326,424, 330,433, 334,434, 336,436, 334,437, 333,440, 324,447, 318,445, 287,443' title='Berkshire' alt='Berkshire' href='xml.asp?CTY=Berkshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='383,431, 384,427, 390,425, 390,422, 385,417, 381,416, 380,418, 376,418, 370,412, 372,404, 380,400, 382,372, 389,373, 394,376, 411,371, 418,383, 449,383, 449,415, 400,429, 397,434, 378,428' title='Essex' alt='Essex' href='xml.asp?CTY=Essex&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='340,421, 335,406, 326,397, 331,393, 338,401, 339,395, 349,397, 348,384, 359,376, 381,376, 382,390, 379,401, 370,405, 368,412, 356,414, 344,418' title='Hertfordshire' alt='Hertfordshire' href='xml.asp?CTY=Hertfordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='316,426, 314,419, 318,418, 313,406, 305,406, 304,377, 312,375, 316,379, 319,374, 317,370, 329,363, 329,395, 325,397, 339,414, 339,433, 330,433, 327,423' title='Buckinghamshire' alt='Buckinghamshire' href='xml.asp?CTY=Buckinghamshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='268,412, 272,386, 289,367, 292,384, 304,382, 302,401, 306,407, 313,407, 316,418, 312,419, 316,432, 312,436, 301,429, 272,428, 267,425, 268,396, 273,396, 277,383' title='Oxfordshire' alt='Oxfordshire' href='xml.asp?CTY=Oxfordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='204,431, 208,399, 221,392, 219,383, 223,383, 227,387, 243,384, 251,376, 261,382, 259,366, 267,370, 266,414, 245,412, 231,423, 228,439, 214,438' title='Gloucestershire' alt='Gloucestershire' href='xml.asp?CTY=Gloucestershire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='392,375, 400,357, 396,355, 400,352, 392,339, 396,336, 411,336, 414,342, 443,343, 458,331, 469,331, 470,327, 466,322, 473,316, 471,383, 418,383, 412,371, 399,373, 395,373' title='Suffolk' alt='Suffolk' href='xml.asp?CTY=Suffolk&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='361,375, 362,368, 357,366, 350,357, 348,357, 343,350, 340,349, 341,346, 352,336, 354,323, 361,315, 364,314, 365,318, 368,318, 369,316, 373,307, 377,307, 382,329, 388,330, 394,336, 391,340, 398,352, 390,351, 391,358, 399,358, 392,370, 380,373, 372,374, 367,376, 362,377' title='Cambridgeshire' alt='Cambridgeshire' href='xml.asp?CTY=Cambridgeshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='331,393, 331,355, 333,354, 335,356, 337,356, 340,351, 356,367, 360,368, 359,374, 345,386, 349,396, 346,397, 340,392, 336,396' title='Bedfordshire' alt='Bedfordshire' href='xml.asp?CTY=Bedfordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='292,383, 292,372, 290,367, 297,343, 325,330, 338,318, 356,318, 355,322, 353,323, 353,331, 349, 337, 346,340, 340,345, 339,349, 334,354, 329,355, 329,361, 315,370, 318,375, 315,378, 311,374, 300,378, 300,381' title='Northamptonshire' alt='Northamptonshire' href='xml.asp?CTY=Northamptonshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='270,383, 270,366, 253,366, 253,353, 256,348, 261,337, 277,338, 277,334, 269,333, 261,324, 272,315, 274,317, 273,323, 289,333, 297,345, 292,348, 286,370, 280,371, 274,384' title='Warwickshire' alt='Warwickshire' href='xml.asp?CTY=Warwickshire&FHGT=100&SOR=0' />");	
document.write("<area shape='poly' coords='227,381, 227,367, 224,367, 224,359, 220,353, 212,353, 223,345, 231,345, 232,339, 236,339, 259,336, 253,351, 250,351, 251,368, 256,369, 253,374, 230,380' title='Worcestershire' alt='Worcestershire' href='xml.asp?CTY=Worcestershire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='189,390, 182,382, 181,366, 195,344, 210,353, 209,358, 222,358, 219,368, 226,368, 225,380, 216,380, 216,393, 207,398, 193,388' title='Herefordshire' alt='Herefordshire' href='xml.asp?CTY=Herefordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='179,435, 180,423, 173,422, 172,409, 169,403, 183,399, 184,388, 189,392, 193,389, 202,399, 206,399, 206,423, 194,430, 179,432' title='Gwent' alt='Gwent' href='xml.asp?CTY=Gwent&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='105,417, 119,414, 125,404, 132,404, 132,401, 135,401, 138,406, 141,405, 145,403, 157,408, 167,402, 171,410, 171,423, 178,424, 177,433, 175,445, 140,442, 105,426' title='Glamorgan' alt='Glamorgan' href='xml.asp?CTY=Glamorgan&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='115,415, 103,415, 62,421, 42,404, 40,390, 42,379, 122,327, 133,324, 135,326, 136,333, 141,331, 139,334, 140,337, 144,344, 144,346, 141,346, 141,350, 144,353, 139,363, 140,370, 144,374, 145,378, 139,386, 141,395, 136,399, 131,399, 130,402, 124,403, 123,405, 118,414' title='Dyfed' alt='Dyfed' href='xml.asp?CTY=Dyfed&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='137,401, 141,396, 140,386, 147,380, 147,375, 141,370, 142,357, 144,353, 142,350, 142,346, 144,346, 141,336, 142,330, 137,332, 136,325, 135,321, 137,314, 151,312, 152,299, 165,295, 173,304, 179,303, 180,306, 185,306, 187,309, 178,324, 178,329, 186,325, 186,329, 172,335, 172,338, 189,348, 179,362, 178,376, 181,384, 180,389, 182,392, 182,397, 175,401, 159,403, 156,406, 145,402, 142,402, 140,405' title='Powys' alt='Powys' href='xml.asp?CTY=Powys&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='394,335, 389,329, 382,328, 381,317, 379,308, 384,304, 384,298, 408,274, 444,282, 474,306, 474,315, 469,316, 464,323, 468,329, 453,331, 443,342, 414,339, 412,334' title='Norfolk' alt='Norfolk' href='xml.asp?CTY=Norfolk&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='325,329, 320,316, 320,309, 328,306, 333,306, 338,312, 342,311, 341,314, 337,315, 334,322, 331,323' title='Rutland' alt='Rutland' href='xml.asp?CTY=Rutland&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='297,342, 289,331, 275,323, 273,313, 289,296, 293,303, 306,303, 320,285, 320,291, 326,306, 318,308, 319,317, 323,329, 315,329' title='Leicestershire' alt='Leicestershire' href='xml.asp?CTY=Leicestershire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='293,301, 293,292, 288,276, 289,267, 294,266, 303,241, 307,241, 312,230, 318,234, 317,239, 320,258, 327,257, 321,264, 323,265, 322,276, 318,281, 317,286, 308,299, 295,302' title='Nottinghamshire' alt='Nottinghamshire' href='xml.asp?CTY=Nottinghamshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='328,305, 327,300, 322,291, 322,280, 325,276, 324,262, 329,257, 322,257, 319,233, 312,230, 317,220, 326,212, 334,214, 348,211, 373,231, 381,247, 390,260, 383,299, 382,304, 379,306, 370,309, 367,317, 364,314, 347,314, 341,316, 342,311, 333,305' title='Lincolnshire' alt='Lincolnshire' href='xml.asp?CTY=Lincolnshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='272,312, 267,309, 268,305, 272,305, 271,297, 258,293, 259,285, 262,283, 259,266, 251,260, 249,247, 245,242, 249,232, 257,234, 261,237, 262,240, 266,244, 269,248, 276,249, 284,247, 291,252, 295,252, 294,264, 288,266, 287,277, 291,293, 278,305, 274,306' title='Derbyshire' alt='Derbyshire' href='xml.asp?CTY=Derbyshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='238,333, 239,327, 237,323, 243,320, 260,323, 269,334, 276,334, 277,338, 261,337, 249,336, 248,334, 246,334, 243,335, 241,335' title='West Midlands' alt='West Midlands' href='xml.asp?CTY=westmidlands&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='231,338, 231,331, 234,329, 229,322, 233,321, 233,314, 227,311, 227,309, 229,308, 224,299, 225,293, 220,293, 225,286, 226,282, 240,265, 250,261, 258,266, 261,282, 255,289, 257,295, 270,298, 271,303, 267,304, 266,310, 271,314, 265,318, 260,322, 254,321, 247,320, 242,320, 237,322, 236,324, 238,327, 237,333, 235,338, 230,338' title='Staffordshire' alt='Staffordshire' href='xml.asp?CTY=Staffordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='190,346, 183,346, 174,339, 174,335, 187,330, 187,324, 183,324, 180,327, 181,323, 188,311, 187,305, 181,304, 179,301, 180,293, 189,286, 200,292, 204,290, 204,284, 210,284, 216,288, 224,284, 218,291, 219,295, 224,294, 223,304, 226,312, 229,314, 232,315, 232,320, 228,322, 233,328, 229,331, 228,337, 225,338, 226,341, 231,341, 229,344, 222,343, 218,346, 217,347, 213,348, 211,351, 205,345, 200,345, 197,342, 194,343' title='Shropshire' alt='Shropshire' href='xml.asp?CTY=Shropshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='190,266, 193,264, 192,262, 186,257, 183,255, 183,252, 186,254, 192,254, 198,251, 212,243, 221,236, 223,243, 232,244, 236,244, 242,242, 248,249, 249,261, 238,265, 221,284, 213,285, 209,282, 204,284, 197,281, 194,270' title='Cheshire' alt='Cheshire' href='xml.asp?CTY=Cheshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='153,296, 143,283, 145,277, 139,273, 139,255, 143,247, 169,244, 182,255, 192,263, 188,267, 194,272, 196,281, 198,283, 204,285, 201,291, 191,286, 186,286, 178,293, 178,302, 173,303, 166,295' title='Clwyd' alt='Clwyd' href='xml.asp?CTY=Clwyd&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='122,327, 77,305, 85,247, 94,237, 112,237, 143,248, 138,259, 138,263, 140,275, 144,277, 142,281, 154,297, 150,300, 150,312, 136, 313, 136,319, 133,324' title='Gwynedd' alt='Gwynedd' href='xml.asp?CTY=Gwynedd&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='182,253, 175,244, 181,222, 187,218, 189,230, 200,237, 208,236, 211,243, 200,249, 192,252, 187,253' title='Merseyside' alt='Merseyside' href='xml.asp?CTY=Merseyside&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='212,242, 211,238, 209,236, 206,236, 206,232, 218,228, 216,221, 221,219, 225,228, 229,228, 231,225, 235,227, 243,225, 248,231, 244,235, 244,242, 223,242, 221,236, 213,240' title='Greater Manchester' alt='Greater Manchester' href='xml.asp?CTY=greatermanchester&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='352,165, 361,172, 375,229, 361,222, 348,210, 332,213, 326,210, 314,219, 310,229, 309,232, 305,233, 305,236, 301,236, 300,240, 295,251, 291,251, 287,246, 278,246, 270,247, 255,228, 251,228, 251,231, 245,224, 244,215, 240,203, 245,199, 239,193, 227,192, 222,196, 218,193, 217,188, 210,189, 214,185, 215,180, 220,179, 220,174, 215,169, 221,157, 231,145, 231,139, 243,138, 249,142, 259,140, 262,136, 267,138, 272,135, 279,137, 297,120, 330,131' title='Yorkshire' alt='Yorkshire' href='xml.asp?CTY=Yorkshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='243,223, 234,226, 231,225, 228,227, 224,226, 222,219, 216,227, 206,232, 205,236, 201,236, 190,229, 188,216, 179,195, 197,166, 212,165, 218,162, 214,169, 219,176, 214,179, 212,185, 209,186, 210,189, 215,190, 215,194, 219,195, 222,199, 226,193, 233,195, 240,194, 244,198, 239,204, 239,210, 244,216' title='Lancashire' alt='Lancashire' href='xml.asp?CTY=Lancashire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='297,118, 294,123, 290,124, 286,129, 286,131, 282,133, 269,135, 267,137, 265,135, 261,135, 258,139, 250,141, 244,138, 239,137, 238,131, 235,128, 230,122, 229,118, 231,117, 228,115, 228,111, 231,105, 235,105, 247,97, 253,100, 256,94, 262,98, 264,96, 267,96, 270,99, 275,100, 277,104, 280,104, 283,98, 289,98, 295,112' title='County Durham' alt='Durham' href='xml.asp?CTY=Durham&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='284,97, 281,99, 279,103, 277,103, 276,99, 271,98, 263,96, 261,97, 257,93, 268,80, 272,81, 280,80, 288,89' title='Tyne & Wear' alt='Tyne & Wear' href='xml.asp?CTY=tynewear&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='236,137, 229,138, 227,148, 221,158,212,164, 198,165, 177,178, 171,175, 150,130, 165,91, 207,65, 209,70, 211,71, 215,75, 218,76, 218,79, 213,83, 213,102, 219,103, 223,99, 230,104, 229,108, 226,111, 227,116, 230,117, 228,120, 233,126, 234,130, 237,132' title='Cumbria' alt='Cumbria' href='xml.asp?CTY=Cumbria&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='247,2, 267,24, 279,57, 279,79, 267,79, 255,93, 254,98, 247,96, 230,103, 223,97, 215,101, 215,83, 220,80, 220,74, 215,74, 212,69, 208,65, 211,56, 236,36, 227,20' title='Northumberland' alt='Northumberland' href='xml.asp?CTY=Northumberland&FHGT=100&SOR=0' />");
document.write("</map>");
}
//********************************

function setfoodmaps() { 
document.write("<map name='Menu'>");
document.write("<area shape='poly' coords='1,1, 133,1, 133,16, 1,16' alt='Email Page' href='javascript:mailThisUrl();' />");
document.write("<area shape='poly' coords='1,17, 133,17, 133,32, 1,32' alt='Advertisers' href='adsherefood.htm' />");
document.write("<area shape='poly' coords='1,33, 133,33, 133,49, 1,49' alt='Contact Us' href='contact.htm' />");
document.write("<area shape='poly' coords='1,50, 133,50, 133,67, 1,67' alt='Visitor Attractions' href='index.htm' />");
document.write("</map>");

document.write("<map name='Counties' id='Counties'>");
document.write("<area shape='poly' coords='324,474, 380,467, 423,484, 389,507, 328,510, 314,501, 321,475' alt='Sussex' href='xmlfood1.asp?CTY=Sussex&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='373,447, 382,432, 384,432, 395,435, 403,430, 462,438, 459,462, 433,488, 397,468, 375,466' alt='Kent' href='xmlfood1.asp?CTY=Kent&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='325,473, 320,458, 326,458, 325,447, 337,437, 343,444, 351,441, 354,442, 364,448, 367,444, 373,448, 375,466' alt='Surrey' href='xmlfood1.asp?CTY=Surrey&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='339,437, 339,435, 342,433, 342,420, 369,412, 376,419, 381,419, 383,417, 384,417, 388,422, 388,425, 383,427, 372,446, 367,444, 363,446, 354,442, 350,441, 345,441, 344,442, 344,442, 342,442' alt='London' href='xmlfood1.asp?CTY=greaterlondon&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='255,510, 260,483, 274,490, 267,461, 284,445, 324,448, 326,458, 320,458, 321,467, 325,473, 311,503, 295,528' alt='Hampshire' href='xmlfood1.asp?CTY=Hampshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='188,508, 183,495, 186,494, 188,499, 209,493, 214,482, 219,486, 225,483, 228,474, 242,487, 250,483, 256,490, 259,489, 243,541' alt='Dorset' href='xmlfood1.asp?CTY=Dorset&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='133,467, 133,463, 140,463, 140,456, 173,450, 202,431, 222,440, 229,439, 230,468, 224,470, 224,484, 218,485, 215,482, 210,484, 209,492, 187,498, 160,479, 149,479' alt='Somerset' href='xmlfood1.asp?CTY=Somerset&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='106,546, 99,512, 90,510, 92,507, 98,509, 93,485, 87,485, 89,454, 141,457, 140,463, 133,462, 133,468, 183,494, 189,510, 183,564' alt='Devon' href='xmlfood1.asp?CTY=Devon&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='7,581, 7,486, 88,486, 92,486, 98,510, 92,506, 89,510, 100,514, 106,544, 90,581' alt='Cornwall' href='xmlfood1.asp?CTY=Cornwall&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='228,474, 231,423, 239,421, 239,416, 246,412, 254,417, 266,414, 279,449, 267,460 275,490, 259,483, 241,487' alt='Wiltshire' href='xmlfood1.asp?CTY=Wiltshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='280,447, 277,443, 276,435, 274,431, 274,428, 281,430, 301,430, 312,437, 317,433, 317,427, 323,426, 326,424, 330,433, 334,434, 336,436, 334,437, 333,440, 324,447, 318,445, 287,443' alt='Berkshire' href='xmlfood1.asp?CTY=Berkshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='383,431, 384,427, 390,425, 390,422, 385,417, 381,416, 380,418, 376,418, 370,412, 372,404, 380,400, 382,372, 389,373, 394,376, 411,371, 418,383, 449,383, 449,415, 400,429, 397,434, 378,428' alt='Essex' href='xmlfood1.asp?CTY=Essex&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='340,421, 335,406, 326,397, 331,393, 338,401, 339,395, 349,397, 348,384, 359,376, 381,376, 382,390, 379,401, 370,405, 368,412, 356,414, 344,418' alt='Hertfordshire' href='xmlfood1.asp?CTY=Hertfordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='316,426, 314,419, 318,418, 313,406, 305,406, 304,377, 312,375, 316,379, 319,374, 317,370, 329,363, 329,395, 325,397, 339,414, 339,433, 330,433, 327,423' alt='Buckinghamshire' href='xmlfood1.asp?CTY=Buckinghamshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='268,412, 272,386, 289,367, 292,384, 304,382, 302,401, 306,407, 313,407, 316,418, 312,419, 316,432, 312,436, 301,429, 272,428, 267,425, 268,396, 273,396, 277,383' alt='Oxfordshire' href='xmlfood1.asp?CTY=Oxfordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='204,431, 208,399, 221,392, 219,383, 223,383, 227,387, 243,384, 251,376, 261,382, 259,366, 267,370, 266,414, 245,412, 231,423, 228,439, 214,438' alt='Gloucestershire' href='xmlfood1.asp?CTY=Gloucestershire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='392,375, 400,357, 396,355, 400,352, 392,339, 396,336, 411,336, 414,342, 443,343, 458,331, 469,331, 470,327, 466,322, 473,316, 471,383, 418,383, 412,371, 399,373, 395,373' alt='Suffolk' href='xmlfood1.asp?CTY=Suffolk&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='361,375, 362,368, 357,366, 350,357, 348,357, 343,350, 340,349, 341,346, 352,336, 354,323, 361,315, 364,314, 365,318, 368,318, 369,316, 373,307, 377,307, 382,329, 388,330, 394,336, 391,340, 398,352, 390,351, 391,358, 399,358, 392,370, 380,373, 372,374, 367,376, 362,377' alt='Cambridgeshire' href='xmlfood1.asp?CTY=Cambridgeshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='331,393, 331,355, 333,354, 335,356, 337,356, 340,351, 356,367, 360,368, 359,374, 345,386, 349,396, 346,397, 340,392, 336,396' alt='Bedfordshire' href='xmlfood1.asp?CTY=Bedfordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='292,383, 292,372, 290,367, 297,343, 325,330, 338,318, 356,318, 355,322, 353,323, 353,331, 349, 337, 346,340, 340,345, 339,349, 334,354, 329,355, 329,361, 315,370, 318,375, 315,378, 311,374, 300,378, 300,381' alt='Northamptonshire' href='xmlfood1.asp?CTY=Northamptonshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='270,383, 270,366, 253,366, 253,353, 256,348, 261,337, 277,338, 277,334, 269,333, 261,324, 272,315, 274,317, 273,323, 289,333, 297,345, 292,348, 286,370, 280,371, 274,384' alt='Warwickshire' href='xmlfood1.asp?CTY=Warwickshire&FHGT=100&SOR=0' />");	
document.write("<area shape='poly' coords='227,381, 227,367, 224,367, 224,359, 220,353, 212,353, 223,345, 231,345, 232,339, 236,339, 259,336, 253,351, 250,351, 251,368, 256,369, 253,374, 230,380' alt='Worcestershire' href='xmlfood1.asp?CTY=Worcestershire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='189,390, 182,382, 181,366, 195,344, 210,353, 209,358, 222,358, 219,368, 226,368, 225,380, 216,380, 216,393, 207,398, 193,388' alt='Herefordshire' href='xmlfood1.asp?CTY=Herefordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='179,435, 180,423, 173,422, 172,409, 169,403, 183,399, 184,388, 189,392, 193,389, 202,399, 206,399, 206,423, 194,430, 179,432' alt='Gwent' href='xmlfood1.asp?CTY=Gwent&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='105,417, 119,414, 125,404, 132,404, 132,401, 135,401, 138,406, 141,405, 145,403, 157,408, 167,402, 171,410, 171,423, 178,424, 177,433, 175,445, 140,442, 105,426' alt='Glamorgan' href='xmlfood1.asp?CTY=Glamorgan&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='115,415, 103,415, 62,421, 42,404, 40,390, 42,379, 122,327, 133,324, 135,326, 136,333, 141,331, 139,334, 140,337, 144,344, 144,346, 141,346, 141,350, 144,353, 139,363, 140,370, 144,374, 145,378, 139,386, 141,395, 136,399, 131,399, 130,402, 124,403, 123,405, 118,414' alt='Dyfed' href='xmlfood1.asp?CTY=Dyfed&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='137,401, 141,396, 140,386, 147,380, 147,375, 141,370, 142,357, 144,353, 142,350, 142,346, 144,346, 141,336, 142,330, 137,332, 136,325, 135,321, 137,314, 151,312, 152,299, 165,295, 173,304, 179,303, 180,306, 185,306, 187,309, 178,324, 178,329, 186,325, 186,329, 172,335, 172,338, 189,348, 179,362, 178,376, 181,384, 180,389, 182,392, 182,397, 175,401, 159,403, 156,406, 145,402, 142,402, 140,405' alt='Powys' href='xmlfood1.asp?CTY=Powys&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='394,335, 389,329, 382,328, 381,317, 379,308, 384,304, 384,298, 408,274, 444,282, 474,306, 474,315, 469,316, 464,323, 468,329, 453,331, 443,342, 414,339, 412,334' alt='Norfolk' href='xmlfood1.asp?CTY=Norfolk&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='325,329, 320,316, 320,309, 328,306, 333,306, 338,312, 342,311, 341,314, 337,315, 334,322, 331,323' alt='Rutland' href='xmlfood1.asp?CTY=Rutland&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='297,342, 289,331, 275,323, 273,313, 289,296, 293,303, 306,303, 320,285, 320,291, 326,306, 318,308, 319,317, 323,329, 315,329' alt='Leicestershire' href='xmlfood1.asp?CTY=Leicestershire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='293,301, 293,292, 288,276, 289,267, 294,266, 303,241, 307,241, 312,230, 318,234, 317,239, 320,258, 327,257, 321,264, 323,265, 322,276, 318,281, 317,286, 308,299, 295,302' alt='Nottinghamshire' href='xmlfood1.asp?CTY=Nottinghamshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='328,305, 327,300, 322,291, 322,280, 325,276, 324,262, 329,257, 322,257, 319,233, 312,230, 317,220, 326,212, 334,214, 348,211, 373,231, 381,247, 390,260, 383,299, 382,304, 379,306, 370,309, 367,317, 364,314, 347,314, 341,316, 342,311, 333,305' alt='Lincolnshire' href='xmlfood1.asp?CTY=Lincolnshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='272,312, 267,309, 268,305, 272,305, 271,297, 258,293, 259,285, 262,283, 259,266, 251,260, 249,247, 245,242, 249,232, 257,234, 261,237, 262,240, 266,244, 269,248, 276,249, 284,247, 291,252, 295,252, 294,264, 288,266, 287,277, 291,293, 278,305, 274,306' alt='Derbyshire' href='xmlfood1.asp?CTY=Derbyshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='238,333, 239,327, 237,323, 243,320, 260,323, 269,334, 276,334, 277,338, 261,337, 249,336, 248,334, 246,334, 243,335, 241,335' alt='West Midlands' href='xmlfood1.asp?CTY=westmidlands&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='231,338, 231,331, 234,329, 229,322, 233,321, 233,314, 227,311, 227,309, 229,308, 224,299, 225,293, 220,293, 225,286, 226,282, 240,265, 250,261, 258,266, 261,282, 255,289, 257,295, 270,298, 271,303, 267,304, 266,310, 271,314, 265,318, 260,322, 254,321, 247,320, 242,320, 237,322, 236,324, 238,327, 237,333, 235,338, 230,338' alt='Staffordshire' href='xmlfood1.asp?CTY=Staffordshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='190,346, 183,346, 174,339, 174,335, 187,330, 187,324, 183,324, 180,327, 181,323, 188,311, 187,305, 181,304, 179,301, 180,293, 189,286, 200,292, 204,290, 204,284, 210,284, 216,288, 224,284, 218,291, 219,295, 224,294, 223,304, 226,312, 229,314, 232,315, 232,320, 228,322, 233,328, 229,331, 228,337, 225,338, 226,341, 231,341, 229,344, 222,343, 218,346, 217,347, 213,348, 211,351, 205,345, 200,345, 197,342, 194,343' alt='Shropshire' href='xmlfood1.asp?CTY=Shropshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='190,266, 193,264, 192,262, 186,257, 183,255, 183,252, 186,254, 192,254, 198,251, 212,243, 221,236, 223,243, 232,244, 236,244, 242,242, 248,249, 249,261, 238,265, 221,284, 213,285, 209,282, 204,284, 197,281, 194,270' alt='Cheshire' href='xmlfood1.asp?CTY=Cheshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='153,296, 143,283, 145,277, 139,273, 139,255, 143,247, 169,244, 182,255, 192,263, 188,267, 194,272, 196,281, 198,283, 204,285, 201,291, 191,286, 186,286, 178,293, 178,302, 173,303, 166,295' alt='Clwyd' href='xmlfood1.asp?CTY=Clwyd&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='122,327, 77,305, 85,247, 94,237, 112,237, 143,248, 138,259, 138,263, 140,275, 144,277, 142,281, 154,297, 150,300, 150,312, 136, 313, 136,319, 133,324' alt='Gwynedd' href='xmlfood1.asp?CTY=Gwynedd&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='182,253, 175,244, 181,222, 187,218, 189,230, 200,237, 208,236, 211,243, 200,249, 192,252, 187,253' alt='Merseyside' href='xmlfood1.asp?CTY=Merseyside&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='212,242, 211,238, 209,236, 206,236, 206,232, 218,228, 216,221, 221,219, 225,228, 229,228, 231,225, 235,227, 243,225, 248,231, 244,235, 244,242, 223,242, 221,236, 213,240' alt='Greater Manchester' href='xmlfood1.asp?CTY=greatermanchester&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='352,165, 361,172, 375,229, 361,222, 348,210, 332,213, 326,210, 314,219, 310,229, 309,232, 305,233, 305,236, 301,236, 300,240, 295,251, 291,251, 287,246, 278,246, 270,247, 255,228, 251,228, 251,231, 245,224, 244,215, 240,203, 245,199, 239,193, 227,192, 222,196, 218,193, 217,188, 210,189, 214,185, 215,180, 220,179, 220,174, 215,169, 221,157, 231,145, 231,139, 243,138, 249,142, 259,140, 262,136, 267,138, 272,135, 279,137, 297,120, 330,131' alt='Yorkshire' href='xmlfood1.asp?CTY=Yorkshire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='243,223, 234,226, 231,225, 228,227, 224,226, 222,219, 216,227, 206,232, 205,236, 201,236, 190,229, 188,216, 179,195, 197,166, 212,165, 218,162, 214,169, 219,176, 214,179, 212,185, 209,186, 210,189, 215,190, 215,194, 219,195, 222,199, 226,193, 233,195, 240,194, 244,198, 239,204, 239,210, 244,216' alt='Lancashire' href='xmlfood1.asp?CTY=Lancashire&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='297,118, 294,123, 290,124, 286,129, 286,131, 282,133, 269,135, 267,137, 265,135, 261,135, 258,139, 250,141, 244,138, 239,137, 238,131, 235,128, 230,122, 229,118, 231,117, 228,115, 228,111, 231,105, 235,105, 247,97, 253,100, 256,94, 262,98, 264,96, 267,96, 270,99, 275,100, 277,104, 280,104, 283,98, 289,98, 295,112' alt='Durham' href='xmlfood1.asp?CTY=Durham&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='284,97, 281,99, 279,103, 277,103, 276,99, 271,98, 263,96, 261,97, 257,93, 268,80, 272,81, 280,80, 288,89' alt='Tyne & Wear' href='xmlfood1.asp?CTY=tynewear&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='236,137, 229,138, 227,148, 221,158,212,164, 198,165, 177,178, 171,175, 150,130, 165,91, 207,65, 209,70, 211,71, 215,75, 218,76, 218,79, 213,83, 213,102, 219,103, 223,99, 230,104, 229,108, 226,111, 227,116, 230,117, 228,120, 233,126, 234,130, 237,132' alt='Cumbria' href='xmlfood1.asp?CTY=Cumbria&FHGT=100&SOR=0' />");
document.write("<area shape='poly' coords='247,2, 267,24, 279,57, 279,79, 267,79, 255,93, 254,98, 247,96, 230,103, 223,97, 215,101, 215,83, 220,80, 220,74, 215,74, 212,69, 208,65, 211,56, 236,36, 227,20' alt='Northumberland' href='xmlfood1.asp?CTY=Northumberland&FHGT=100&SOR=0' />");
document.write("</map>");
}
//********************************