jQuery(function( $ ){
var tipurl = $("#tipurl");
if(tipurl.html().length > 30) tipurl.html(tipurl.html().substr(0,33)+'...');
});
