document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write(" "); document.write("
"); document.write("
"); document.write(" "); document.write(" \"<b 精子和卵子难相遇\" />"); document.write(" "); document.write(" "); document.write(" \"<b 子宫内膜“出轨”造成不孕\" />"); document.write(" "); document.write(" "); document.write(" \"<b 女人阴道健康 幸福一生\" />"); document.write(" "); document.write(" "); document.write(" \"<b 美味佳肴 吃出男人不育\" />"); document.write(" "); document.write("
"); document.write("
"); document.write(""); _flashPicId = "#play_list";//定义图片结合的ID _flashTextId = "#play_text";//定义按钮的ID _flashTextBackground = "#fff";//定义按钮的背景颜色 _flashTextColor = "#000";//定义按钮的文字的颜色 _flashInfoId = "#play_info";//定义相关文字的ID _displayStyle = 1;//定义显示方式 1或者2 _autoUpdateTime = 4000;//定义自动更新的时间,单位为毫秒 _t =0 _n =0 _count = 0; _count = $(_flashPicId+" a").size(); $(_flashPicId+" img").css({"border":"0px"}); $(_flashPicId+" a:not(:first-child)").hide(); if(_flashInfoId!="")$(_flashInfoId).html($(_flashPicId+" a:first-child").find("img").attr('alt')); $(_flashTextId+" li:first-child").css({"background":_flashTextBackground,'color':_flashTextColor}); if(_flashInfoId!="")$(_flashInfoId).click(function(){window.open($(_flashPicId+" a:first-child").attr('href'), "_blank")}); $(_flashTextId+" li").click(function() { var i = $(this).text() - 1; _n = i; if (i >= _count) return; if(_flashInfoId!="")$(_flashInfoId).html($(_flashPicId+" a").eq(i).find("img").attr('alt')); if(_flashInfoId!="")$(_flashInfoId).unbind().click(function(){window.open($(_flashPicId+" a").eq(i).attr('href'), "_blank")}) if(_displayStyle==1){ $(_flashPicId+" a").filter(":visible").fadeOut(500).parent().children().eq(i).fadeIn(1000); }else{ $(_flashPicId+" a").filter(":visible").hide().parent().children().eq(i).show(); } $(this).css({"background":_flashTextBackground,'color':_flashTextColor}).siblings().css({"background":_flashTextColor,'color':_flashTextBackground}); }); _t = setInterval("_showAuto()", _autoUpdateTime); $(_flashPicId).hover(function(){clearInterval(_t)}, function(){_t = setInterval("_showAuto()", _autoUpdateTime);}); function _showAuto() { _n = (_n >= (_count - 1)) ? 0 : _n + 1; $(_flashTextId+" li").eq(_n).trigger('click'); }