$(document).ready(function(){ $('#char1').click(function(){ window.open("http://profiles.rphaven.com/Endes"); }); $('#char2').click(function() { window.open("http://profiles.rphaven.com/Swish%20Swish"); }); $('#char3').click(function() { window.open("http://profiles.rphaven.com/Mouthy"); }); $('#char4').click(function() { window.open("http://profiles.rphaven.com/Mette"); }); $('#char5').click(function() { window.open("http://profiles.rphaven.com/S%20l%20u%20t"); }); $('#char6').click(function() { window.open("http://profiles.rphaven.com/Bacon%20Bit"); }); $(".one").click(function(){ $(".stat").fadeIn("slow"); $(".trivia, .bio, .bro").fadeOut("slow"); }); $(".two").click(function(){ $(".trivia").fadeIn("slow"); $(".stat, .bio, .bro").fadeOut("slow"); }); $(".three").click(function(){ $(".bio").fadeIn("slow"); $(".trivia, .stat, .bro").fadeOut("slow"); }); $(".four").click(function(){ $(".bro").fadeIn("slow"); $(".trivia, .bio, .stat").fadeOut("slow"); }); });