An interview with Bill Bradley
with
Bill Bradley
in
Current Affairs
on Tuesday, December 14, 1999
function rating(x) {
$("#rating_widget").load('/view/rate/3948',
{'rating':x}
);
}
function beforePost() {
$(this).removeClass().addClass("whitestars").addClass("rating5");
}
$("#rating_widget").bind("mouseout", beforePost);
$("#rating_widget a").ready(function(){
jQuery.each($("#rating_widget a"), function(index, value) {
$(value).mouseover(function(){
$("span#rating_widget").removeClass().addClass("blackstars").addClass("rating"+(index+1));
});
$("a#rating_0").mouseout(function(){
$("span#rating_widget").removeClass().addClass("blackstars").addClass("rating0");
});
});
});
*
*
*
*
*
function afterPost() {
$(this).removeClass().addClass("whitestars").addClass("rating5");
}
// $("#rating_widget").removeClass().addClass("whitestars").addClass("rating5");
$("#rating_widget").unbind("mouseout", beforePost).bind("mouseout", afterPost);
play
$("#embedded_static_image").click(function() {
startPlayer({
doc_id: "-4280088332863562135",
clip_start: "1000",
clip_length: "1931000",
pre_roll_path: "",
player_src: "/swf/CRGoogleVideo.swf"
});
return false;
});
$("form[name='share_form']").submit(function(event) {
var data = $("form[name='share_form']").serializeArray();
$("#share-notification").text("Sending...").load("/view/share/3948",
data
);
return false;
});
Close
clip_url = 'http://www.charlierose.comwww.charlierose.com/view/content/3948';
var share_options = {
url: clip_url,
title: 'An+interview+with+Bill+Bradley',
despan style=visibility:hiddenion: 'Former+Senator+Bill+Bradley+of+New+Jersey+discusses+his+Presidential+campaign+strategies+for+Iowa%2C+New+Hampshire%2C+and+beyond.'
}
if (/Windows/.test(navigator.userAgent)) {
$("#itunes_popup").jqm({trigger: 'dl.video-options a.itunes', toTop: true, closeClass: 'window-close'});
}
function loadRelated(uri) {
$("#related_frame").load(uri, {}, postAjaxLoad);
}
loadRelated('/related/topics/3948')
$("a#view_comments").click(function(event) {
displayCommentPage(1);
return false;
});
$("a#view_transpan style=visibility:hidden").click(function(event) {
displayTranspan style=visibility:hiddenPage(1);
return false;
});
function displayCommentPage(page, currentpage) {
function afterDisplay() {
location.hash="frame_top";
}
if (currentpage != page) {
$("#content_ajax_frame").load(
'/view/comments/3948?pagenum=' + page,
null, afterDisplay
);
}
else {
afterDisplay()
}
}
function displayTranspan style=visibility:hiddenPage(page) {
$("#content_ajax_frame").load(
'/view/transpan style=visibility:hidden/3948?pagenum=' + page,
null,
function() {
location.hash="frame_top";
}
);
}
function reportAbuse(id) {
$("#comment_display_" + id + " span[class='report_status']").html("reporting...").load(
'/view/flag_comment//'+ id,
{}
);
}