<!--

    if (document.images) {
        title_link_button_ov = new Image();
        title_link_button_ov.src = "http://www.fencing.ca/images/title_link_button_ov.gif";
    }
    function rollOver(imName,over) {
        if (!document.images) {return};
        whichIm = document.images[imName];
        if (over) { whichIm.src = "http://www.fencing.ca/images/" + imName + "_ov.gif" }
             else { whichIm.src = "http://www.fencing.ca/images/" + imName + "_up.gif" };
    }

adImages = new Array("http://www.fencing.ca/images/banner1.jpg","http://www.fencing.ca/images/banner2.jpg","http://www.fencing.ca/images/banner3.jpg","http://www.fencing.ca/images/banner4.jpg");

thisAd = 0;
imgCt = adImages.length;

function rotate() {
  if (document.images) {
    if (document.cycle.complete) {
      thisAd++;
        if (thisAd == imgCt) {
            thisAd = 0
        }
      document.cycle.src = adImages[thisAd];
    }
    setTimeout("rotate()", 3500);
  }
}


document.write('<table align="center" cellpadding=0 cellspacing=0 border=0 bgcolor="#FFFFFF" width=760>');
document.write('<tr><td bgcolor="#FFFFFF"><img src="http://www.fencing.ca/images/tblblnk2.gif" alt="spacer" height="20" width="1"></td><td bgcolor="#FFFFFF">&nbsp;</td><td bgcolor="#FFFFFF">&nbsp;</td><td bgcolor="#FFFFFF">&nbsp;</td></tr>');
document.write('<tr><td bgcolor="#FFFFFF" valign="top" width="85" align="left" style="background-image: url(http://www.fencing.ca/images/fcc_top_left.gif);background-repeat: no-repeat">');
document.write('<p align="center"><IMG align="top" name="smlogo_white" BORDER="0" SRC="http://www.fencing.ca/images/smlogo_trans.gif" alt="CFF Logo" width="59" height="80" ><br><img src="http://www.fencing.ca/images/tblblnk2.gif" alt="spacer" height="1" width="85"></td>');
document.write('<td bgcolor="#FFFFFF" valign="top" width="270" align="left"><font face="Arial, Helvetica, sans-serif" size="3"><b>Fencing Coaches of Canada /<br>Entra&icirc;neurs d\'Escrime du Canada<br></b></font>');
document.write('<font face="Arial, Helvetica, sans-serif" size="2">8 Springwater Court<br>');
document.write('Island View NB &nbsp;E3E 1A1<br>');
document.write('Tel: (506) 454-7886</font></td>');
document.write('<td align="center" valign="top" width="240"><img src="http://www.fencing.ca/images/banner1.jpg" width="240" height="100" border="0" name="cycle" alt="banner"><br><font face="Arial,Helvetica,sans-serif" size="1">Banner images courtesy <a href="http://www.flickr.com/photos/kashmera/collections/72157610622937424/">Heather Maclaren</a></font></td>');
document.write('<td align="right" valign="top" width="165" style="background-image: url(http://www.fencing.ca/images/fcc_top_right.gif);background-repeat: no-repeat"><font face="Arial, Helvetica, sans-serif" size="2">&nbsp;<p><a href="mailto:fcc@fencing.ca">fcc@fencing.ca</a>&nbsp;&nbsp;&nbsp;&nbsp;<br><a href="mailto:webmaster@fencing.ca">webmaster@fencing.ca</a>&nbsp;&nbsp;&nbsp;&nbsp;<p><b><a href="http://www.fencing.ca/english_index.html">CFF Home</a>&nbsp;&nbsp;&nbsp;&nbsp;<br><a href="http://www.fencing.ca/french_index.html">Page d\'accueil FCE</a></b>&nbsp;&nbsp;&nbsp;&nbsp;</font></td></tr></table>');


//-->