$(function() {

	$(".newWin").attr("target", "_blank");
	$("h1").wrapInner("<div></div>");
	
});
