(function(){
	var ready = function(){
		var $tag = $(".topad")
		
		$tag.wrapAll("<div id='outer'><A title=下载[" + MusicName + "]铃声 href=/bell/" + MusicID + ".htm target=_blank style='word-wrap:break-word;word-break:break-all;white- space:normal;overflow:hidden;height:20px;'><strong><font color=#FF0000><span style='background-color:#FFFF00'>下载" + MusicName + "到手机</span></font></strong></A><br><iframe width=230 height=40 src='http://img.520music.com/otherhtml/youday/11141148185178696730.htm?songname=" + MusicName + "&a=&b=&c=&d=&e=&f=&webownerId=22343&serviceId=100001' frameborder=no marginwidth=0 marginheight=0 scrolling=No></iframe></div>");
		
		var resize = function(){
			$("#outer").width($("#geci .content").width());
		};

		if($.browser.msie){
			$("body > div").filter(":not(#outer)").wrapAll("<div id='geci'></div>");
			$("#geci").find("div").eq(0).addClass("content");
			resize();
		}else{
			$(window).load(function(){
				$("body > div").filter(":not(#outer)").wrapAll("<div id='geci'></div>");
				$("#geci").find("div").eq(0).addClass("content");
				resize();
			});
		}
		
		$(window).resize(resize);
	};

	var s = document.createElement("script");
	s.type="text/javascript";
	s.src="/boxjs/jquery.js";
	document.getElementsByTagName("head")[0].appendChild(s);
	s.onreadystatechange = function(){if(this.readyState && (this.readyState == "complete" || this.readyState == "loaded") ){ready();}}
	s.onload = ready;	
})();