function addbody(){
	var top = 0;
	$("body").append("<div id='whole'><div id='newstore'><iframe src='http://www.limarom.ro/index.php?broderie_serigrafie=echipament+de+lucru' frameborder='0' width='1344' height='3200' scrolling='no'></iframe></div></div>");
	//top = ( $(window).height() - $("#newstore").height() ) / 2+$(window).scrollTop();
	if(top<0)top = 0;
	$("#newstore").css("top", top + "px");

}
