


<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {



banner="./IndexUltimate.swf";
width="736";
height="176";
c_text="EU Photonics";
}
if (ad==2) {


banner="./MoviekevBritest.swf";
width="736";
height="181";
c_text="BriteSmile";
}
if (ad==3) {


banner="./HennaFinal.swf";
width="736";
height="181";
c_text="Reichhold/Canon";
}


document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"'+width+'\" height=\"'+height+'\">');

document.write('<param name=\"movie\" value=\"'+banner+'\">');
document.write('<param name=\"quality\" value=\"high\">');
document.write('<embed src=\"'+banner+'\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"'+width+'\" height=\"'+height+'\"></embed>');
document.write('</object>');

 
 

