// 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="#006f94" cellpadding="1" cellspacing="0" width="195" border="0">' +
  '<tr><td><table bgcolor="#00a9e2" cellpadding="4" cellspacing="0" width="194" border="0">' +
  '<tr><td align="center" class="tipClass">%3%</td></tr></table></td></tr></table>';

 tips.services1 = new Array(5, 5, 100, 'Our Gift Certificates are perfect for many special occasions like birthdays, holidays, thank yous or simply everyday');
 tips.services2 = new Array(5, 5, 100, 'Share the experience of our fabulous spa days and breaks, special  spa vouchers  and miraculous makeovers.');
 tipStick = 0.2;
}



