<!-- Begin
var ad_cnt1 = 5;
var now1 = new Date()
var sec1 = now1.getSeconds()
var ad1 = sec1 % ad_cnt1;
ad1 +=1;
if (ad1==1) {
url1="";
banner1="http://www.brandfreek.com/images/yeux/yeux1.jpg";
width1="500";
height1="119";
alt1="";
}
if (ad1==2) {
url1="";
banner1="http://www.brandfreek.com/images/yeux/yeux2.jpg";
width1="500";
height1="119";
alt1="";
}
if (ad1==3) {
url1="";
banner1="http://www.brandfreek.com/images/yeux/yeux3.jpg";
width1="500";
height1="119";
alt1="";
}
if (ad1==4) {
url1="";
banner1="http://www.brandfreek.com/images/yeux/yeux4.jpg";
width1="500";
height1="119";
alt1="";
}
if (ad1==5) {
url1="";
banner1="http://www.brandfreek.com/images/yeux/yeux5.jpg";
width1="500";
height1="119";
alt1="";
}
if (ad1==6) {
url1="";
banner1="http://www.brandfreek.com/images/yeux/yeux6.jpg";
width1="500";
height1="119";
alt1="";
}
document.write('<left><a href="' + url1 + '" target="_top">');
document.write('<img src="' + banner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</left>');
// End -->