<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- 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) {
 url="http://www.somcare.org/index.php";
 alt="SomCare";
 banner="http://www.hiiraan.com/ad/2009/MN/maaxaay.gif";
 width="468";
 height="70";
 }
 if (ad==2) {
 url="http://www.mohamedegeh.com/";
 alt="MOHAMED EGEH REALTY";
 banner="http://www.hiiraan.com/ad/2009/Ottawa/banner_mohamedegeh.jpg";
 width="468";
 height="68";
 }
 if (ad==3) {
url="http://www.axismedicalcenter.org/index.html";
alt="Universal Home Health Care";
banner="http://www.hiiraan.com/ad/2009/MN/axis-front.jpg";
width="468";
height="60";
 }
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('</center>');
// End -->

