$(function(){myinterval1=setInterval(anime1,200);var myinterval2var mynum=2;function anime1(){	$("#image1").before('<img src="images/globalnew/topimage1.jpg">');$("#image1").fadeOut(1500,function(){$("#image1").remove();});clearInterval(myinterval1);myinterval2=setInterval(anime2,3000);}function anime2(){	if(mynum<6){	$("#catch img:eq(0)").before('<img src="images/globalnew/topimage'+mynum+'.jpg">');$("#catch img:eq(1)").fadeOut(1000,function(){$("#catch img:eq(1)").remove();});mynum++;	}else{clearInterval(myinterval2);$("#catch img:eq(0)").before('<img src="images/globalnew/topimage1.jpg">');$("#catch img:eq(1)").fadeOut(1000,function(){$("#catch img:eq(1)").remove();});}}});
