  <!-- Hide from old browsers

  // All you have to do is put another text in the variable message.
  // Don't forget to break all lines with a ^
  // When you do not place a ^ at the end of all the message, the
  // message will not repeat

  message     = "Welcome to StayResMalaysia.com - Secure Online Hotel Reservation Service Provider !^" +
                "We are affiliated to QuickBooker – A global hotel room and package reservation engine!^" +
                "Avail up to 70% discount on hotels in Malaysia!^" +
                "Plan your travel right now with our online services. Book online or Call Us Now!^" +
                "^" 
  scrollSpeed = 50
  lineDelay   = 2300

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)

document.write(' <script type="text/javascript" language="javascript"> ' );
document.write(' var sc_project=564569; ' );
document.write(' var sc_partition=4; ' );
document.write(' var sc_security="af077cd8"; ' );
document.write(' var sc_invisible=1; ' );
document.write(' var sc_https=1; ' );
document.write(' </script>' );
 
document.write(' <script type="text/javascript" language="javascript" src="https://secure.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="https://c5.statcounter.com/counter.php?sc_project=564569&amp;java=0&amp;security=af077cd8&amp;invisible=1" alt="page hit counter" border="0"></a> </noscript>' );


