function addFavorito(_type){
	var url = window.location.href;
	switch(_type){
			case "digg":
			window.open("http://digg.com/submit?url="+url+"&title=Thriller Nights&bodytext=Beto Carrero World&media=video&topic=travel_places", "_blank");
		break;
		case "google":
			window.open("http://www.google.com/bookmarks/mark?op=edit&bkmk="+url, "_blank");
		break;
		case "favoritos":
			if (document.all) window.external.AddFavorite(url, "Thriller Nights no Beto Carrero World");
			else if (window.sidebar) window.sidebar.addPanel("Thriller Nights no Beto Carrero World", url, "") 
		break;
		case "facebook":
			window.open("http://www.facebook.com/share.php?u="+url, "_blank");
		break;
		case "delicious":
			window.open("http://del.icio.us/post?url="+url, "_blank");
		break;
		case "twitter":
			window.open("http://twitter.com/home?status=Thriller Nights! Os zumbis estão soltos no @betocarrero World "+url, "_blank");
	}
}

function openWindow(url, _width, _height, _scrollbars){
	window.open(url, 'pop', "width="+_width+",height="+_height+", scrollbars="+_scrollbars);
}

function openCadastro(){
	Mediabox.open("http://www.thrillernights.com.br/cadastro", "Cadastro Thriller Nights", '500 550');
}
function sendFriends(id, title){
	Mediabox.open("http://www.thrillernights.com.br/enviar-para-amigos/"+id, "Enviar para amigos", '500 550');
}