	/**********  Get MiD Advertising Banner *********/
	function getBanner2(zone, width, height){
		if (!document.phpAds_used) document.phpAds_used = ',';
		phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
		
		document.write ("<"+"iframe id='" + phpAds_random + "' width='" + width + "' height='" + height + "' style='position:relative;z-index:10000;' MARGINWIDTH='0'; MARGINHEIGHT='0' HSPACE='0' VSPACE='0' FRAMEBORDER='0' SCROLLING='no' src='");
		document.write ("http://ads.motionindesign.com/show_banner.php?nn=" + phpAds_random);
		document.write ("&amp;whatt=zone:" + zone);
		document.write ("&amp;excludee=" + document.phpAds_used);
		if (document.referrer)
		  document.write ("&amp;refererr=" + escape(document.referrer));
		document.write ("'><"+"/iframe>");
	}





	function getBanner(zone, width , height){
 		var m3_u = (location.protocol=='https:'?'https://ads.motionindesign.com/www/delivery/ajs.php':'http://ads.motionindesign.com/www/delivery/ajs.php');
   		var m3_r = Math.floor(Math.random()*99999999999);
   	if (!document.MAX_used) document.MAX_used = ',';
   		document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
  		document.write ("?zoneid="+zone+"");
   		document.write ('&amp;cb=' + m3_r);
   	if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   		document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   		document.write ("&amp;loc=" + escape(window.location));
   	if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   	if (document.context) document.write ("&context=" + escape(document.context));
   	if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   		document.write ("'><\/scr"+"ipt>");
	}
