/*
 * Copyright (C) 2011 BlueGolf, LLC. All Rights Reserved.
 */
function PcLink(){}PcLink.close=function(){this.onclick=null;
window.close();return false;};PcLink.init=function(){if(window.onload){var a=window.onload;
window.onload=function(){PcLink.onload();a();};}else{window.onload=PcLink.onload;
}};PcLink.onload=function(){if((/^\/+manage\//i).test(window.location.pathname)){document.cookie="pclink=;path=/";
}else{if(!((/^\/+bluegolf\/+[^\/]+\/+pc\//i).test(window.location.pathname))&&((/(^|; )pclink=(\/[^;]+)/).test(document.cookie))){var c=RegExp.$2;
var d=document.getElementById("tabs");if(d==null){d=document.getElementById("uitab");
}if(d&&!(/(^|\?|&)full=(n|f|0)/i).test(window.location.search)){var f=document.createElement("div");
f.id="pclink";var b=document.createElement("a");if(window.opener){var e=_h("Close Window");
b.href="#";b.onclick=PcLink.close;}else{e=_h("My Account");b.href=c;}f.insertBefore(b,null);
b.insertBefore(document.createTextNode(e),null);f.style.position="absolute";f.style.right="3px";
f.style.top="3px";f.style.fontWeight="normal";d.style.position="relative";d.insertBefore(f,null);
}}}};PcLink.init();
