
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Ken Tholke, kentholke@firstsaga.com. -->

<!-- Begin
// add as many or as few messages as you would like
var msg=new Array()
msg[0]="<CENTER>gagnez en Bourse sans capital ...</CENTER>";
msg[1]="<CENTER>jusqu'à 2 000 € sans les décimales ...</CENTER>";
msg[2]="<CENTER>100 € sur trois jours ... </CENTER>";
msg[3]="<CENTER>gagnez vite, c'est GRATUIT </CENTER>";
msg[4]="<CENTER>dites-le à vos amis : \<A href='SFO-TELLAFRIEND.php'>cliquez ICI</A></CENTER>";

// set your first set of colors.  Use as many or as few as you wish.
var colors1=new Array("99ff99", "99ee99", "99dd99", "99cc99", "99bb99", "99aa99", "009900",
"008800", "007700", "006600", "005500", "004400", "003300", "002200", "001100", "000000")


//set your second set of colors
// *** must have exactly the same number of colors as the array above ***
var colors2=new Array("99ff99", "99ee99", "99dd99", "99cc99", "99bb99", "99aa99", "ff9900",
"ff8800", "ff7700", "ff6600", "ff5500", "ff4400", "ff3300", "ff2200", "ff1100", "ff0000")


//previous sets of colors - Pour memoire
// noir et rouge
var colors6=new Array("00000", "110000", "220000", "330000", "440000", "550000", "660000",
"770000", "880000", "990000", "aa0000", "bb0000", "cc0000", "dd0000", "ee0000", "ff0000")
// noir et vert
var colors7=new Array("000000", "001100", "002200", "003300", "004400", "005500", "006600",
"007700", "008800", "009900", "33aa33", "33bb33", "33cc33", "33dd33", "33ee33", "33ff33")
var colors5=new Array("ffffff", "ffeeee", "ffdddd", "ffcccc", "ffbbbb", "ffaaaa", "ff9999",
"ff8888", "ff7777", "ff6666", "ff5555", "ff4444", "ff3333", "ff2222", "ff1111", "ff0000")
var colors4=new Array("ffffff", "eeffee", "ddffdd", "ccffcc", "bbffbb", "aaffaa", "99ff99",
"88ff88", "77ff77", "66ff66", "55ff55", "44ff44", "33ff33", "33ff33", "33ff33", "33ff33")
var colors3=new Array("ffffff", "eeeeff", "ddddff", "ccccff", "bbbbff", "aaaaff", "9999ff",
"8888ff", "7777ff", "6666ff", "5555ff", "4444ff", "3333ff","2222ff", "1111ff", "0000ff")

//set the height of the display in pixels
high=60;

//set the width of the display in pixels
wide=500;

//set the pixel coordinates for the upper left hand corner of the display
Xpos=350;
Ypos=30;

// move the display away from the edges of the background
pad=15;

// set the background color of the display
bgcol="transparent";

//add a background image if you want.
// *** for no image, just leave empty quotes (ex. cellbg=""; ) ***
cellbg="faderbg.jpg";

// set the font
fntFam="arial,verdana,helvetica";
fntSize=14;

// set how how many seconds you want the message to stay remain at totality.
pause=2.5;

