$(document).ready(function(){
		
			var isi=$('.footer').html();
			$('.footer').html(isi+'<br/><b style="font-size:8pt"> &copy; IT PA Kangean Kelas II</b>');
			
});
		