// 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="#000000" cellpadding="1" cellspacing="0" width="254" border="0">' +
'<tr><td><table bgcolor="#a91015" cellpadding="4" cellspacing="0" width="253" border="0">' +
'<tr><td align="left" class="tipclass">%3%</td></tr></table></td></tr></table>';

tips.ns1 = new Array(5, 5, 100, '<b style="color:#ffa200">OceanWorld 3D </b> <br><b style="color:#fbac18">Director</b> - Jean-Jacques Mantello<br><b style="color:#fbac18">Genre</b> - Documentary <br><b style="color:#fbac18">Running Time</b> - 82 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns2 = new Array(5, 5, 100, '<b style="color:#ffa200">We Are Family </b> <br><b style="color:#fbac18">Director</b> - Sidharth Malhotra <br><b style="color:#fbac18">Genre</b> Drama, Romance <br><b style="color:#fbac18">Running Time</b> - TBC<br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns3 = new Array(5, 5, 100, '<b style="color:#ffa200">Tekken </b> <br><b style="color:#fbac18">Director</b> - Dwight H. Little <br><b style="color:#fbac18">Genre</b> Action <br><b style="color:#fbac18">Running Time</b> - 87 mins<br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns4 = new Array(5, 5, 100, '<b style="color:#ffa200">Centurion </b> <br><b style="color:#fbac18">Director</b> - Neil Marshall<br><b style="color:#fbac18">Genre</b> - Action, Adventure <br><b style="color:#fbac18">Running Time</b> - 97 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns5 = new Array(5, 5, 100, '<b style="color:#ffa200">Grown Ups </b> <br><b style="color:#fbac18">Director</b> - Dennis Dugan<br><b style="color:#fbac18">Genre</b> - Comedy <br><b style="color:#fbac18">Running Time</b> - 102 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns6 = new Array(5, 5, 100, '<b style="color:#ffa200">The Last Airbender </b> <br><b style="color:#fbac18">Director</b> - M. Night Shyamalan<br><b style="color:#fbac18">Genre</b> - Fantasy, Adventure <br><b style="color:#fbac18">Running Time</b> - 103 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns7 = new Array(5, 5, 100, '<b style="color:#ffa200">Salt </b> <br><b style="color:#fbac18">Director</b> - Phillip Noyce x<br><b style="color:#fbac18">Genre</b> - Action, Thriller <br><b style="color:#fbac18">Running Time</b> - 105 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns8 = new Array(5, 5, 100, '<b style="color:#ffa200">Inception </b> <br><b style="color:#fbac18">Director</b> - Christopher Nolan<br><b style="color:#fbac18">Genre</b> - Sci Fi, Mystery, Thriller <br><b style="color:#fbac18">Running Time</b> - 142 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns9 = new Array(5, 5, 100, '<b style="color:#ffa200">Despicable Me </b> <br><b style="color:#fbac18">Director</b> - Pierre Coffin <br><b style="color:#fbac18">Genre</b> Animation, Comedy <br><b style="color:#fbac18">Running Time</b> - 95 mins<br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.ns10 = new Array(5, 5, 100, '<b style="color:#ffa200">Toy Story 3 3D </b> <br><b style="color:#fbac18">Director</b> - Lee Unkrich<br><b style="color:#fbac18">Genre</b> - Animation, Comedy <br><b style="color:#fbac18">Running Time</b> - 104 mins <br><b style="color:#000;"><u>CLICK FOR MORE INFO</u></b>');

tips.cs1 = new Array(5, 5, 100, '<b><u>CLICK FOR MORE INFO</u></b>');


tipStick = 0.2;
}



