document.writeln("<div class=\"flashBox\">");
document.writeln("      <div id=\"MainPromotionBanner\">");
document.writeln("        <div id=\"SlidePlayer\">");
document.writeln("          <ul class=\"Slides\">");
document.writeln("            <li class=\"Slide\"><a href=\"\/fukezhongliu\/zigongnamoyiweizheng\/771.html\"><img src=\"images\/\/17468-110P21A0540-L.jpg\" alt=\"如何通过睡姿来呵护子宫\" title=\"如何通过睡姿来呵护子宫\" \/><dl>如何通过睡姿来呵护子宫<\/dl><\/a><\/li>");
document.writeln("            ");
document.writeln("            <li class=\"Slide\"><a href=\"\/neifenmike\/yuejingbudiao\/772.html\"><img src=\"\/images\/hd_02.jpg\" alt=\"女人常熬夜要小心月经失调\" title=\"女人常熬夜要小心月经失调\" \/><dl>女人常熬夜要小心月经失调<\/dl><\/a><\/li>");
document.writeln("            ");
document.writeln("            <li class=\"Slide\"><a href=\"\/ruxianjibing\/ruxianzengsheng\/781.html\"><img src=\"\/images\/hd_03.jpg\" alt=\"女性盲目“挤胸” 当心乳腺增生\" title=\"女性盲目“挤胸” 当心乳腺增生\" \/><dl>女性盲目“挤胸” 当心乳腺增生<\/dl><\/a><\/li>");
document.writeln("            ");
document.writeln("            <li class=\"Slide\"><a href=\"\/shaonvmenzhen\/baojianzhinan\/782.html\"><img src=\"\/images\/hd_04.jpg\" alt=\"女人入秋补血养气做个红润美人\" title=\"女人入秋补血养气做个红润美人\" \/><dl>女人入秋补血养气做个红润美人<\/dl><\/a><\/li>");
document.writeln("            ");
document.writeln("            <li class=\"Slide\"><a href=\"\/fukeyanzheng\/yindaoyan\/783.html\"><img src=\"\/images\/hd_05.jpg\" alt=\"越胖越易得妇科炎症吗\" title=\"越胖越易得妇科炎症吗\" \/><dl>越胖越易得妇科炎症吗<\/dl><\/a><\/li>");
document.writeln("            ");
document.writeln("          <\/ul>");
document.writeln("          <div class=\"SlideTriggers\">");
document.writeln("            <a>1<\/a><a>2<\/a><a>3<\/a><a>4<\/a><a>5<\/a>");
document.writeln("          <\/div>");
document.writeln("        <\/div>");
document.writeln("        <span>今日焦点<\/span>");
document.writeln("       <\/div>");
document.writeln("<\/div>");

//------------------

$(document).ready(function(){
	$(".SlideTriggers a:first").addClass("Current");
	$(".SlideTriggers a").unbind("Current").bind
	(	
		"click", 
		function()
		{
			$(this).siblings("a").removeClass("Current").end().addClass("Current");
			var index2 = $(".SlideTriggers>a").index( $(this) );
			$(".Slides .Slide").eq(index2).siblings(".Slides .Slide").hide().end().show();
		}
   );
   $(".SlideTriggers a").unbind("mouseover").bind
	(	
		"mouseover", 
		function()
		{
			$(this).siblings("a").removeClass("Current").end().addClass("Current");
			var index2 = $(" .SlideTriggers>a").index( $(this) );
			$(" .Slides .Slide").eq(index2).siblings(" .Slides .Slide").hide().end().show();
		}
   );
   
   	var timer3 = setInterval("setTime3()",5000);
	
	$(".flashBox").hover(
	    function (){ clearInterval(timer3); },
	    function () { timer3 = setInterval("setTime3()",5000); });
	    
});

function setTime3(){
			var cache3 =  $(" .SlideTriggers a");
			var length2 = cache3.length;
			var index2 = cache3.index($(" .SlideTriggers .Current"));
			if(index2 < length2 - 1){
				cache3.eq(index2).next().click();
			}else{
				cache3.eq(0).click();
			}
			cache3 = null;
		}

