var npAnimateTimer=0;var npImageNum=1;var npImageAnim=[];var npImageAnimX=0;function npIntroAnimate(){$("#introImg").effect("explode",{},"2000",npIntroNext)}function npIntroNext(){if(npImageNum>=npImageAnimX){$("#introImg").html("<a href='freedailybriefing.php'><img src='images/home_site_frames_2012_06.png' /></a>").show("slow").click(replay);return}npImage=npImageAnim[npImageNum].src;$("#introImg").html("<img src='"+npImage+"' />").show("slow",npWaitExplode);npImageNum++}function npWaitExplode(){npAnimateTimer=setTimeout(npIntroAnimate,4*1000)}function replay(){npImageNum=1;npIntroAnimate()}$(document).ready(function(){if(document.images){img=new Image(336,380);img.src="images/home_site_frames_2012_01.png";npImageAnim.push(img);img=new Image(336,380);img.src="images/home_site_frames_2012_02.png";npImageAnim.push(img);img=new Image(336,380);img.src="images/home_site_frames_2012_03.png";npImageAnim.push(img);img=new Image(336,380);img.src="images/home_site_frames_2012_04.png";npImageAnim.push(img);img=new Image(336,380);img.src="images/home_site_frames_2012_05.png";npImageAnim.push(img);npImageAnimX=npImageAnim.length}npAnimateTimer=setTimeout(npIntroAnimate,4*1000)});
