$(document).ready(function(){


  var title = $(".title_white_main").html();
 $("title").html("How2flat.ru | " + title);

	


 });

