$(document).ready(function(){	
$("#region").wrap("<A href='http://sgmsk.ru/' title='Страховая Группа МСК'></A>");
	Cufon('.cufon',{hover: true});

$("#contactus .contactus").tooltip({
     position: "top center",
     effect: "slide", 
     opacity: 0.85,
     tip:'#messageformtooltip',
     delay:300
     })
$("#querystatus .querystatus").tooltip({
     position: "top center",
     effect: "slide", 
     opacity: 0.85,
     tip:'#querystatustooltip',
     offset: [-20,0],
     delay:300
     })
$("#complaint .complaint").tooltip({
     position: "top center",
     opacity: 0.85,
     effect: "slide", 
     tip:'#complaintformtooltip',
     delay:300
     })

});


