// Here's one illustrating a decimal tipStick value so it floats along behind the cursor.
var stickyTip = new TipObj('stickyTip');
with (stickyTip)
{
 template = '<table bgcolor="#ffffff" cellpadding="1" cellspacing="0" width="135" border="0">' +
  '<tr><td><table bgcolor="#00718f" cellpadding="4" cellspacing="0" width="134" border="0">' +
  '<tr><td align="center" class="tipClass">%3%</td></tr></table></td></tr></table>';

 tips.services1 = new Array(5, 5, 100, 'Coming Soon');
 tipStick = 0.2;
}



