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