ok thanks for quick response..
Edit:
--> i copied adserve.js to my ROOT Directory and renamed as adsX10HOSTING.js..
<script type="text/javascript" src="http://chongkolai.x10hosting.com/adsX10HOSTING.js?corporate"></script>
--> and edit the file.. now its working..
//////////////////////////////////////////////////////////////////////////////
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("
http://www.x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:1&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer) {
document.write ("&referer=" + escape(document.referrer));
}
document.write ("'><" + "/script>");