/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(document).ready(function(){
    $(".helpWindow, a.addFriend[href], a.removeFriend[href], img.spor").tipTip({
        defaultPosition:"bottom"
        //keepAlive: true
    });
  
})





