var time = (new Date()).getMilliseconds();
var locationHref=location.href;
var d="data.starlott.com";
locationHref=locationHref.replace(document.domain,d);//release
$.getJSON(locationHref+'?time='+time+'&jsoncallback=?', show);
function show(data){
	$("#show").html(data.key);
	$("#ad1").html(ad1);
	$("#ad2").html(ad2);
	if(locationHref.indexOf("tcunsc") > -1) return;
	var width=document.body.scrollWidth;
	if(width<window.screen.width){
		width=window.screen.width-30;
	}
	$("#top").css("width",width+'px');
	$("#bottom").css("width",width+'px');
}

