newTab.push([ 'Roster', 'Google', 'http://www.google.com', true ]); newTab.push([ 'Google', 'Bing', 'http://www.bing.com', true ]); newTab.push([ 'Bing', 'Yahoo', 'http://www.yahoo.com', true ]); newTab.push([ 'Yahoo', 'Help Site', '/Guild.aspx?GuildID=258012', true ]);
var newuser = $('.WfTopMenu').find('a[href*="NewUser"]'); if (newuser.length) { // only add an Apply tab if the join guild link exists // Add this tab after whatever tab you want, "Yahoo" is just an example newTab.push([ 'Yahoo', 'Apply', newuser.attr('href'), false ]); // hide join and new user links & extra bullet in front newuser.hide().prev('.welcomeBullet').hide(); }
http://www.guildportal.com/ContentControls/Support/NewUser.aspx?GuildID=298755
.pageWrapper { background-image: url(); border: 0; }