<!-- Begin
function pop(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=290,height=220,left = 540,top = 275');");
}
// End -->

<!--
function checkrates() {
var checkratesURL = document.checkrates.date1.value
document.location.href=checkratesURL
document.location.href='https://booking.ihotelier.com/istay/istay.jsp?hotelid=75245&DateIn=' + checkratesURL

}
//-->

<!--
Date.prototype.toMMDDYYYYString = function () {return isNaN (this) ? 'NaN' : [this.getMonth() > 8 ? this.getMonth() + 1 : '0' + (this.getMonth() + 1), this.getDate() > 9 ? this.getDate() : '0' + this.getDate(), this.getFullYear()].join('/')}
// -->

