Behaviour.register({"body.focus":function(element){new Focuser(Elements.getElementById("page"));},"a.include":function(element){new Include(element);},"a.includeWithHead":function(element){new Include(element,true);},"form.progress-redirect":function(element){new Progress(element,new CompleteRedirect());},"form.progress-overlay":function(element){new Progress(element,new CompleteOverlay());},"a.confirmation-overlay":function(element){new DeleteConfirmationOverlay(element);},"a.sendToFriend":function(element){new SendToFriend(element);},"form#create-comment-form":function(element){new LoginOverlay(element);},"textarea.autosizeme":function(element){new TextAreaResizer(element);},"form#challenge-entry-terms":function(element){new LoginOverlay(element);},"a#logInLink":function(element){new LoginLinkOverLay(element);},"div.login-logout":function(element){var user=new CookieUser(element);user.checkForLogin();},"div#homePagePlayer":function(element){var flashvars={};var params={allowScriptAccess:"always",wmode:"transparent"};var attributes={};swfobject2.embedSWF("/bigbrother/static/swf/promotext/BBTitleBox.swf","flashPromoText","223","254","10.0.0","/bigbrother/static/swf/expressInstall.swf",flashvars,params,attributes);},"div#bbcarousel":function(element){var flashvars={feedUrl:"/bigbrother/carousel/carousel.xml"};var params={wmode:"opaque",allowScriptAccess:"always"};var attributes={};swfobject2.embedSWF("/bigbrother/static/swf/carousel/BBCarousel.swf","bbcarousel","940","125","10.0.0","/bigbrother/static/swf/expressInstall.swf",flashvars,params,attributes);},"div#flashPromoText":function(element){var flashvars={};var params={wmode:"transparent",allowScriptAccess:"always"};var attributes={};swfobject2.embedSWF("/bigbrother/static/swf/promotext/BBTitleBox.swf","flashPromoText","223","254","10.0.0","/bigbrother/static/swf/expressInstall.swf",flashvars,params,attributes);},"h1#flashTitleText":function(element){var flashvars={"background-color":"#000000",color:"#FFFFFF","font-size":"31","background-rollover":"#CF01A2","item-link":element.getElementsByTagName("a")[0].href,"element-id":"flashTitleText","link-text":BindingFunctions.stripHTML(element.innerHTML)};var params={wmode:"transparent",allowScriptAccess:"always"};var attributes={};swfobject2.embedSWF("/bigbrother/static/swf/ChevronText.swf","flashTitleText","350","39","10.0.0","/bigbrother/static/swf/expressInstall.swf",flashvars,params,attributes);}});var BindingFunctions={stripHTML:function(string){return string.replace(/<(.|\n)*?>/g,"");}};