// JavaScript Document
	if (document.layers)
	{
	 document.write('<ilayer marginwidth="0" marginheight="0" ');
	 document.write('hspace="0" vspace="0" frameborder="0" scrolling="no" width="' + width +'" height="' + height +'" ')
	 document.write(' src="' + url + '/wmb_webring.php?cwr=' + cwr + '&mode=' + mode + '">');
	 document.write('</ilayer>');
	} 
	else
	{ 
	 document.write('<iframe marginwidth="0" marginheight="0" ');
	 document.write('hspace="0" vspace="0" frameborder="0" scrolling="no" width="' + width +'" height="' + height +'" ')
	 document.write(' src="' + url + '/wmb_webring.php?cwr=' + cwr + '&mode=' + mode + '">');
	 document.write('</iframe>');
	}
