// 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="#ff005f" cellpadding="1" cellspacing="0" width="155" border="0">' +
  '<tr><td><table bgcolor="#ac0040" cellpadding="4" cellspacing="0" width="154" border="0">' +
  '<tr><td align="center" class="tipClass">%3%</td></tr></table></td></tr></table>';

tips.services1 = new Array(5, 5, 100, '<b>Shopping Bag</b><br>Under Construction');
tips.services2 = new Array(5, 5, 100, '<b>Check Out</b><br>Under Construction');
tips.services3 = new Array(5, 5, 100, '<b>My Account</b><br>Under Construction');
tips.services4 = new Array(5, 5, 100, '<b>View All Products</b><br>Under Construction');
tips.services5 = new Array(5, 5, 100, '<b>Vintage</b><br>Under Construction');
tips.services6 = new Array(5, 5, 100, 'Click here to scroll up');
tips.services7 = new Array(5, 5, 100, 'Click here to scroll down');
tips.services8 = new Array(5, 5, 100, '<img src="images/store1.jpg" width="450" height="300" />');
 tipStick = 0.2;
}




