$(document).ready(function(){
    // colorbox
	$(".colorbox").colorbox({maxHeight:"95%", maxWidth:"95%"});
    
    // harta site
    $("#hartasitelink").click (function () {
        $("#hartasitediv").toggle ();
        return false;
    });
	
	//cufon
	Cufon.replace('#menu', {hover: true});
	Cufon.replace('#leads', {hover: true});
	Cufon.replace('.headmenu', {ignoreclass: {notcufon : true}, hover: true});
	
	$('div#likescript').html('<div id="fb-root"></div><fb:like href="http://www.residenz.ro'+window.location.pathname+'" send="false" layout="button_count" width="120" show_faces="false" action="recommend" font="arial"></fb:like>');
	(function() {     
		var fb = document.createElement('script'); 
		fb.type = 'text/javascript'; 
		fb.async = true;     
		fb.src = 'http://connect.facebook.net/en_US/all.js#appId=219142868104640&xfbml=1';     
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fb, s);   
	})();
});
