
document.observe("dom:loaded",function(){SWFAddress.addEventListener(SWFAddressEvent.CHANGE,function(){var pathNames=SWFAddress.getPathNames();if(pathNames.length==1){$('activeMonth').value=pathNames[0];}
getULCStandings();});});function addFriend(uid,name){Friends.get().confirmAddFriendByUID(uid,name);}
function toggleExtraLeaderboard(){if($('top_11_all').visible()){$('top_11_all').hide();}else{$('top_11_all').show();}}
function selectULCMonth(){SWFAddress.setValue('/'+$('activeMonth').value);}
function getULCStandings(activeMonth){new Ajax.Request('/index.php',{method:'post',parameters:{actionType:'ajax',action:'ccg',pageAction:'standings',subAction:'getULCStandings',month:$('activeMonth').value},onSuccess:function(transport){var response=transport.responseText.evalJSON();if(response.status=='success'){$('leaderboard_highscore').update(response.msg);FLIR.replace(['a.ulc_gametab','span.ulc_monthTitle','span.ulc_Position','li.ulc_Position','span.ulc_cpTitle','li.ulc_cpTitle','a.ulc_leaderBoard','span.ulc_FriendLink','a.ulc_playLink','li.ulc_Position','h1.ulc_pageTitle'],new FLIRStyle({mode:'quickeffects',qe_Shadow:'toon',color:'993120',shadow_weight:'2'},new FLIRStyle({mode:'quickeffects',qe_Shadow:'toon',color:'000000',shadow_weight:'2'})));FLIR.replace('div.ulc_LessMore',new FLIRStyle({mode:'quickeffects',qe_Shadow:'toon',color:'E9E221'}));}else{alert(response.msg);}}});}
