<!--- ##DEBUT SCRIPT DE TITRE MESSAGE## ---> 

// Copyright 2001 by www.CodeBelly.com
// Do *not* remove this notice.

// INSTRUCTIONS
// Place this script in the head of your page.
// Set the variables as indicated below.

// SET THE VARIABLES BELOW

// Set your messages below -- follow the pattern. To add
// more messages, just add more elements to the array.
var message = new Array() // leave this as is

message[0] = "Call of Duty United Offensive GFM";
message[1] = "Call of Duty 4";
message[2] = "Call of Duty United Offensive GFM";
message[3] = "Call of Duty 4";
message[4] = "Call of Duty United Offensive GFM";
message[5] = "Call of Duty 4";
message[6] = "Call of Duty United Offensive GFM";
message[7] = "Call of Duty 4";

// Set the number of repetitions (how many times the arrow
// cycle repeats with each message).

var reps = 1

// Set the overall speed (larger number = slower action).

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>16){s=1}
// you can fiddle with the patterns here...
if(s==1){document.title='- [F.F.I] --------- Le chant des Partisans ----- '+T+' -----'}
if(s==2){document.title='-- [F.F.I] -------- Le chant des Partisans ----- '+T+' -----'}
if(s==3){document.title='--- [F.F.I] ------- Le chant des Partisans ----- '+T+' -----'}
if(s==4){document.title='---- [F.F.I] ------ Le chant des Partisans ----- '+T+' -----'}
if(s==5){document.title='----- [F.F.I] ----- Le chant des Partisans ----- '+T+' -----'}
if(s==6){document.title='------ [F.F.I] ---- Le chant des Partisans ----- '+T+' -----'}
if(s==7){document.title='------- [F.F.I] --- Le chant des Partisans ----- '+T+' -----'}
if(s==8){document.title='-------- [F.F.I] -- Le chant des Partisans ----- '+T+' -----'}
if(s==9){document.title='--------- [F.F.I] - Le chant des Partisans ----- '+T+' -----'}
if(s==10){document.title='-------- [F.F.I] -- Le chant des Partisans ----- '+T+' -----'}
if(s==11){document.title='------- [F.F.I] --- Le chant des Partisans ----- '+T+' -----'}
if(s==12){document.title='------ [F.F.I] ---- Le chant des Partisans ----- '+T+' -----'}
if(s==13){document.title='----- [F.F.I] ----- Le chant des Partisans ----- '+T+' -----'}
if(s==14){document.title='---- [F.F.I] ------ Le chant des Partisans ----- '+T+' -----'}
if(s==15){document.title='--- [F.F.I] ------- Le chant des Partisans ----- '+T+' -----'}
if(s==16){document.title='-- [F.F.I] -------- Le chant des Partisans ----- '+T+' -----'}
if(C<(16*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();

<!--- ##FIN SCRIPT DE TITRE MESSAGE## --->