// Prep the Sign In link with the proper thickbox params
$(document).ready(function() {
  $("#globalnav a:contains('Sign In')").addClass("thickbox").attr("href", $("#globalnav a:contains('Sign In')").attr("href") + "?use-iframe=true&TB_iframe=true&height=279&width=572");
});