<!--
setInterval("Tscroll()",1000);
str = "     ***** Print Coupon and get 10% off, Please mention online coupon when reserve room(s) and present coupon upon check-in.           "; 
str += str;
function Tscroll(){
str = str.substring(2,str.length) + str.substring(0,2);
document.title = str;
}
//-->
