// 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 +'&mode=' + mode +'&up=' + up +'&bgc=' + bgcolor +'&titc=' + titlecolor +'&desc=' + desczcolor +'&urlc=' + urlcolor +'&border=' + border +'&type=js">');
	 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 +'&mode=' + mode +'&up=' + up +'&bgc=' + bgcolor +'&titc=' + titlecolor +'&desc=' + desczcolor +'&urlc=' + urlcolor +'&border=' + border +'&type=js">');
	 document.write('</iframe>');
	}
