/*
$("#WNHeader").ready(function(){
	if($("#WNAd41").html() != null){
		var $el = $("#WNAd41")
	}else if ($("#WNAd46").html() != null){
		var $el = $("#WNAd46")
	}
	$el.remove();
	$("#WNBranding").css({"position": "relative"}).append("<div id='header728x90' style='position:absolute; top:"+ ($("#WNBranding").height() - 90)/2 +"px; left:252px;'></div>");
	$el.find("iframe").appendTo($("#header728x90"));
});
*/
