// JavaScript Document

var stickyTip = new TipObj('stickyTip');
with (stickyTip)
{
//global
 tipStick = 0.2; 
 template = '<table bgcolor="#000000" cellpadding="1" cellspacing="0" width="%5%" border="0">' +
  '<tr><td><table bgcolor="#000" cellpadding="4" cellspacing="0" width="100%" border="0">' +
  '<tr><td align="center" class="tipClass">%3%</td></tr></table></td></tr></table>';

 //front
 tips.floatingFP = new Array(25, 15, 100, '<strong>Free to do anything... almost!</strong> '); 
 tips.floatingContact = new Array(25, -50, 100, '<strong>Reach us here:</strong> <br>Email: freelancerpilipinas@gmail.com  <br>Mobile: 0927.677.58.27 <br> <br>or click to send a quick message.');  
 tips.floatingAD = new Array(-300, -50, 100, '<strong>FREE AD?</strong> Click here to submit your ad link.');   

 //latest projects
 tips.floatingLakwatsa = new Array(25, -20, 100, '<strong>Lakwatsa Magazine:</strong> <br>Prints, Webdesign, Hosting and Marketing');
 tips.floatingPhilbillboard = new Array(25, -20, 100, '<strong>Philippine Billboard Awards:</strong> <br>Webdesign and Hosting'); 
 tips.floatingLIEMG = new Array(25, -20, 100, '<strong>LIEMG Language Center:</strong> <br>Webdesing, Hosting, Marketing ads, Prints and System Program'); 
 
 //done projects
 tips.floatingRCIT = new Array(25, 15, 100, '<strong>Study in Canada Program!</strong> Webhosting, Webdevelopment, Marketing materials and prints'); 
 tips.floatingOTB = new Array(25, 15, 100, 'Hosting and development'); 
 tips.floatingHOLLOW = new Array(25, 15, 100, 'Hosting and development'); 
 tips.floatingTL = new Array(25, 15, 100, '<strong>Gerico Products Inc.</strong> Webhosting, E-commerce shopping cart, and Developement');   
 tips.floatingAIS = new Array(25, 15, 100, '<strong>Ai\'s Cracker</strong> Blog setup, Webhosting, Design, Development, and Marketing');  
 tips.floatingLINS = new Array(50, -50, 100, '<strong>LIEMG</strong> Webhosting, Design, <br/>Development, Prints, Systems and program, Marketing materials');  
 tips.floatingSR = new Array(25, 15, 100, '<strong>Sheryl S. Raros</strong> Blog setup, Webhosting, Design, and Development');   
 tips.floatingME = new Array(25, 15, 100, '<strong>Macon and Eggs</strong> Shopping Blog setup, Webhosting, Design, and Development');   
 tips.floatingTCP = new Array(25, 15, 100, '<strong>The Checkpointe</strong> e-commerce shopping cart setup, Webhosting, Design, and Development');   

}


