document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("
");
typeof(jQuery)!=="undefined" && $(document).ready(function(){
function hideTmall(){$("#tmall_content .word,#tmall_content .img").hide();}
function changeTmallLink() {
$("#tmall_content .word").attr("href", "http://tbk.61ertong.com/?index_right");
$("#tmall_content .img").attr("href", "http://tbk.61ertong.com/?index_left");
}
function emptyTmallLink() {
$("#tmall_content .word").attr("href", "javascript:void(0);");
$("#tmall_content .img").attr("href", "javascript:void(0);");
hideTmall();
}
setTimeout(emptyTmallLink(), 2000);
//setTimeout(changeTmallLink(), 2000);
//setTimeout(hideTmall(), 2000);
});