

$('document').ready(function(){
	txt = $('.inner_heading').html();								 

	document.title="Punjab Infotech, Government of Punjab, India : "+txt;
});