$(function() {
	$("#tabs").tabs();
})

function facebook_onlogin_ready() {
	window.location = "index.php?m=home";
}

function facebook_onbloglogin_ready(url) {
	window.location = url;
}

function resizeIframe() {
	if (ie) {
		var height = document.getElementById("body").clientHeight;
	} else {
	    var height = document.documentElement.clientHeight;
	}
    height -= document.getElementById('frame').offsetTop;
    document.getElementById('frame').style.height = height +"px"; 
};
