$(document).ready(function() { alert("This website is for viewable archive purposes only! None of the projects (except rapbot) exist, and these guys don't do this stuff anymore. Move on with your life!"); $(".link_box").hover( function () { $(this).addClass("hover"); }, function () { $(this).removeClass("hover"); } ); });