$("#submenu a:contains('Rules')").after("<a href=\""+main_url+"topic/6587358/\">MT On the Web</a>");$("#submenu").children("a:eq(3)").text("Help");var noR=$("#menu_rcp strong small").text();if(noR==0){$("#menu_rcp").remove();}var uname=$("#top_info strong a").text();if(uname=="username"){$("#menu_acp a").attr("href","http://forums.music-talk.org/pages/admin/");}var blawg="http://forums.music-talk.org/blog/main/"+$("#top_info strong a").attr("href").split("/")[4]+"/";$("#menu_ucp ul").append("<li><a href='"+blawg+"'>My Blog</a></li>");

////////////////////////////////////
// Inbox Flasher 1.0 //
// By Choco of ZB Support //
// June 4th, 2008 //
///////////////////////////////////
color=[];interval=300; //Flash rate in milliseconds
color[0]="#fff"; //Color one
color[1]="#f00"; //Color two -- script flashes between these two
l=0;function flash(){z=$("#menu_pm a")[0];$(z).css("color",color[l]);l=(0-l)+1;}$(function(){$("#menu_pm a").each(function(){x=$(this).html();if(x.match(/small\>(\d+)</gi)){y=RegExp.$1;if(y>0){q=setInterval("flash()",interval);$(this).attr("id","flash");}}});});

