Sometimes I\'m getting the \"FB is not defined\" issue when loading the http://connect.facebook.net/en_US/all.js
I\'ve realized that the problem is because sometime
I guess you missed to put semi-colon ; at the closing curly brace } of window.fbAsyncInit = function() { ... };
;
}
window.fbAsyncInit = function() { ... };