﻿jQuery(document).ready(function(){
 
  	setTips(jQuery('.helper'),"normal-helper");
    setTips(jQuery('.inline-helper'),"inline-content");


});
  

