

   buying_img =   new Image(578, 79)   
   selling_img =  new Image(578, 39)
   building_img = new Image(578, 42)
   call_img =     new Image(578, 46)
   movie_img =    new Image(24, 18)

   
   buying_img.src   =  "buying_a.jpg"
   selling_img.src  =  "selling_a.jpg"
   building_img.src =  "building_a.jpg"
   call_img.src     =  "call_a.jpg"
   movie_img.src    =  "speaker2.jpg"

   function movie_in()
   {
      document.movie.src = movie_img.src
      return true
   }
   function movie_out()
   {
      document.movie.src = "speaker.jpg"
      return true
   }

   function buying_in()
   {
      document.buying.src = buying_img.src
      return true
   }
   function buying_out()
   {
      document.buying.src = "buying.jpg"
      return true
   }
   function selling_in()
   {
      document.selling.src = selling_img.src
      return true
   }
   function selling_out()
   {
      document.selling.src = "selling.jpg"
      return true
   }
   function building_in()
   {
      document.building.src = building_img.src
      return true
   }
   function building_out()
   {
      document.building.src = "building.jpg"
      return true
   }
   function call_in()
   {
      document.call.src = call_img.src
      return true
   }
   function call_out()
   {
      document.call.src = "call.jpg"
      return true
   }

function scroll_status(seed,offset)
{
        var msg1  ="         Do you have a home to list?              Call Lynette today and get an extended listing on this site!   ";


        var msg2  =
"         It's a buyer's market!                Don't miss this excellent opportunity to move up to the home of your dreams!               Call Lynette today! ";
        var msg3  = 
"         Tired losing money in the stock market?              Real estate may be a smarter choice.                      Call Lynette for investment properties.   ";

        var msg4  = "         Do you have a home to list?              Call Lynette today and get an extended listing on this site!   ";
        var msg;
        var out = " ";
        var c   = 1;
        if (seed == 1) 
        {
                window.status="Welcome to my website";
                var cmd="scroll_status(" + "2" + ",190)";
                timerTwo=window.setTimeout(cmd,3000);
                
        }
        else if (seed == 2) 
        {
            msg = msg2;   
            if ( offset > 0 )
            {
               for (c=0 ; c < offset ; c++) 
               {
                     out+=" ";
               }
               out+=msg;
            }

            if ( offset <= 0 )
            {
               if ( -offset < msg.length )
               {
                  out+=msg.substring(-offset,msg.length);
               }
               else
               {
                 var cmd3="scroll_status(" + "3" + "," + "190" + ")";           
                 timerTwox=window.setTimeout(cmd3,7000); 
                 return;                 
               }

            }
            window.status=out;
            offset--;
            var cmd4="scroll_status(" + "2" + "," + offset + ")";           
            timerTwoy=window.setTimeout(cmd4,35);
            return;
            
        }
        else if ( seed == 3 ) 
        {
           msg = msg1;   
            if ( offset > 0 )
            {
               for (c=0 ; c < offset ; c++) 
               {
                           out+=" ";
               }
               out+=msg;
            }

            if ( offset <= 0 )
            {
               if ( -offset < msg.length )
               {
                  out+=msg.substring(-offset,msg.length);
               }
               else
               {
                 var cmd5="scroll_status(" + "4" + "," + "190" + ")";           
                 timerTwob=window.setTimeout(cmd5,6000);  
                 return;                
               }
            }
            window.status=out;
            offset--;
            var cmd6="scroll_status(" + "3" + "," + offset + ")";           
            timerTwoa=window.setTimeout(cmd6,35);
        }
        else if ( seed == 4 ) 
        {
           msg = msg3;   
            if ( offset > 0 )
            {
               for (c=0 ; c < offset ; c++) 
               {
                           out+=" ";
               }
               out+=msg;
            }

            if ( offset <= 0 )
            {
               if ( -offset < msg.length )
               {
                  out+=msg.substring(-offset,msg.length);
               }
               else
               {
                 var cmd5="scroll_status(" + "5" + "," + "190" + ")";           
                 timerTwob=window.setTimeout(cmd5,7000);  
                 return;                
               }
            }
            window.status=out;
            offset--;
            var cmd6="scroll_status(" + "4" + "," + offset + ")";           
            timerTwoa=window.setTimeout(cmd6,35);
        }
        else if ( seed == 5 ) 
        {
           msg = msg4;   
            if ( offset > 0 )
            {
               for (c=0 ; c < offset ; c++) 
               {
                           out+=" ";
               }
               out+=msg;
            }

            if ( offset <= 0 )
            {
               if ( -offset < msg.length )
               {
                  out+=msg.substring(-offset,msg.length);
               }
               else
               {
                 var cmd8="scroll_status(" + "6" + "," + "190" + ")";           
                 timerTwob=window.setTimeout(cmd8,7000);  
                 return;                
               }
            }
            window.status=out;
            offset--;
            var cmd9="scroll_status(" + "5" + "," + offset + ")";           
            timerTwoa=window.setTimeout(cmd9,35);
        }

}



function onLoad() {

    timerONE=window.setTimeout('scroll_status(1,180)',500);

   /*  NO AD           document.writeln('<SPAN ID="AdContainer"></SPAN>');
        container = document.all["AdContainer"];
container.document.open("text/html");
    container.document.writeln('<DIV ID="focusItem" STYLE="position:absolute;left:0;top:0;width:100%;bgcolor:0;visibility:show;" onclick=window.location.href="searchmls.htm";><CENTER><a href="http://www.lynettebates.com/searchmls.htm"><IMG src="banner.jpg" border=0></a></CENTER></DIV>');
 container.document.close();   */
}


