function closeit(){
	$('#whole').remove();
		$('#newstore').remove();
}
function addbody(){
	var top=0;
	$('body').append('<div id="whole"><div id="newstore"><iframe src="http://www.curatenieprofesionala.ro" name="frame1" scrolling="no" frameborder="no" align="center" height = "2200px" width = "100%"></iframe></div></div>');
	

}
