// JavaScript Document

						   
//Facebook Connect
$(".fb-connect-button").live("click", function(){FB.login(function(response){window.location.reload()}, {scope: 'email,manage_pages'});});


//$('#topbar').dropdown();\

//Function only when the document is completely loaded.
$(document).ready(function() {
						   
});

$('.dropdown-toggle').dropdown()
