  /*   
$(function() {

             {
                    $('#overlay').fadeIn('fast',function(){
                       $('#box').animate({'top':'0px'},500).delay(3000).animate({'top':'-770px'},500,function(){
                       $('#overlay').fadeOut('fast');
                    });  					
						//$('#box').css("position","absolute");     
						//$('#box').css("top", (($(window).height() - this.outerHeight()) / 2) + $(window).scrollTop() + "px");
						$('#box').css("left", (($(window).width() - $('#box').outerWidth()) / 2) + $(window).scrollLeft() + "px");
						     return this; 
                    })
					
				
					
									
				}

            
                
                
                
                $('#boxclose').click(function(){
                    $('#box').animate({'top':'-770px'},500,function(){
                        $('#overlay').fadeOut('fast');
                    });
                });
				
				
                
                

            });
               */ 
             
           // orginal script
           
          
      
           $(function() {

{
                    $('#overlay').fadeIn('fast',function(){
                        $('#box').animate({'top':'0px'},500);
						//$('#box').css("top", (($(window).height() - this.outerHeight()) / 2) + $(window).scrollTop() + "px");
						$('#box').css("left", (($(window).width() - $('#box').outerWidth()) / 2) + $(window).scrollLeft() + "px");
						
						$('#nabshow').fadeOut('fast');
						
						     //return this; 
							 setTimeout("sitecaptureclose()",30000)
                    })
				}

                $('#boxclose').click(function(){
                    $('#box').animate({'top':'-770px'},500,function(){
                        $('#overlay').fadeOut('fast');
						$('#nabshow').fadeIn('fast');
                    });
                });

            });
			
			 function sitecaptureclose()
{

 //$('#box').animate({'top':'-770px'} );

                       // $('#overlay').fadeOut('fast');
					   $('#box').animate({'top':'-770px'},500,function(){
                        $('#overlay').fadeOut('fast');
						$('#nabshow').fadeIn('fast');
                    });

           
}
           
         
