/* auteur: varman7 */
/* Date de création: 2002-12-06 */

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(message);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(message)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()


function zz_antileech (zz_sp_address) {
zz_sp_address = zz_sp_address.split("*hahaha*");
// Remplacez * par un groupe de caractères pour personnaliser le script
zz_sp_address = zz_sp_address.join("@");
top.location = "mailto:"+zz_sp_address;
}


function netie(net, ie) {
  if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))
    return true;
else return false;
}

function header() {
	mblnWebTV = ( navigator.appName.indexOf( "WebTV") != -1) ? true : false;
	if ( mblnWebTV) {
		document.write( '<embed src="wtv-tricks:/msndispatch?type=tv-navbar-insert&loc=top-navbar&requestor="A23" height="33" width="544"></embed>');
	}
	else {
		if ( navigator.appVersion.indexOf( "MSN 6.") != -1) {
			document.write( '<table cellpadding="0" cellspacing="0" border="0" width="100%" class="msnB">');
			document.write( '<tr><td height="5"><spacer type="block" height="5"></td></tr></table>');
		}
		header = '<div class="dMSNME_1"><table border="0" cellpadding="0" cellspacing="0" class="msnB" width="100%">';
		header += '<tr><td width="608" nowrap><div class="msnH">';
		<!--- [MSN PARTNER TO MODIFY] /AK/ with the MSN property-specific ID root --->
		header += '<a href="http://www.rds.ca/hockey" class="msnHL"><b>RDS</b></a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
		header += '<a href="http://www.tsn.ca/nhl" class="msnHL"><b>TSN</b></a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
		header += '<a href="http://www.sportsline.com/nhl" class="msnHL"><b>CBS Sportsline</b></a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
		header += '<a href="http://www.nhl.com/" class="msnHL"><b>NHL.com</b></a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
		header += '<a href="http://www.hockeydb.com/" class="msnHL"><b>HockeyDB</b></a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
		header += '<a href="http://www.theahl.com/" class="msnHL"><b>AHL</b></a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;';
		header += '<a href="http://www.goaliesarchive.com/" class="msnHL"><b>The Goalies Archive&nbsp;</b></a>&nbsp;&nbsp;&nbsp;</td>';
		header += '<td>&nbsp;</td></tr></table></div>';
		document.write ( header);		
	}
}

function gotosite(site, activeSelect) {            
    if (site != "") {                           
      activeSelect.selectedIndex=0;
      self.location=site; 
    }
}




document.write('<IFRAME frameborder="0" scrolling="no" width="0" height="0" SRC="http://www.goaliesarchive.com/cgi-bin/visiteura.cgi"></IFRAME>');