$(function(){$(window).load(function(){live_Btn();setTimer()});var slide=880,spd=800,over="visit",ease="easeInOutExpo",url_Str="update/header.xml",photo_num=0,photo_id=1,int=0,times=6000,photo_array=new Array("<img src='update/img_photo_01.jpg' alt='photo_01' width='880' height='196' />","<img src='update/img_photo_02.jpg' alt='photo_02' width='880' height='196' />","<img src='update/img_photo_03.jpg' alt='photo_03' width='880' height='196' />");$.ajax({url:url_Str,dataType:"xml",success:function(data){$("links",data).each(function(){if(photo_num==0){$("#slide_photo").append("<a href="+$("url",this).text()+" id='p_0"+photo_id+"' class='photo visit' target='"+$("target",this).text()+"'>"+photo_array[photo_num]+"</a>")}else{$("#slide_photo").append("<a href="+$("url",this).text()+" id='p_0"+photo_id+"' class='photo' target='"+$("target",this).text()+"'>"+photo_array[photo_num]+"</a>")}photo_num=photo_num+1;photo_id=photo_id+1})}});function live_Btn(){$("#b_01").live("click",slide_01),$("#b_02").live("click",slide_02),$("#b_03").live("click",slide_03)};function die_Btn(){$("#b_01").die("click",slide_01),$("#b_02").die("click",slide_02),$("#b_03").die("click",slide_03)};function margin_Zero(){$(".photo").css("margin-left","0");live_Btn();setTimer()};function slide_01(){int=1;clearTimer();die_Btn();$("#p_01").css("visibility","visible");$("#b_01").addClass(over);$("#slide li[id!='b_01']").removeClass(over);$("#slide_photo a[id!='p_01']").animate({marginLeft:slide},{duration:spd,easing:ease,complete:function(){$("#p_01").css("z-index","10");$(this).css("visibility","hidden").css("z-index","4");margin_Zero()}})};function slide_02(){int=2;clearTimer();die_Btn();$("#p_02").css("visibility","visible");$("#b_02").addClass(over);$("#slide li[id!='b_02']").removeClass(over);$("#slide_photo a[id!='p_02']").animate({marginLeft:slide},{duration:spd,easing:ease,complete:function(){$("#p_02").css("z-index","10");$(this).css("visibility","hidden").css("z-index","4");margin_Zero()}})};function slide_03(){int=0;clearTimer();die_Btn();$("#p_03").css("visibility","visible");$("#b_03").addClass(over);$("#slide li[id!='b_03']").removeClass(over);$("#slide_photo a[id!='p_03']").animate({marginLeft:slide},{duration:spd,easing:ease,complete:function(){$("#p_03").css("z-index","10");$(this).css("visibility","hidden").css("z-index","4");margin_Zero()}})};function slide_array(){if(int==1){slide_02()}else if(int==2){slide_03()}else if(int==0){slide_01()}};function setTimer(){if(window.intervalld==null){window.intervalld=setInterval(function(){slide_array()},times)}}function clearTimer(){clearInterval(window.intervalld);window.intervalld=null}});
