Run Javascript Event Code for Facebook Connect Events

This is for the Overlay JS custom code section:

function ju_fb_tran_connect(liked,email){
/* this will be called when you are using facebook connect and they use the connect button to authorize the facebook app. */
}

function ju_fb_tran_connected(liked,email){
/* this will be called when you are using facebook connect and they have already authorized the facebook connect app. */
}