Set up Web Messenger banner ads
You can find the MessengerAds.ascx from ~/CuteSoft_Client/CuteChat/Advertising/ directory.
The MessengerAds User Control is responsible for displaying the bottom banner at the bottom of Cute Web Messenger.
It contains a 250x60 image by default. You can insert the text/image/flash to display the needed ads HTML.
<%@ Control Language="c#" %>
<div align="center">
<a href="http://www.richscripts.com/" target="_blank"><img src="images/cutechat_banner2.gif" /></a>
</div>
<div align="center">
<a href="http://www.richscripts.com/" target="_blank"><img src="images/cutechat_banner2.gif" /></a>
</div>
