function joshwurlencode(str){return str.replace(/\?/g,'%3F').replace(/\&/g,'%26');return str;}
$(document).ready(function(){var topHref=top.location.href.replace(/#.+/,'').replace(/^https?:\/\/[^\/]+/,'');var paneHref=window.location.href.replace(/#.+/,'').replace(/^https?:\/\/[^\/]+/,'');if(topHref==paneHref&&!topHref.match(/\/b\//)){window.location.replace('/b/#'+joshwurlencode(topHref));}
if(top.framePlayer&&top.framePlayer.document.body.innerHTML==''){return;}
$('<img id="bgmIcon" src="/common/images/pause.png" alt="Stop Music">').css('position','absolute').css('right','30px').css('top','30px').css('cursor','pointer').click(function(){top.framePlayer.document.body.innerHTML='';$(this).fadeOut('slow');}).appendTo('body');});;$(document).ready(function(){var pos=new Array();$('.templateGallery').each(function(){var id=$(this).attr('usergallery');if($('#adminMenu').length>0){$("<div class='templateGalleryEdit rounded'><a href='/mod/gallery/view-gallery.php?gallery_id="+id+"'>Edit</a></div>").insertBefore($(this).find('img'));}
if(typeof(tg)==='undefined'||!tg[id]||tg[id].length<=1){return;}
pos[id]=1;if(!$(this).hasClass('nobg'))
$(this).css('background','url("'+tg[id][1]+'")');setInterval(function(){tgRotate(id)},secs[id]*1000);});function tgRotate(id){$('#tg'+id+' IMG').animate({opacity:0},2500,function(){$(this).attr('src',tg[id][pos[id]]);$(this).animate({opacity:1},1000,function(){pos[id]++;if(pos[id]>=tg[id].length){pos[id]=0;}
if(!$(this).parent().hasClass('nobg'))
$('#tg'+id).css('background','url("'+tg[id][pos[id]]+'")');});});}});
