
var msg = "Tavares Auto Sales in Guinea-Bissau.  Used cars in stock and custom order new cars. Just tell us what you dream car is, and we will find it!";
var spacer = "     ";
var pos = 0;
function ScrollMessage() {
   window.status = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
   pos++;
   if (pos > msg.length) pos = 0;
   window.setTimeout("ScrollMessage()",200);
}
ScrollMessage();


function preloader() 
{
     // counter     var i = 0;
     // create object     imageObj = new Image();
     // set image list     images = new Array();     images[0]="images/nav1.gif"     images[1]="images/nav2.gif"           images[2]="images/bul1.gif"      // start preloading     for(i=0; i<=2; i++)      {          imageObj.src=images[i];     }

} 





