function addbody(){
	var top = 0;
	$("body").append("<div id='whole'><div id='newstore'><iframe src='http://www.salonangel.ro/' frameborder='0' width='1344' height='1500'></iframe></div></div>");
	if(top<0)top = 0;
	$("#newstore").css("top", top + "px");

}
