
			function show_ad(ad,x){
				if (x==0){
					setTimeout('show_ad(\'ad\',1)',10);
					return;
				}
				box_width=675+20;
				box_height=445+20;

				x = (document.body.innerWidth)? document.body.innerWidth:document.body.offsetWidth;
				y = (document.body.innerHeight)? document.body.innerHeight:document.body.offsetHeight;
				popup_left = (x-box_width)/2;
				popup_top = (y-box_height)/2;

				var myImage = new Image();
				myImage.src = "/popups/data/4c4f29486c917.jpg";
				var o = document.getElementById('popup');
				o.src    =  "/popups/data//popup.html";
				o.width  = myImage.width+20;
				o.height = myImage.height+40;

				o=document.getElementById('ad');
				o.style.left=popup_left;
				o.style.visibility="visible";
				move_ad(ad,popup_top,1-box_height);
			}

			function Hide_Ad(ad){
				document.getElementById(ad).style.visibility="hidden";
			}
			function move_ad(ad,popup_top,x){
				if (x < popup_top){
					this.x = x+100;
					if (this.x > popup_top)
						this.x = popup_top;
					document.getElementById(ad).style.top=this.x;
					setTimeout('move_ad(\'ad\',popup_top,this.x)',100);
				}
			}
			function do_url(){
				location.href='http://secure3.ticket-ops.com/Multi_Ticket_sunshine'
				return true;
			} 
