$(document).ready(
	function()
	{
		var adRightWidth='233';
		var adRightHeight='160';		
		var adRightBottom='170px';
		var this_img='http://exgfsbucks.com/im-banner-4.gif';
		

		$("body").prepend("<div id=\"imad\" style='position:fixed;bottom:-"+adRightHeight+"px;right:10px;height:"+adRightHeight+"px;width:"+adRightWidth+"px;z-index:1000;'><a href='http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=935693-0000&PA="+ids+"&HTML="+site+"' target='_blank'><img src=\""+this_img+"\" width=\""+adRightWidth+"\" height=\""+adRightHeight+"\" border=\"0\" name=\"img_imad\" /></a> <a href=\"javascript:void(0);\" name=\"a_imad\" style=\"position:absolute;top:0px;right:0px;width:22px;height:22px;background-image:url('"+this_img+"');background-position:top right;\"></a></div>");
		
		var display=true;
		$('img[name=img_imad]').load(function()
		{
			if(display)
			{
				$("div[id=imad]").animate({"bottom": "+="+adRightBottom}, "slow");
				$("a[name=a_imad]").click(function()
				{
					$("div[id=imad]").animate({"bottom": "-="+adRightBottom}, "high");
				});
			}
			display=false;
		});
	}
);