
<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 10;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="index.html";
adBanner1="img_splash/janus.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}
if (ad1==2) {
link1="index.html";
adBanner1="img_splash/belem.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}
if (ad1==3) {
link1="index.html";
adBanner1="img_splash/bianco.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}

if (ad1==4) {
link1="index.html";
adBanner1="img_splash/saintjames.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}

if (ad1==5) {
link1="index.html";
adBanner1="img_splash/ruche.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}

if (ad1==6) {
link1="index.html";
adBanner1="img_splash/linae.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}

if (ad1==7) {
link1="index.html";
adBanner1="img_splash/bookandlook.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}

if (ad1==8) {
link1="index.html";
adBanner1="img_splash/paper.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}

if (ad1==9) {
link1="index.html";
adBanner1="img_splash/mixte.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}

if (ad1==10) {
link1="index.html";
adBanner1="img_splash/togo.jpg";
width1="320";
height1="320";
alt1="Contemporary furniture from Ligne Roset Westend";
}






document.write('<center><a href="' + link1 + '" target="_top">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
// End -->


