<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>pal-yado&#187; 北海道</title>
	<atom:link href="http://pal-yado.com/category/hokkaido/feed" rel="self" type="application/rss+xml" />
	<link>http://pal-yado.com</link>
	<description>観光スポットや目的駅から近くて便利なホテルを地図から選んでネットで宿泊予約ができます。格安ビジネスホテル予約から高級ホテル予約まで</description>
	<lastBuildDate>Wed, 20 Jul 2011 06:20:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/category/hokkaido/feed" />
		<item>
		<title>地図で見る札幌駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/hokkaido/100.html</link>
		<comments>http://pal-yado.com/hokkaido/100.html#comments</comments>
		<pubDate>Mon, 19 Jan 2009 05:55:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[北海道]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=100</guid>
		<description><![CDATA[札幌駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから家族向け高級ホテル・観光ホテルまで。 札幌駅　地図とホテル写真 緯度:43.066645131086 経度:141.350355562435 半径:0 [...]]]></description>
			<content:encoded><![CDATA[<p>札幌駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから家族向け高級ホテル・観光ホテルまで。</p>
<p>札幌駅　地図とホテル写真</p>
<div id="mapmq" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1232343876" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shsmq(page1mq){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=0.7&latitude=155031.05&longitude=508874.53&carrier=0';jsrhk362mq=new JSONscriptRequest(jsp+'&callBack=hk362_1232343876jsonp');jsrhk362mq.buildScriptTag();jsrhk362mq.addScriptTag();};function hk362_1232343876jsonp(data){rdmq='';rdmq+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdmq+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdmq+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdmq+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdmq+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdmq+='</div></td>';rdmq+="</tr>";};rdmq+='</table>';mappingmq();document.getElementById('result1232343876').innerHTML=rdmq;jsrhk362mq.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingmq(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapmq=new GMap2(document.getElementById("mapmq"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapmq.setCenter(gb.getCenter(), mapmq.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapmq.addControl(new GMapTypeControl());mapmq.addControl(new GLargeMapControl());mapmq.addControl(new GOverviewMapControl());mapmq.addMapType(G_PHYSICAL_MAP);mapmq.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapmq,point1[i],huki[i]);};GEvent.addListener(mapmq,"click",function(overlay,point){var zl = mapmq.getZoom();mapmq.setCenter(point, zl);if(point){}});}rdmq='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapmq;page1mq=1;tpmq=0;shsmq(page1mq);//--></script><noscript><a href="http://travel.raku360.com/search/s-/43.066645131086-141.350355562435-0.7.html">緯度:43.066645131086 経度:141.350355562435 半径:0.7周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/hokkaido/100.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/hokkaido/100.html" />
	</item>
		<item>
		<title>地図で見る旭山動物園に近くて便利なホテル</title>
		<link>http://pal-yado.com/hokkaido/52.html</link>
		<comments>http://pal-yado.com/hokkaido/52.html#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:18:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[動物園]]></category>
		<category><![CDATA[北海道]]></category>
		<category><![CDATA[旭山動物園]]></category>
		<category><![CDATA[旭川市]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=52</guid>
		<description><![CDATA[旭山動物園に便利な北海道旭川市のホテルが地図で選べて空き室検索、宿泊予約ができます。格安ビジネスホテルから家族向け高級ホテル・観光ホテルまで。 旭山動物園 地図 ホテル 写真 旭川市に関するホテルpowerd by ホテ [...]]]></description>
			<content:encoded><![CDATA[<p>旭山動物園に便利な北海道旭川市のホテルが地図で選べて空き室検索、宿泊予約ができます。格安ビジネスホテルから家族向け高級ホテル・観光ホテルまで。</p>
<p>旭山動物園 地図 ホテル 写真</p>
<div id="map1l" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1231927996" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function kds1l(page11l){jsp0 ='http://api.rakuten.co.jp/rws/1.12/json?operation=KeywordHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&middleClassCode=hokkaido&sumDisplayFlag=1&keyword=%E6%97%AD%E5%B7%9D%E5%B8%82&hits=10&page='+page11l;jsrhk3611l=new JSONscriptRequest(jsp0+'&callBack=hk361_1231927996jsonp');jsrhk3611l.buildScriptTag();jsrhk3611l.addScriptTag();};function hk361_1231927996jsonp(data){hs=data.Body.KeywordHotelSearch.hotelSimple;tr1l=data.Body.KeywordHotelSearch.recordCount;tp1l=Math.ceil(tr1l/10);ss1l=data.Header.Status;if(hs.length < 10){hits=hs.length;}else{hits=10;};for (i=0; i < hits; i++) {hn1l[i]=hs[i].hotelNo;};jsrhk3611l.removeScriptTag();dcheck1l=1;};function shs1l(page11l){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&hotelNo='+hn1l.join(',')+'&carrier=0';jsrhk3621l=new JSONscriptRequest(jsp+'&callBack=hk362_1231927996jsonp');jsrhk3621l.buildScriptTag();jsrhk3621l.addScriptTag();};function hk362_1231927996jsonp(data){rd1l='';index='<b>'+page1l+'</b>';js='javascript:void(0)';for(i=1; i < 3 ; i++){if(page1l-i>0){index='<a href="'+js+'" onclick="kdsmain1l('+(page1l-i)+');return false;" >'+(page1l-i)+'</a> '+index;};if(Number(page1l)+i<=tp1l){index+=' <a href="'+js+'" onclick="kdsmain1l('+(Number(page1l)+i)+');return false;" >'+(Number(page1l)+i)+'</a>';};};index+='　';if(page1l-1>0){index+='<a href="'+js+'" onclick="kdsmain1l('+(page1l-1)+');return false;" >&laquo;</a> ';};if(Number(page1l)+1<=tp1l){index+='<a href="'+js+'" onclick="kdsmain1l('+(Number(page1l)+1)+');return false;" >&raquo;</a>';};if(tp1l<2){index='';};rd1l+=index;img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rd1l+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 10){hits=dataobj.length;}else{hits=10;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rd1l+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rd1l+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rd1l+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rd1l+='</div></td>';rd1l+="</tr>";};rd1l+='</table>';mapping1l();document.getElementById('result1231927996').innerHTML=rd1l;jsrhk3621l.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mapping1l(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};map1l=new GMap2(document.getElementById("map1l"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}map1l.setCenter(gb.getCenter(), map1l.getBoundsZoomLevel( gb ));var point0=gb.getCenter();map1l.addControl(new GMapTypeControl());map1l.addControl(new GLargeMapControl());map1l.addControl(new GOverviewMapControl());map1l.addMapType(G_PHYSICAL_MAP);map1l.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(map1l,point1[i],huki[i]);};GEvent.addListener(map1l,"click",function(overlay,point){var zl = map1l.getZoom();map1l.setCenter(point, zl);if(point){}});}function finish1l(){clearInterval(timeID1l);clearInterval(loadTID1l);shs1l(page11l);};function datacheck1l() {if(dcheck1l==1){finish1l();};};function kdsmain1l(page11l){page1l=page11l;kds1l(page11l);timeID1l = setTimeout('finish1l()',30000);loadTID1l = setInterval('datacheck1l()',200);dcheck1l=0;};hn1l=new Array();;hn1l=new Array();dcheck1l=0;rd1l='';g_lat=new Array();g_lng=new Array();huki=new Array();var map1l;page11l=1;tp1l=0;kdsmain1l(page11l);//--></script><noscript><a href="http://travel.raku360.com/search/k-/%E6%97%AD%E5%B7%9D%E5%B8%82/1.html">旭川市に関するホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/hokkaido/52.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/hokkaido/52.html" />
	</item>
	</channel>
</rss>

