

// Status bar variables
    var scrmsg = "Gigannonces, le site Numero 1 des petites annonces Tunisiennes.   "; 
    var scrspacer = " ";
    var scrpos = 0; 

                    
    function ScrollMessage() 
    { 
        window.status = scrmsg.substring(scrpos, scrmsg.length) + scrspacer + scrmsg.substring(0,scrpos); 
        scrpos++; 
        if (scrpos > scrmsg.length) scrpos = 0; 
        window.setTimeout("ScrollMessage()", 150);
    } 

    ScrollMessage(); 



var message = new Array() // leave this as is

message[0] = "---Gigannonces-----Gigannonces-----Gigannonces-----Gigannonces------------||  ";
message[1] = "---Le site Numero un des petites annonces tunisiennes---------------------||  ";
message[2] = "---Annonces d'achat, de vente et d'echanges-------------------------------||  ";
message[3] = "---Immobilier, Emploi, Rencontres, Autos-Motos, Electronique, Informatique||  ";
message[4] = "---Gigannonces vous rapproche---------------------------------------------||  ";
message[5] = "---Gigannonces vous permet de reussir-------------------------------------||  ";

var reps = 2
var speed = 200

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


    //-->

