//depricated fucntion calls that exist in page template need to be overwritten to prevent exceptions
var TopJob = function () {
    return;
}
var isTjDisplayable = function () {
	return;
}
var displayTopJobs = function () {
	return;
}

if(typeof(Utils) === "undefined") {
  document.write('<s\cript src="http://media3.washingtonpost.com/wp-srv/js/Utils.js"></s\cript>');
}