Were we let in for our looks? No. Will we be judged on them? Yes.

Who's Hotter? Click to Choose.

OR
$(document).ready(function() { $("body").keydown(function(e) { if (e.which == 37) { alert("left"); } else if (e.which == 39) { alert("right"); } }); });