var delayMS=3000;
function getElementsByClassName(_1,_2,_3){
if(YAHOO.util.Dom){
return YAHOO.util.Dom.getElementsByClassName(_3,_2,_1);
}else{
var _4=(_2=="*"&&_1.all)?_1.all:_1.getElementsByTagName(_2);
var _5=new Array();
_3=_3.replace(/\-/g,"\\-");
var _6=new RegExp("(^|\\s)"+_3+"(\\s|$)");
var _7;
for(var i=0;i<_4.length;i=i+1){
_7=_4[i];
if(_6.test(_7.className)){
_5.push(_7);
}
}
return (_5);
}
}
function yuiSubmit(_9,_a){
var _b=_9.action?_9.action:document.location;
YAHOO.util.Connect.setForm(_9);
YAHOO.util.Connect.asyncRequest("POST",_b,_a);
}
function asyncRequestAndRedirect(_c,_d,_e){
if(!_d){
_d=document.location.href;
}
if(_d.indexOf("#")>-1){
_d=_d.substring(0,_d.indexOf("#"));
}
if(!_e){
_e={success:function(o){
document.location=_d;
}};
}
var _10=document.createElement("form");
YAHOO.util.Connect.setForm(_10);
YAHOO.util.Connect.asyncRequest("GET",_c,_e);
}
function urchinWrapper(url){
if(typeof (urchinTracker)=="undefined"){
return false;
}else{
if(url){
urchinTracker(url);
}
}
return false;
}
function dsGetVal(o,_13){
if(!o.responseXML){
return "";
}
var l=o.responseXML.getElementsByTagName(_13);
if(!l||l.length==0||!l[0]||!l[0].firstChild||!l[0].firstChild.nodeValue){
return "";
}
return l[0].firstChild.nodeValue;
}
var buzzSlamCallback={success:function(o){
var oid=dsGetVal(o,"oid");
var _17=dsGetVal(o,"type");
var _18=dsGetVal(o,"isSlam");
var _19=dsGetVal(o,"isFlag");
var _1a=dsGetVal(o,"numVotes");
var _1b=dsGetVal(o,"numBuzz");
var _1c=dsGetVal(o,"numSlam");
if(_19=="true"){
var bt=document.getElementsByName("FlagButton"+_17+oid);
for(var i=0;i<bt.length;i++){
bt[i].innerHTML="You reported this item";
}
}else{
var bt=document.getElementsByName("BuzzTotal"+_17+oid);
for(var i=0;i<bt.length;i++){
bt[i].innerHTML=_1a+(_1a==1?" <small>vote</small>":" <small>votes</small>");
bt[i].className=_18=="true"?"Bttn_Slammed_Rating":"Bttn_Buzzed_Rating";
}
bt=document.getElementsByName("BuzzButton"+_17+oid);
for(var i=bt.length-1;i>=0;i--){
bt[i].innerHTML="<div class=\"gVotedUp\">"+_1b+(_1b==1?" Likes":" Like")+" It</div>"+"<div class=\"gVotedDown\">"+_1c+(_1c==1?" Doesn't":" Don't")+"</div>";
}
}
}};
function bsFillForm(_1f,_20,id,_22){
var _23=baseFillForm(_1f,_20,id);
_23.slam.value=_22?"true":"false";
return _23;
}
function flagFillForm(_24,_25,id,_27,_28){
var _29=baseFillForm(_24,_25,id);
_29.flag.value=_27?"true":"false";
_29.reason.value=_28;
return _29;
}
function baseFillForm(_2a,_2b,id){
var _2d=document.getElementById(_2a);
_2d.type.value=_2b;
_2d.oid.value=id;
return _2d;
}
function buzz_submit(_2e,_2f,id,_31){
var _32=bsFillForm(_2e,_2f,id,_31);
_32.redirect.value=document.location;
_32.submit();
}
function buzz_ajax(_33,_34,id,_36,_37){
bsSetCookie(id);
if(_37){
FBconnectFeed(_37,function(){
var _38=bsFillForm(_33,_34,id,_36);
YAHOO.util.Connect.setForm(_38);
YAHOO.util.Connect.asyncRequest("POST",_38.action,buzzSlamCallback);
});
}else{
var _39=bsFillForm(_33,_34,id,_36);
YAHOO.util.Connect.setForm(_39);
YAHOO.util.Connect.asyncRequest("POST",_39.action,buzzSlamCallback);
}
}
function vote_submit(_3a,id,_3c,_3d){
bsSetCookie(id);
FBconnectFeed(_3d,function(){
var _3e=document.getElementById(_3a);
_3e.value.value=_3c;
_3e.submit();
return false;
});
}
function bsSetCookie(id){
setCookie("bsjs","bs"+id,0,"/");
}
function showFlagForm(_40,_41,id,_43){
var _44="";
if(_43){
_44=", true";
}
document.getElementById("Dialog_A").innerHTML="<form name='flagForm'><div class='FormElement'><div class='FormFieldLabel'><h2><strong>Flag this, because it is:</strong></h2></div><div class='FormField_Slam'><select id='flagReason' name='reason'><option selected='selected' disabled>Choose a Reason...</option><option value='SPAM'>Spam</option><option value='PORN'>Sexually explicit</option><option value='VIOLENCE'>Graphic violence</option><option value='HATE'>Hate speech</option></select><br /><br /><span class='FormFieldPrompt'>Please select your reason from the dropdown above. If you are the copyright owner and believe this content has been uploaded without your permission, please follow <a href='/about/copyright.html'>these directions</a> to submit a copyright infringement notice.</span></div></div><div class='FormButtons'><input name='btnX' type='button' class='FormBtnB' value='Cancel' onclick='return hideFlag();' />&nbsp;&nbsp;<input name='btnX' type='button' class='FormBtnA' value='Flag!' onclick='return doFlag(\""+_41+"\","+id+_44+");'/></div></form>";
var _45=getFlagWidgetPosition(_40);
document.getElementById("Dialog_A").style.top=_45.top+"px";
document.getElementById("Dialog_A").style.left=_45.left+"px";
document.getElementById("Dialog_A").style.display="block";
return false;
}
function getFlagWidgetPosition(_46){
var _47=_46.offsetLeft;
var _48=_46.offsetTop;
if(navigator.userAgent.indexOf("Mac")!=-1&&typeof document.body.leftMargin!="undefined"){
_47+=document.body.leftMargin;
_48+=document.body.topMargin;
}
return {left:_47-15,top:_48-10};
}
function hideFlag(){
document.getElementById("Dialog_A").style.display="none";
return false;
}
function doFlag(_49,id,_4b){
if(_4b){
flag_submit("flagReasonForm",_49,id,"flagReason");
}else{
flag_ajax("flagReasonForm",_49,id,"flagReason");
}
hideFlag();
return false;
}
function flag_submit(_4c,_4d,id,_4f){
var _50=document.getElementById(_4f);
if(_50.selectedIndex==0){
return;
}
var _51=_50.options[_50.selectedIndex].value;
var _52=flagFillForm(_4c,_4d,id,true,_51);
_52.redirect.value=document.location;
_52.submit();
}
function flag_ajax(_53,_54,id,_56){
var _57=document.getElementById(_56);
if(_57.selectedIndex==0){
return;
}
var _58=_57.options[_57.selectedIndex].value;
var _59=flagFillForm(_53,_54,id,true,_58);
YAHOO.util.Connect.setForm(_59);
YAHOO.util.Connect.asyncRequest("POST",_59.action,buzzSlamCallback);
}
var ajaxSnipCache=new Array();
function ajaxSwapIn(_5a,url,_5c){
if(ajaxSnipCache[url]){
swapIn(_5a,ajaxSnipCache[url]);
return false;
}
var _5d=document.createElement("form");
YAHOO.util.Connect.setForm(_5d);
YAHOO.util.Connect.asyncRequest("POST",url,{success:function(o){
ajaxSnipCache[url]=o.responseText;
swapIn(_5a,o.responseText);
}});
if(_5c){
urchinWrapper(url);
}
return false;
}
function swapIn(_5f,_60){
var r=document.createElement("div");
r.id=_5f;
r.innerHTML=_60;
var w=document.getElementById(_5f);
w.parentNode.replaceChild(r,w);
}
function setCookie(_63,_64,_65,_66,_67,_68){
var _69=new Date();
_69.setTime(_69.getTime());
if(_65){
_65=_65*1000;
}
var _6a=new Date(_69.getTime()+(_65));
document.cookie=_63+"="+escape(_64)+((_65)?";expires="+_6a.toGMTString():"")+((_66)?";path="+_66:"")+((_67)?";domain="+_67:"")+((_68)?";secure":"");
}
function getCookie(_6b){
if(document.cookie.length>0){
c_start=document.cookie.indexOf(_6b+"=");
if(c_start!=-1){
c_start=c_start+_6b.length+1;
c_end=document.cookie.indexOf(";",c_start);
if(c_end==-1){
c_end=document.cookie.length;
}
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
function swapVidGrid(_6c,_6d,_6e){
var _6f=document.getElementById(_6d);
_6f.style.display="none";
swapCommon(_6c,_6f);
var _70=_6f.parentNode.parentNode;
var d=document.createElement("div");
d.innerHTML=_6e;
_70.appendChild(d.firstChild);
return false;
}
function photoViewerNav(_72,_73,_74){
var _75=photoViewerSelectedPageNum+_72;
var _76=_75+_72;
document.getElementById("photosPage"+photoViewerSelectedPageNum).style.display="none";
var _77=document.getElementById("photosPage"+_75);
_77.style.display="block";
photoViewerSelectedPageNum=_75;
if(_75==1){
document.getElementById("photosBack").style.display="none";
}else{
if(_75==2){
document.getElementById("photosBack").style.display="block";
}
}
if(_75==_73){
document.getElementById("photosMore").style.display="none";
}else{
if(_75==(_73-1)){
document.getElementById("photosMore").style.display="block";
}
}
if((_76>0)&&(_76<=_73)&&!photoPageLoaded[_76]){
loadPhotoPage(_76,_77,(_72>0),_74);
}
return false;
}
function loadPhotoPage(_78,_79,_7a,_7b){
var _7c=document.createElement("ul");
_7c.id="photosPage"+_78;
_7c.className=_7b;
_7c.style.display="none";
_7c.innerHTML="<img src=\"/images/a/icn_wait_large_02.gif\" width=\"40\" height=\"40\" />";
if(_7a){
_79.parentNode.appendChild(_7c);
}else{
_79.parentNode.insertBefore(_7c,_79);
}
var _7d=document.getElementById("photoPagerForm");
_7d.pagenum.value=_78;
yuiSubmit(_7d,{success:function(o){
_7c.innerHTML=o.responseText;
}});
photoPageLoaded[_78]=true;
}
function showFav(o,ele){
if(document.getElementById("fb"+ele)){
var _81=document.getElementById("fb"+ele);
var _82=-1;
var _83=-1;
if(o!=null){
var _84=o.childNodes;
for(var i=0;i<_84.length;i++){
if(_84[i].nodeName=="IMG"){
_82=_84[i].offsetLeft;
_83=_84[i].offsetTop;
}
}
_81.style.left=_82+2+"px";
_81.style.top=_83+2+"px";
}
_81.style.display="block";
if(_81.className.indexOf("favhover")<0&&_81.className.indexOf("favadd")<0){
_81.className=_81.className+" "+"favhover";
}
}
}
function hideFav(ele){
if(document.getElementById("fb"+ele)){
var _87=document.getElementById("fb"+ele);
_87.style.display="none";
}
}
function addFav(id,ele){
var ck=getCookie("dsuname");
if(ck!=""){
var _8b=document.getElementById("fb"+ele);
if(_8b.href.substring(_8b.href.length-24)=="/manage/favorites/photos"){
document.location="/manage/favorites/photos";
}
_8b.className=_8b.className.replace(/ favhover/," favadding");
var url="/action/favorite.xml?oid="+id+"&type=Photo";
YAHOO.util.Connect.asyncRequest("GET",url,{success:function(o){
var _8e=document.getElementById("fb"+ele);
_8e.href="/manage/favorites/photos";
_8e.className=_8e.className.replace(/ favadding/," favadd");
}});
}else{
document.location="/login/signup";
}
}
function changeFav(id){
var _90=document.getElementById("fb0");
_90.href="/manage/favorites/add?type=Photo&id="+id;
document.getElementById("myfavpid").value=id;
}
function showstatus(){
document.getElementById("uPstatus").style.display="block";
document.getElementById("statusmsg").focus();
document.getElementById("statusmsg").select();
}
function sendstatus(id){
document.getElementById("statusmsg").enabled=false;
document.getElementById("indi").style.display="inline";
var _92=document.getElementById("statusmsg").value;
var url="/action/profileStatus.xml?id="+id+"&type=User&status="+encodeURIComponent(_92);
YAHOO.util.Connect.asyncRequest("GET",url,{success:function(o){
document.getElementById("indi").style.display="none";
document.getElementById("uPstatus").style.display="none";
if(_92.length>=255){
_92=_92.substring(0,255)+"&#0133;";
}
document.getElementById("currentStatus").innerHTML=_92;
}});
}
function addInputSubmitEvent(_95,_96){
if(_96.onkeydown){
return;
}
_96.onkeydown=function(e){
e=(e||window.event);
if(e.keyCode==13){
setTimeout(function(){
_95.submit();
},50);
return false;
}
};
}
function has_submit_button(_98){
for(var j=0;j<_98.elements.length;j++){
if(_98.elements[j].type=="submit"){
return true;
}
if(_98.elements[j].type=="image"){
return true;
}
}
return false;
}
function init_forms(){
var _9a=document.getElementsByTagName("form");
for(var i=0;i<_9a.length;i++){
if(has_submit_button(_9a[i])){
continue;
}
var _9c=_9a[i].getElementsByTagName("input");
for(var j=0;j<_9c.length;j++){
if(_9c[j].type=="hidden"&&_9c[j].name=="noentersubmit"){
return;
}
if(_9c[j].type=="text"||_9c[j].type=="password"){
addInputSubmitEvent(_9a[i],_9c[j]);
}
}
}
}
function scrollYOffset(){
var _9e=0;
if(typeof (window.pageYOffset)=="number"){
_9e=window.pageYOffset;
}else{
if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){
_9e=document.body.scrollTop;
}else{
if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){
_9e=document.documentElement.scrollTop;
}
}
}
return _9e;
}
function windowHeight(){
var _9f=0;
if(typeof (window.innerWidth)=="number"){
_9f=window.innerHeight;
}else{
if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight)){
_9f=document.documentElement.clientHeight;
}else{
if(document.body&&(document.body.clientWidth||document.body.clientHeight)){
_9f=document.body.clientHeight;
}
}
}
return _9f;
}
function photoDiag(_a0){
var pb=document.getElementById("umPhotobox");
var _a2=document.getElementById("addPhoto");
if(_a0=="1"){
pb.style.display="block";
_a2.focus();
}else{
pb.style.display="none";
}
}
function showPanel(_a3,_a4){
var _a5=document.getElementById(_a4);
if(!_a5){
_a5=document.createElement("div");
_a5.setAttribute("id",_a4);
document.body.appendChild(_a5);
}
if(_a5.style.display!="block"){
var _a6=_a3.srcElement||_a3.target;
var _a7=_a6;
do{
_a7=_a7.nextSibling;
}while(_a7.nodeType!=1);
_a5.innerHTML=_a7.innerHTML;
var x=0;
var y=0;
if(_a6.offsetParent){
var _aa=_a6;
while(_aa.offsetParent){
if(_aa.className.indexOf("BALLOON-BOX")==-1){
x+=_aa.offsetLeft;
}
y+=_aa.offsetTop;
_aa=_aa.offsetParent;
}
}
_a5.style.left=x+"px";
_a5.style.top=y+"px";
_a5.onmouseout=function(){
_a5.style.display="none";
};
_a5.onmouseover=function(){
_a5.style.display="block";
};
_a5.style.display="block";
}
return true;
}
var numHiddenComments;
var savedOffsets=new Array();
function ani(r,_ac){
if(_ac!=null){
numHiddenComments=_ac;
}
x=r-1;
y="comment"+x;
openv=document.getElementById(y);
setOpacity(openv);
openv.style.display="block";
offset=openv.offsetHeight;
savedOffsets[x]=offset;
openv.style.height="0px";
var _ad=document.getElementById("comment"+r);
_ad.parentNode.insertBefore(openv,_ad);
var _ae=new YAHOO.util.Anim(y,{height:{from:0,to:offset,unit:"px"}},1);
_ae.animate();
setTimeout("fadeIn(y, x)",1000);
}
function animateLoop(){
var _af=document.getElementById("comments");
var _b0=_af.getElementsByTagName("LI");
var _b1=_b0[0];
var _b2=_b0.length;
var _b3=_b0[_b2-1];
y=_b3.id;
setOpacity(_b3);
_b3.style.display="block";
offset=_b3.offsetHeight-6;
if(offset<=0){
var x=y.substring(7);
offset=savedOffsets[x];
}else{
_b3.style.height="0px";
}
_b1.parentNode.insertBefore(_b3,_b1);
var _b5=new YAHOO.util.Anim(y,{height:{from:0,to:offset,unit:"px"}},1);
_b5.animate();
setTimeout("fadeInLoop(y, x)",1000);
}
function fadeInLoop(_b6,x){
var _b8=new YAHOO.util.Anim(_b6,{opacity:{from:0,to:1}},1);
_b8.animate();
document.getElementById("addCommentLink").href=commentLink[x];
var _b9=(delayMS*Math.random())+delayMS;
setTimeout("animateLoop()",_b9);
}
function fadeIn(_ba,x){
var _bc=new YAHOO.util.Anim(_ba,{opacity:{from:0,to:1}},1);
_bc.animate();
document.getElementById("addCommentLink").href=commentLink[x];
var _bd=(delayMS*Math.random())+delayMS;
if(x!=0){
setTimeout("ani(x)",_bd);
}else{
setTimeout("animateLoop()",_bd);
}
}
function setOpacity(obj){
obj.style.opacity=0;
obj.style.filter="alpha(opacity=0)";
}
function assignParentId(_bf){
var div=document.getElementById("reply_"+_bf);
div.style.display="block";
div.getElementsByTagName("input")["parent_id"].value=_bf;
}
function toggleElementById(_c1){
var _c2=document.getElementById(_c1);
if(_c2.style.display!="none"){
_c2.style.display="none";
}else{
_c2.style.display="block";
}
}
function clearDefault(_c3,_c4){
if(_c3.value==_c3.defaultValue){
_c3.value="";
if(arguments.length>1){
_c3.style.color=_c4;
}
}
return true;
}
function testMinimum(_c5,_c6){
form=document.getElementById(_c5);
element=document.getElementById(_c6);
if(element.value.length>4){
form.submit();
}else{
alert("Comment is too short");
}
return false;
}
function killEnter(evt){
if(evt.keyCode==13||evt.which==13){
return false;
}
return true;
}
function showLocatorPop(_c8){
zip=_c8.zip.value;
URL="http://feeds.theinsideronline.com/popup/showfinder.html?zip="+zip;
window.open(URL,"theinsiderfinder","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=400,left =200,top=360").focus();
return false;
}
function imgSwap(_c9,_ca,_cb){
if(typeof _ca=="string"){
_ca=document.getElementById(_ca);
}
if(typeof _c9=="string"){
_c9=document.getElementById(_c9);
}
if(typeof _cb=="undefined"){
var _cb=_c9.href;
}
var _cc=_c9.firstChild;
while(_cc.nodeName!="IMG"){
if(_cc==_c9.lastChild){
return false;
}else{
_cc=_cc.nextSibling;
}
}
_ca.title=_cc.title;
_ca.alt=_cc.alt;
_ca.removeAttribute("width");
_ca.removeAttribute("height");
_ca.src=_cb;
return true;
}
function pollPageImageSwap(_cd,_ce,_cf,_d0){
imgSwap(_cd,_ce);
document.getElementById("big-poll-photo-credit").innerHTML=_cf;
document.getElementById("myfavpid").setAttribute("value",_d0);
setRadio(_cd);
return false;
}
function setRadio(_d1,_d2){
if(typeof _d2=="undefined"){
var _d2="selected";
}
var _d3=_d1;
while(_d3.nodeName!="LI"){
_d3=_d3.parentNode;
if(_d3.nodeName=="BODY"){
return false;
}
}
var _d4=_d3.parentNode;
var _d5=_d3.parentNode.childNodes;
var re=new RegExp("\\b"+_d2+"\\b","g");
for(var i=0;i<_d5.length;i++){
if(_d5[i].nodeName=="LI"&&_d5[i].hasAttribute("class")){
_d5[i].setAttribute("class",_d5[i].getAttribute("class").replace(re,""));
}
}
if(_d3.hasAttribute("class")){
_d3.setAttribute("class",_d3.getAttribute("class")+" "+_d2);
}else{
_d3.setAttribute("class",_d2);
}
return true;
}
function popupFacebookLogin(_d8){
FB.Connect.requireSession();
FB.Facebook.get_sessionState().waitUntilReady(function(){
document.location.href="/facebook/login.html?rememberMe=true&next="+encodeURIComponent(parent.location.pathname)+(_d8?"&merge=1":"");
});
return false;
}
function fbWelcomePopup(){
FB.Facebook.get_sessionWaitable().waitUntilReady(Delegate.create(null,function(_d9){
FB.IFrameUtil.CanvasUtilServer.run(true);
var _da=document.createElement("div");
_da.setAttribute("iframeHeight","453px");
_da.setAttribute("iframeWidth","474px");
var _db=new FB.UI.PopupDialog("Invite Your Friends to Connect",_da,false,false);
_db.get_offset().y=-226;
_db.setContentWidth(474);
var _dc=_db._createCrossDomainClosingLink();
_da.setAttribute("fbml","<fb:fbml>"+"<h3>Welcome <fb:name uid=\"loggedinuser\" linked=\"false\" useyou=\"false\"/></h3>"+"<fb:connect-form action=\""+_dc+"\" view=\"dialog\" />"+"</fb:fbml>");
_db.show();
FB_RequireFeatures(["XFBML"],function(){
var _dd=new FB.XFBML.ServerFbml(_da);
FB.XFBML.Host.addElement(_dd);
});
}));
}
function popupRequestForm(){
FB.IFrameUtil.CanvasUtilServer.run(true);
var _de=document.createElement("div");
_de.setAttribute("iframeHeight","560px");
_de.setAttribute("iframeWidth","630px");
var _df=new FB.UI.PopupDialog("Invite Your Friends to Join The Insider",_de,false,false);
_df.setContentWidth(630);
_df.setContentHeight(560);
_df.set_placement(FB.UI.PopupPlacement.center);
_de.setAttribute("fbml","<fb:fbml>"+"<fb:request-form style=\"width:630px; height:560px;\" action=\""+document.location.href+"\"\tmethod=\"POST\" invite=\"false\" type=\"The Insider Friend\" "+"content=\"I'd like to add you as a friend on The Insider: <fb:req-choice url='http://www.theinsider.com/?ref=fbinvite' label='Confirm' />\">"+"<fb:multi-friend-selector\tshowborder=\"false\" actiontext=\"Invite your friends to The Insider\" rows=\"5\" bypass=\"cancel\"\tshowborder=\"false\" />"+"</fb:request-form>"+"</fb:fbml>");
_df.show();
FB_RequireFeatures(["XFBML"],function(){
var _e0=new FB.XFBML.ServerFbml(_de);
FB.XFBML.Host.addElement(_e0);
});
}
function popupFacebookInvite(){
FB.Facebook.get_sessionState().waitUntilReady(Delegate.create(null,function(_e1){
FB.Facebook.apiClient.connect_getUnconnectedFriendsCount(function(o,e){
if(o>1){
FB.Connect.inviteConnectUsers();
}else{
popupRequestForm();
}
});
}));
return false;
}
function doLogout(){
if(typeof (FB)!="undefined"&&FB.Connect){
FB.Connect.logout(function(){
asyncRequestAndRedirect("/logout");
});
}else{
asyncRequestAndRedirect("/logout");
}
return false;
}
function FBconnectFeed(_e4,_e5){
if(!(typeof (FB)!="undefined"&&FB.Connect&&FB.Connect.get_status().get_isReady())){
_e5();
}else{
var _e6=_e4.bodygeneral;
var _e7=_e4.template_id;
delete _e4.bodygeneral;
delete _e4.template_id;
delete _e4.template;
_e4["appurl"]="http://www.theinsider.com";
FB.Connect.showFeedDialog(_e7,_e4,null,_e6,FB.FeedStorySize.shortStory,FB.RequireConnect.doNotRequire,_e5);
}
return false;
}
function unlinkItemFromFCO(fid,_e9,rid,_eb){
var _ec=document.location;
var _ed="/action/editrelated.form?cmd=remove"+"&id="+fid+"&type="+_e9+"&rid="+rid+"&rtype="+_eb+"&next="+encodeURIComponent(_ec);
document.location.href=_ed;
}

