<!-- SEE VIEW

var how_many_ads = 10
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


//**************************** See  NUMBER ONE ****************

if (ad==1){


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/01.jpg";


width="100";
height="120";
}

//**************************** AD NUMBER TWO ****************


if (ad==2) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/02.jpg";

width="100";
height="120";
}


//**************************** See  NUMBER 3 ****************

if (ad==3) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/03.jpg";

width="100";
height="120";
}
//**************************** See  NUMBER 4 ****************

if (ad==4) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/04.jpg";

width="100";
height="120";
}
//**************************** See  NUMBER 5 ****************

if (ad==5) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/05.jpg";

width="100";
height="120";
}
//**************************** See  NUMBER 6 ****************

if (ad==6) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/06.jpg";

width="100";
height="120";
}
//**************************** See  NUMBER 7 ****************

if (ad==7) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/07.jpg";

width="100";
height="120";
}
//**************************** See  NUMBER 8 ****************

if (ad==8) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/08.jpg";

width="100";
height="120";
}
//**************************** See  NUMBER 9 ****************

if (ad==9) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/09.jpg";

width="100";
height="120";
}
//**************************** See  NUMBER 10 ****************

if (ad==10) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/010.jpg";

width="100";
height="120";
}

//**************************** See  NUMBER 11 ****************

if (ad==11) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/011.jpg";

width="100";
height="120";
}


//**************************** See  NUMBER 12 ****************

if (ad==12) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/012.jpg";

width="100";
height="120";
}


//**************************** See  NUMBER 13 ****************

if (ad==13) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/013a.jpg";

width="100";
height="120";
}

//**************************** See  NUMBER 14 ****************

if (ad==14) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/014.jpg";

width="100";
height="120";
}

//**************************** See  NUMBER 15 ****************

if (ad==15) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/interpreter/015.jpg";

width="100";
height="120";
}

//**************************** See  NUMBER 16 ****************

if (ad==15) {


url="#";

alt="Interpreters and Translators of The Week";

hele="http://www.absolute-interpreting.co.uk/016.jpg";

width="100";
height="120";
}


document.write('<center>');
document.write('<img src=\"' + hele + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
-->