function initPage(home){renderTMIPlayer();}
function navigateTo(url){document.location = url;}
function twitterCallback33(a){twitterCallback2(a);}
function openFBInvite(){$.ajax({type :"GET",async :true,url :"/mod/fbconnect/invite.php",dataType :"html",cache :false,error : function(XMLHttpRequest, textStatus, errorThrown){alert("An error has occured while attempting to Load Please try again later");},success : function(data, textStatus){var div = $("<div>");div.attr("id", "fbinvitediv");$("#myframe").after(div);document.getElementById("fbinvitediv").innerHTML = data;}});}
