﻿jQuery(function() {
    $('.hot_top').children().each(function() {
        changeHover.call(this, 5);
    });
    $('.type_top>dd').children().each(function() {
        changeHover.call(this, 10);
    });
    $('.record_top').children().each(function() {
        changeHoverExt.call(this, 3, 'dt_hover', 'dd');
    });
    $('.charts_top>dl>dd').children().each(function() {
        changeHover.call(this, 3);
    });
	$('input.input_txt_150').keyup(function(){
		tssearch.call(this);
	});

	$('input.input_btn_submit').click(function(){
		location.href = '/html/search.aspx?key='+$('input.input_txt_150').val().replace(/\s+/,'');
	});
	getlogcookie();
});

