<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.elqnas.org/";
alt="vip4soft.com";
banner="http://www.vip4soft.com/images/jpg/Dollars.jpg";
width="272";
height="140";
}
if (ad==2) {
txt="";
url="http://blogs.vip4soft.com/";
alt="مدونات vip4soft";
banner="http://www.vip4soft.com/images/jpg/logo2.jpg";
width="271";
height="122";
}
if (ad==3) {
txt="";
url="http://www.vip4soft.com/";
alt="vip4soft.com";
banner="http://www.vip4soft.com/images/jpg/logo3.jpg";
width="186";
height="140";
}
if (ad==4) {
txt="";
url="http://http://www.vip4soft.com/The-best-programs/Microsoft/Windows_Vista/Windows_Vista.htm/";
alt="مركز ويندوز فيستا";
banner="http://www.vip4soft.com/images/jpg/logo4.jpg";
width="271";
height="132";
}
if (ad==5) {
txt="";
url="http://forum.vip4soft.com/";
alt="منتدى الدعم الفني";
banner="http://www.vip4soft.com/images/jpg/logo5.jpg";
width="367";
height="140";
}
document.write('<center>');
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 -->
</SCRIPT>