<!-- Begin First Grouping -->
var tiro_xayaysiis = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % tiro_xayaysiis;
ad +=1;
if (ad==1) {
txt=" ";
url="http://www.somalitalk.com/tabouk/index.html";
alt="";
banner="http://www.somalitalk.com/tabouk/tabuuk.jpg";
width="160";
height="230";
}
if (ad==2) {
txt=" ";
url="http://www.somalitalk.com/tabouk/index.html";
alt="";
banner="http://www.somalitalk.com/tabouk/tabuuk1.jpg";
width="160";
height="230";
}
if (ad==3) {
txt=" ";
url="http://www.somalitalk.com/tabouk/index.html";
alt="";
banner="http://www.somalitalk.com/tabouk/tabuuk2.jpg";
width="160";
height="230";
}
if (ad==4) {
txt=" ";
url="http://www.somalitalk.com/tabouk/index.html";
alt="";
banner="http://www.somalitalk.com/tabouk/tabuuk3.jpg";
width="160";
height="230";
}

document.write('<left>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
