
<!--

var how_many_ads = 4;

var now = new Date();

var sec = now.getSeconds();

var ad = sec % how_many_ads;

ad +=1;

if (ad==1) {

url="http://www.speedferries.com/index_fr.html";

banner="/pix/banner_05april.gif";

}

if (ad==2) {

url="http://www.speedferries.com/index_fr.html";

banner="/pix/banner_05april.gif";



}

if (ad==3) {

url="http://www.speedferries.com/index_fr.html";

banner="/pix/banner_05april.gif";



}

if (ad==4) {

url="http://www.speedferries.com/index_fr.html";

banner="/pix/banner_05april.gif";



}


document.write('<center>');

document.write('<a href=\"' + url + '\" target=\"_blank\">');

document.write('<IMG src=\"' + banner + '\"  BORDER="0" NAME="banner1" ALIGN="">');

document.write('</a>');

document.write('</center>');

// -->
