<!-- var window_football=null;
function openRingStats() {

window_stats=window.open('','RingStats', "status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,alwaysRaised=yes,width=400,height=525");
if(window_stats != null) { 
if (window_stats.opener == null)
window_stats.opener = self; 
window_stats.location.href = 'http://stats.webring.org/cgi-bin/wrstats?ring=cybercoach';
} } 
// -->