var messageb = new Array();
// Set your messages below -- follow the pattern.
// To add more messages, just add more elements to the array.
messageb[0] = " Murcia Costa Blanca & Almeria Property For Sale ";
messageb[1] = " Costa Calida Costa Blanca & Almeria Property For Sale ";
messageb[2] = " Properties resales in Costa Calida Costa Blanca & Almeria ";
messageb[3] = " Resales in Costa Blanca Costa Calida ";
messageb[4] = " Repossessions in Costa Blanca Costa Calida ";
messageb[5] = " Contact Us ";
messageb[6] = " Spanishbest Properties in Spain ";

// Set the number of repetitions (how many times the arrow
// cycle repeats with each message).
var repsb = 2;
var speedb = 200;  // Set the overall speed (larger number = slower action).

// DO NOT EDIT BELOW THIS LINE.
var pb = messageb.length;
var T = "";
var C = 0;
var mC = 0;
var s = 0;
var sT = null;
if (repsb < 1) repsb = 1;
function doTheThing() {
T = messageb[mC];
A();
}
function A() {
s++;
if (s > 8) { s = 1;}
// you can fiddle with the patterns here...
if (s == 1) { document.title = '  '+T+' '; }
if (s == 2) { document.title = '  '+T+' '; }
if (s == 3) { document.title = '  '+T+' '; }
if (s == 4) { document.title = '  '+T+' '; }
if (s == 5) { document.title = '  '+T+' '; }
if (s == 6) { document.title = '  '+T+' '; }
if (s == 7) { document.title = '  '+T+' '; }
if (s == 8) { document.title = '  '+T+' '; }
if (C < (8 * repsb)) {
sT = setTimeout("A()", speedb);
C++;
}
else {
C = 0;
s = 0;
mC++;
if(mC > pb - 1) mC = 0;
sT = null;
doTheThing();
   }
}
doTheThing();
//  End -->


<!--

<!--
///////////////////////////////
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 4000;
// Duration of crossfade (seconds)
var crossFadeDuration = 5;
// Specify the image files
var Pic = new Array();

Pic[0] = 'imgs/banner/1.jpg'
Pic[1] = 'imgs/banner/2.jpg'
Pic[2] = 'imgs/banner/3.jpg'
Pic[3] = 'imgs/banner/4.jpg'
Pic[4] = 'imgs/banner/5.jpg'
Pic[5] = 'imgs/banner/6.jpg'
Pic[6] = 'imgs/banner/7.jpg'
Pic[7] = 'imgs/banner/8.bmp'
Pic[8] = 'imgs/banner/9.jpg'
Pic[9] = 'imgs/banner/10.jpg'
Pic[10] = 'imgs/banner/11.jpg'
Pic[11] = 'imgs/banner/12.jpg'

var t;
var j = 0;
var p = Pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = Pic[i];
}

function runSlideShow() {
if (document.all) {
document.images.SlideShow.style.filter="blendTrans(duration=2)";
document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.SlideShow.filters.blendTrans.Apply();
}
document.images.SlideShow.src = preLoad[j].src;

if (document.all) {
document.images.SlideShow.filters.blendTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('runSlideShow()', slideShowSpeed)
}
/////////////////
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

//-->

<!--

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->





