<!--
bg = new Array();
bg[0] = 'images/1.gif'
bg[1] = 'images/1.jpg'
bg[2] = 'images/2.jpg'
index = Math.floor(Math.random() * bg.length);
document.write("<td height='100' width='310' background="+bg[index]+">");
document.write("<img src='images/index_pic.gif' width='310' height='180'>");
document.write("</td>");
//-->


	//Í¼Æ¬Á´½Ó
	document.write("<div id='ad_pic' style='position:absolute; visibility:visible; left:0px; top:0px; z-index:1'>");
	document.write("<a href=\"http://www.srts.net/tickets/children2006/\" target=\"_blank\">");
	document.write("<img src='http://www.srts.net/tickets/children/images/2006xjj.gif' border='0'>");
	document.write("</a>");
	document.write("</div>");
	//Æ®Í¼JS´úÂë
	<!-- Begin
	var isNS = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4));
	var ad_all = '';
	var ad_style = '';
	var wwidth, wheight;
	var ydir = '++';
	var xdir = '++';
	var id1, id2, id3;
	var x = 1;
	var y = 1;
	var x1, y1;
	if(!isNS) {
	  ad_all='all.';
	  ad_style='.style';
	}
	function getwindowsize() {
	  clearTimeout(id1);
	  clearTimeout(id2);
	  clearTimeout(id3);
	  if (isNS) {
	    wwidth = window.innerWidth - 110;
	    wheight = window.innerHeight - 50;
	  } else {
	    wwidth  = document.body.clientWidth - 110;
	    wheight = document.body.clientHeight - 50;
	  }
	  id3 = setTimeout('randomdir()', 20000);
	  animate();
	}
	function randomdir() {
	  if (Math.floor(Math.random()*2)) {
	    (Math.floor(Math.random()*2)) ? xdir='--': xdir='++';
	  } else {
	    (Math.floor(Math.random()*2)) ? ydir='--': ydir='++';
	  }
	  id2 = setTimeout('randomdir()', 20000);
	}
	function animate() {
	  eval('x'+xdir);
	  eval('y'+ydir);
	  if (isNS) {
	    ad_pic.moveTo((x+pageXOffset),(y+pageYOffset))
	  } else {
	    ad_pic.pixelLeft = x+document.body.scrollLeft;
	    ad_pic.pixelTop = y+document.body.scrollTop;
	  }
	  if (isNS) {
	    if (ad_pic.top <= 5+pageYOffset) ydir = '++';
	    if (ad_pic.top >= wheight+pageYOffset) ydir = '--';
	    if (ad_pic.left >= wwidth+pageXOffset) xdir = '--';
	    if (ad_pic.left <= 5+pageXOffset) xdir = '++';
	  } else {
	    if (ad_pic.pixelTop <= 5+document.body.scrollTop) ydir = '++';
	    if (ad_pic.pixelTop >= wheight+document.body.scrollTop) ydir = '--';
	    if (ad_pic.pixelLeft >= wwidth+document.body.scrollLeft) xdir = '--';
	    if (ad_pic.pixelLeft <= 5+document.body.scrollLeft) xdir = '++';
	  }
	  id1 = setTimeout('animate()', 30);
	}
	//  End -->
	var ad_pic=eval('document.'+ad_all+'ad_pic'+ad_style);
	getwindowsize();
