<HTML> <html><head><title>Accommodations in Montpellier</title> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta NAME="keywords" CONTENT="Hotel Discounts, cheap hotels, discount hotel,las vegas Hotel, vacation rental, vacation villa, luxury hotel, condo rental"> <meta NAME="description" CONTENT="Find-Hotel-Discounts.com - Hotel discounts and vacation rental reservations with the guaranteed lowest rates."> <meta NAME="ROBOTS" CONTENT="INDEX,FOLLOW">  <style type="text/css"> .smallboldtext {font-family:arial,tahoma,helvetica;font-size:8pt;color:000000;font-weight:bold;text-decoration:none;} .smalltext {font-family:arial,tahoma,helvetica;font-size:8pt;color:000000;text-decoration:none;} .standardtext {font-family:arial,tahoma,helvetica;font-size:10pt;color:000000;} </style>  <body bgcolor=#eace11 link=blue vlink=blue alink=blue> <center>  <br>  <table border=0 width=730 cellpadding=0 cellspacing=0><tr> <td valign=top width=580><img src=/g/worldres/header.gif usemap="#header" width=580 height=65 border=0><br>  <map name="header"> <area shape="rect" alt="MyTravelGuide.com" coords="35,3,185,62" href="http://www.mytravelguide.com" title="MyTravelGuide.com"> <area shape="rect" alt="MyTravelGuide.com Home" coords="238,38,269,48" href="http://www.mytravelguide.com" title="MyTravelGuide.com Home"> <area shape="rect" alt="New Search" coords="280,37,342,48" href="http://mytravelguide.worldres.com/script/node.asp" title="New Search"> <area shape="rect" alt="Modify Reservation" coords="354,37,466,49" href="http://mytravelguide.worldres.com/script/modresinterim.asp?" title="Modify Reservation"> <area shape="rect" alt="Reservation Help" coords="478,38,568,49" href="http://mytravelguide.worldres.com/help/index.asp" title="Reservation Help"> <area shape="default" nohref> </map>  </td> <td></td> <td>&nbsp;</td> </tr><tr> <td bgcolor=#ffffff valign=top> <img src/g/i.gif width=1 height=5><br> <table cellpadding=2 cellspacing=0 border=0 width=100% bgcolor=f7f7f7></tr><td> &nbsp;&nbsp;<span class=smallboldtext><a href=http://www.mytravelguide.com>Home</a> > <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com>Accommodation City Index</a> > <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/Montpellier/>Montpellier</a></span> </td></tr></table>  <p>  <span class=standardtext>   <table border=0 cellpadding=10><tr><td class=standardtext> <b>Select a property in Montpellier from the list below:</b><br>    <a href=Hotel-Stars-Montpellier.php>Hotel Stars Montpellier</a>,  <a href=Sofitel-Montpellier-Antigone.php>Sofitel Montpellier Antigone</a>,  <a href=Ibis-Montpellier-Centre.php>Ibis Montpellier Centre</a>,  <a href=Hotel-Mercure-Montpellier-Antigone.php>Hotel Mercure Montpellier Antigone</a>,  <a href=NOVOTEL-MONTPELLIER.php>NOVOTEL MONTPELLIER</a>,  <a href=IBIS-SUITES-PLACE-DE-LA-COMEDIE.php>IBIS SUITES PLACE DE LA COMEDIE</a>,  <a href=IBIS-MONTPELLIER-SUD.php>IBIS MONTPELLIER SUD</a>,  <a href=Citadines-Montpellier-Antigone.php>Citadines Montpellier Antigone</a>,  <a href=Citadines-Montpellier-Sainte-Odile.php>Citadines Montpellier Sainte Odile</a>,  <a href=Chateau-Les-Beaulne.php>Chateau Les Beaulne</a>,  <a href=New-Hotel-du-Midi.php>New Hotel du Midi</a>,  <a href=Mercure-Montpellier-centre.php>Mercure Montpellier centre</a>,  <a href=Comfort-Inn-Montpellier.php>Comfort Inn Montpellier</a>,  </tD></tr></table>     </td> <td>&nbsp;</td> <td valign=top><a href=http://www.accommodation-specials.com><img border=0 src=http://www.mytravelguide.com/g/ads/accomspecials.gif alt="Hotel discounts and more!" width=157 height=241></a></td> </tr><tr> <td valign=top><img src=/g/worldres/footer.gif width=580 height=2><br> <span class=smalltext> &nbsp;<a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/citylist1.php>1</a> | <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/citylist2.php>2</a> | <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/citylist3.php>3</a> | <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/citylist4.php>4</a> | <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/citylist5.php>5</a> | <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/citylist6.php>6</a> | <a href=http://hotel-motel-bed-breakfast-suite-rental.mytravelguide.com/citylist7.php>7</a> | <a href=http://www.accommodation-specials.com>Accommodation Specials: Hotel Discounts and more</a> <a href=http://www.find-hotel-discounts.com>hotel discounts</a> <a href=http://www.find-a-vacation-rental.com>vacation rentals</a> </td> </tr></table>  <script language=javascript> <!-- begin hiding  function FixCookieDate(date) { 	var base = new Date(0); 	var skew = base.getTime(); // dawn of (Unix) time - should be 0 	if(skew>0) date.setTime(date.getTime()-skew); // Except on the Mac - ahead of its time }  function SetCookie(domain, name, value, expires, path, secure) { 	document.cookie = name+"="+escape(value)+ 		((expires) ? "; expires=" + expires.toGMTString() : "") + 		((path) ? "; path=" +path : "; path=/") + 		((domain) ? "; domain="+domain : "") + 		((secure) ? "; secure" : ""); }  function getCookieVal(offset) { 	var endstr = document.cookie.indexOf(";",offset); 	if(endstr == -1) endstr = document.cookie.length; 	return unescape(document.cookie.substring(offset, endstr)); }  function GetCookie(name) { 	var arg = name + "="; 	var alen = arg.length; 	var clen = document.cookie.length; 	var i = 0; 	while(i < clen) { 		var j = i + alen; 		if(document.cookie.substring(i,j) == arg) return getCookieVal(j); 		i = document.cookie.indexOf(" ",i) + 1; 		if(i==0) break; 	} 	return null; }  var cookieName="oatmeal_ck"; var cookieContent="yum_yum";  var cookieTest=GetCookie(cookieName); if(cookieTest != cookieContent) { 	var expiration_date=new Date(); 	var one_year_from_now=expiration_date.getTime() + (365 * 24 * 60 * 60 * 1000); //set the cookie expiration date 1 day from now 	expiration_date.setTime(one_year_from_now); 	FixCookieDate(expiration_date); 	var popup=window.open("http://www.accommodation-specials.com/newsletter_popup.asp?keywordurl=MTG-worldres-city-Montpellier","popup",'width=357,height=316,status=no,resizable=no,location=no,toolbar=no,menubar=no,scrollbars=no,directories=no'); 	popup.blur(); 	SetCookie("",cookieName,cookieContent,expiration_date); }  //--> </script>  </body></html> 
