$(document).ready(function()
{
  

    $('#one').css({'left' : '-150px'});
    var $marginOne = $('#one');
    $marginOne.animate( 
    {marginLeft:'150px'},0); 
   
   
    $('#two').css({'left' : '-350px'});
    var $marginTwo = $('#two');
    $marginTwo.animate( 
    {marginLeft:'500px'},0); 
    
     
   $('#three').css({'left' : '-500px'});
    var $marginThree = $('#three');
   $marginThree.animate( 
    {marginLeft:'1000px'},0); 
    
     var $marginFour = $('#four');
     $marginFour.animate(
     {marginLeft:'500px'},0); 
    
    
    
    $(document).ready(function()
    {
    
      var $marginFour = $('#holder2');
                $marginFour.animate(
                {marginLeft:'-500px'},0);    
                $('#holder2').css({'left' : '-500px'});
                var $marginFour = $('#holder2');
                $marginFour.animate(
                {marginLeft:'500px'},0); 
                
                  $(this).delay(0,function(){

                     $('#holder2').html(' <iframe width="500" height="550" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=cleveley+mere&amp;sll=53.902557,-2.77529&amp;sspn=0.035701,0.111237&amp;ie=UTF8&amp;ll=54.006155,-2.728729&amp;spn=0.285464,0.889893&amp;z=11&amp;iwloc=A&amp;cid=18156719991025738759&amp;output=embed"></iframe>'); 

                });
       
    });


     

      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
     
      

           
       
       
       
       
       
       
 
           
       
       
       
       
       
           

      


    
    


    
});  

jQuery.fn.delay = function(time,func){
    this.each(function(){
        setTimeout(func,time);
    });
    
    return this;
};
  
    