$(document).ready( function()
{
    if ($("#runningLine ul").length > 0)
    {
        $("#runningLine ul").trendTip(); 
    }
});

