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

}
