﻿$(document).ready(function(){
      set_ts_style();
    });
    function set_ts_style() {
    if($(".tl_2").size() == 0 ) {
        $(".tl_1").remove();
        $("body").append("<div class='tl_2' ><a class='ms_1' href='/zhushou.aspx' target='_blank' title='充值'></a><a class='yl_1' href='/zhushou.aspx' target='_blank' title='火车票'></a><a class='mr_1' href='/zhushou.aspx' target='_blank' title='飞机票'></a><a class='wg_1' href='/zhushou.aspx' target='_blank' title='订酒店'></a><a class='qt_1' target='_blank' href='http://haibao.huoban.taobao.com/tms/topic.php?pid=mm_14668691_0_0&eventid=102205' title='淘女装'></a><a class='qt_1' target='_blank' href='http://www.taobao.com/go/chn/tbk_channel/celebrate.php?pid=mm_14668691_0_0&eventid=102225' title='淘活动'></a><a class='fhdb_1' href='http://www.taobao.com/go/chn/tbk_channel/beauty.php?pid=mm_14668691_0_0&eventid=101328' target='_blank' title='淘美容'></a></div>");
        var margin_left = parseInt($(".tl_2").css("margin-left").split("px")[0]) - parseInt($(".tl_2").css("width").split("px")[0]) - 1 + "px";
        $(".tl_2").css("margin-left" , margin_left );
      }
    }
    window.onresize=set_ts_style;
