// 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 + '/banner_count.php?action=view&idtl=' + idtl + '">');
	 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 + '/banner_count.php?action=view&idtl=' + idtl + '">');
	 document.write('</iframe>');
	}
