<!-- Begin
var how_many_ads = 11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="This advertisement could be yours!";
url="advertise.htm";
alt="This advertisement could be yours!";
banner="export.gif";
width="468";
height="60";
}
if (ad==2) {
txt="ADV: Anderson's Lodge";
url="http://www.andersonslodge.com";
alt="Please Support our Sponsor!";
banner="ad_b_andersons.gif";
width="468";
height="60";
}
if (ad==3) {
txt="ADV: Bearskin Airlines";
url="http://www.bearskinairlines.com";
alt="Please Support our Sponsor!";
banner="ad_b_bearskin.gif";
width="468";
height="60";
}
if (ad==4) {
txt="ADV: Wasaya Airways LP";
url="http://www.wasaya.com";
alt="Please Support our Sponsor!";
banner="ad_wasaya.gif";
width="468";
height="60";
}
if (ad==5) {
txt="ADV: NorthWeb Online";
url="http://www.nwonline.ca";
alt="Please Support our Sponsor!";
banner="ad_b_northweb.gif";
width="468";
height="60";
}
/*if (ad==6) {
txt="ADV: Sweet Water Cruises";
url="http://www.sweetwatercruises.com/id5.html";
alt="Please Support our Sponsor!";
banner="ad_b_swc.gif";
width="468";
height="60";
}
*/
if (ad==6) {
txt="ADV: Wasaya Airways LP";
url="http://www.wasaya.com";
alt="Please Support our Sponsor!";
banner="ad_wasaya.gif";
width="468";
height="60";
}
if (ad==7) {
txt="ADV: Ireland's Jewellery";
url="http://www.irelandsjewellery.com";
alt="Please Support our Sponsor!";
banner="ad_b_irelands.gif";
width="468";
height="60";
}
if (ad==8) {
txt="ADV: Forest Inn & Conference Centre";
url="http://www.forestinn.net";
alt="Please Support our Sponsor!";
banner="ad_b_forestinn.gif";
width="468";
height="60";
}
if (ad==9) {
txt="ADV: Sioux Travel";
url="http://www.siouxtravel.ca";
alt="Please Support our Sponsor!";
banner="ad_b_siouxtravel_pr1.gif";
width="468";
height="60";
}
if (ad==10) {
txt="ADV: River Edge Outfitters";
url="http://www.riveredgeoutfitters.ca";
alt="Please Support our Sponsor!";
banner="ad_b_reo.gif";
width="468";
height="60";
}
if (ad==11) {
txt="ADV: Sunset Inn and Suites";
url="http://www.sunsetinnscanada.com";
alt="Please Support our Sponsor!";
banner="ad_b_sunsetinn.gif";
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('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->

