//START - TOP AD BACKGROUND
	document.write("<div id='top_ad_background'>");
	flashObj = new FlashObj(
		'http://atv.disney.go.com/disneychannel/media/global/top_ad_glass_border.swf', // swf
		'750', // width
		'100', // height
		'', // background
		'', // version
		'top_ad_background', // id
		'', // FlashVars
		true, // optional argument false = no autoplay true or blank = autoplay
		'', // base target
		'' // scale
		)
	flashObj.render(true,"transparent");
	document.write("</div>"); 
//END - TOP AD BACKGROUND

//START - AD DIV
document.write("<div id='top_ad'>");
