The 100-day sprint
<table width="636" bgcolor="#ffffff" cellpadding="0" cellspacing="0"><style type="text/css"> a.electionSlotOneHeadline:link {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:32px; color:#004276; text-decoration: none} a.electionSlotOneHeadline:visited {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:32px; color:#004276; text-decoration: none} a.electionSlotOneHeadline:active {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:32px; color:#004276; text-decoration: none} a.electionSlotOneHeadline:hover {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:32px; color:#004276; text-decoration: none} span.electionSlotOneHeadline {color:#c20f0f; font-weight:bold; line-height:3em; } </style> <tbody><tr> <td colspan="2" style="border: medium none ; margin: 12px 0px 10px; padding: 5px 0px 10px;" valign="top" width="636" align="center"> Daschle withdraws nominationBy JOSH GERSTEIN | 2/3/09 1:36 PM
</td> </tr> <tr style="margin: 10px 0px 0px; padding: 7px 0px 5px 7px;"> <td colspan="2" style="padding: 0px;" valign="top" width="636"> <table width="100%" cellpadding="0" cellspacing="0"> <tbody><tr> <td valign="top"> <style> div#leadSlideShow { position:relative; font: 12px Arial, Helvetica, sans-serif; margin:0; padding:0; width:634px; /*Does this ever change?*/ } div#leadSlideShow img{display:block;} div#CaptionWide { position:absolute; bottom:23px; /*EDITED - 1/13-09*/ background:#000000; /*only IE6*/ color: #FFFFFF; margin:0; padding:5px; font-size:10px; width:624px; /*Does this ever change?*/ /*overflow:hidden;*/ } #leadSlideShow div[id="CaptionWide"]{ background: transparent url(http://images.politico.com/global/v3/homepageslideshow/slideshow-caption-bg.png) 0 0;} /*overwrites IE6*/ div#closebtn { position:absolute; clear:both; float:right; background:#000000; /*only IE6*/ color: #FFFFFF; bottom:28px; font-weight:bold; color:#FFFFFF; margin-left:622px; } #leadSlideShow div[id="closebtn"]{background: transparent url(http://images.politico.com/global/v3/homepageslideshow/slideshow-caption-bg.png) 0 0;} /*overwrites IE6*/ ul#slideshow_nav { height: 23px; position:absolute; bottom:-1px; background:#000000; /*only IE6*/ list-style:none; color: #FFFFFF; margin:0; padding-left: 0px; width:634px; /*Does this ever change?*/ } #leadSlideShow ul[id="slideshow_nav"]{ background: transparent url(http://images.politico.com/global/v3/homepageslideshow/slideshow-nav-bg.png) repeat-x 0 0;bottom:0px} /*overwrites IE6*/ ul#slideshow_nav li { float:left; display:inline; margin: 3px 10px 0 0; text-align:center; width: 17px; line-height: 17px; } #previous img, #next img{margin:3px auto 0 auto;border:none;} ul#slideshow_nav li a{ color:#FFFFFF; display:block; text-decoration:none; } ul#slideshow_nav li a:hover {color: #e3e3e3;} ul#slideshow_nav li.selected {background: #6c6b67;} </style> <script language="JavaScript" type="text/javascript"> <!-- var currentIndx=0; MyImages = new Array(); MyImagesALT = new Array(); Messages=new Array(); Photographer=new Array(); var NewCaption; var NewCaptionreplaced; var ImagesLoadedIntoArrays; // Create the array // Populate the array MyImages[1] = "http://images.politico.com/global/news/090203_daschle_634.jpg"; MyImagesALT[1] = "Former Senate Majority leader Tom Daschle withdrew his nomination to be secretary of Health and Human Services Tuesday."; Messages[1] = "Former Senate Majority leader Tom Daschle withdrew his nomination to be secretary of Health and Human Services Tuesday."; Photographer[1] = "AP"; ImagesLoadedIntoArrays="1"; var imagesPreloaded = new Array(1) ; //imagesPreloadedALT = new Array(1) ; var captionPreloaded = new Array(1); photographerPreloaded = new Array(1); for (var i = 1; i < MyImages.length ; i++) { imagesPreloaded = new Image(); imagesPreloaded.src=MyImages; imagesPreloaded.alt=MyImagesALT; captionPreloaded=Messages; photographerPreloaded = Photographer; } function rand(l,u) // lower bound and upper bound { return Math.floor((Math.random() * (u-l+1))+l); } //Usage alert(rand(3,6)); //randomarize image function dothis(){ var p = imagesPreloaded.length; var whichImage = rand(1,p-1); ThisImage(whichImage); } function fnAddOnLoad(fnOnLoad) { var fnOldOnLoad=window.onload; return (window.onload=function(){ fnOldOnLoad(); fnOnLoad(); }) } // And add the thing you want to do on load: fnAddOnLoad(function(){dothis();}); var prev = document.createElement('div'); prev.setAttribute('id','previous'); var nex = document.createElement('div'); nex.setAttribute('id','next'); var nC= document.createElement('div'); nC.setAttribute('id','CaptionWide'); //hide PREV button if (currentIndx =1) { if (prev) {prev.style.visibility = "hidden";} } else{if (nex) {nex.style.visibility = "visible";} //document.getElementById('cnt').innerHTML=currentIndx+ " of "+ImagesLoadedIntoArrays; } //IF only one image, hide NEXT button var abc=imagesPreloaded.length-1; if (abc !=1) {} else {if (nex) {nex.style.visibility = "hidden"; nex.style.display = "none"; }} //} <!-- Begin function closeCaption() { document.getElementById('CaptionWide').style.visibility = "hidden"; document.getElementById('CaptionWide').style.display = "none"; document.getElementById('closebtn').style.visibility = "hidden"; document.getElementById('closebtn').style.display = "none"; } function clearSelectedClasses() { for (var i = 1; i < imagesPreloaded.length ; i++) { document.getElementById('li_'+i).className=""; } } function ThisImage(imageindex) {//alert(imagesPreloaded.length); if (document.getElementById('li_'+imageindex) !=undefined && document.getElementById('li_'+imageindex)!=''){ clearSelectedClasses(); currentIndx=imageindex; document.theImage.src=imagesPreloaded[currentIndx].src; document.theImage.alt=imagesPreloaded[currentIndx].alt; document.getElementById('li_'+currentIndx).className="selected"; //caption nC = document.getElementById('CaptionWide'); if (Messages[currentIndx] !=undefined && Messages[currentIndx]!=''){ nC.innerHTML = ""; nC.innerHTML = nC.innerHTML + Messages[currentIndx]; document.getElementById('CaptionWide').style.visibility = "visible"; document.getElementById('CaptionWide').style.display = "block"; document.getElementById('closebtn').style.visibility = "visible"; document.getElementById('closebtn').style.display = "block"; } else{ if(Messages[currentIndx]=='' && nC !=undefined) { nC.innerHTML = ""; document.getElementById('CaptionWide').style.visibility = "hidden"; document.getElementById('CaptionWide').style.display = "none"; document.getElementById('closebtn').style.visibility = "hidden"; document.getElementById('closebtn').style.display = "none"; } } var totImagesLoaded=imagesPreloaded.length-1; //alert(imageindex); if (currentIndx!=1 && totImagesLoaded != currentIndx) { document.getElementById('previous').style.visibility = "visible"; document.getElementById('next').style.visibility = "visible"; } else if (currentIndx=totImagesLoaded && imageindex!=1) { document.getElementById('next').style.visibility = "hidden"; document.getElementById('previous').style.visibility = "visible"; } else if (imageindex=1) { document.getElementById('previous').style.visibility = "hidden"; document.getElementById('next').style.visibility = "visible"; } } } function NextImage() { if (currentIndx<imagesPreloaded.length-1){ currentIndx=currentIndx+1; document.theImage.src=imagesPreloaded[currentIndx].src; document.theImage.alt=imagesPreloaded[currentIndx].alt; clearSelectedClasses(); document.getElementById('li_'+currentIndx).className="selected"; //caption nC = document.getElementById('CaptionWide'); if (Messages[currentIndx] !=undefined && Messages[currentIndx]!=''){ nC.innerHTML = ""; nC.innerHTML = nC.innerHTML + Messages[currentIndx]; document.getElementById('CaptionWide').style.visibility = "visible"; document.getElementById('CaptionWide').style.display = "block"; document.getElementById('closebtn').style.visibility = "visible"; document.getElementById('closebtn').style.display = "block"; } else{ if(Messages[currentIndx]=='' && nC !=undefined) { nC.innerHTML = ""; document.getElementById('CaptionWide').style.visibility = "hidden"; document.getElementById('CaptionWide').style.display = "none"; document.getElementById('closebtn').style.visibility = "hidden"; document.getElementById('closebtn').style.display = "none"; } } //hide show buttons var t=imagesPreloaded.length; if (t != currentIndx+1) {document.getElementById('next').style.visibility = "visible";} else{document.getElementById('next').style.visibility = "hidden";} document.getElementById('previous').style.visibility = "visible"; } else { currentIndx=1; document.theImage.src=imagesPreloaded[currentIndx].src; document.theImage.alt=imagesPreloaded[currentIndx].alt; clearSelectedClasses(); document.getElementById('li_'+currentIndx).className="selected"; //document.getElementById('cnt').innerHTML=currentIndx+" of "+ImagesLoadedIntoArrays; //caption nC = document.getElementById('CaptionWide'); if (Messages[currentIndx] !=undefined && Messages[currentIndx]!=''){ nC.innerHTML = ""; nC.innerHTML = nC.innerHTML + Messages[currentIndx]; //document.getElementById('CaptionWide').style.visibility = "visible"; } else{nC.innerHTML = nC.innerHTML ; //document.getElementById('CaptionWide').style.visibility = "hidden"; } } } /* The function Baccker() is similar to the previous function, so it contains no comments */ function BackImage(){ if (currentIndx>1){ var s=currentIndx-1; if (s==1 ) {document.getElementById('previous').style.visibility = "hidden";} currentIndx=currentIndx-1; document.theImage.src=imagesPreloaded[currentIndx].src; document.theImage.alt=imagesPreloaded[currentIndx].alt; clearSelectedClasses(); document.getElementById('li_'+currentIndx).className="selected"; //caption nC = document.getElementById('CaptionWide'); if (Messages[currentIndx] !=undefined && Messages[currentIndx]!='') { nC.innerHTML = ""; nC.innerHTML = nC.innerHTML + Messages[currentIndx]; document.getElementById('CaptionWide').style.visibility = "visible"; document.getElementById('CaptionWide').style.display = "block"; document.getElementById('closebtn').style.visibility = "visible"; document.getElementById('closebtn').style.display = "block"; } else { if(Messages[currentIndx]=='' && nC !=undefined) { nC.innerHTML = ""; document.getElementById('Caption').style.visibility = "hidden"; document.getElementById('CaptionWide').style.display = "none"; document.getElementById('closebtn').style.visibility = "hidden"; document.getElementById('closebtn').style.display = "none"; } } //hide show buttons var t=imagesPreloaded.length; if (t != currentIndx+1) {document.getElementById('next').style.visibility = "visible"; //document.getElementById('cnt').innerHTML=currentIndx + " of "+ImagesLoadedIntoArrays; } else{document.getElementById('next').style.visibility = "hidden"; //document.getElementById('cnt').innerHTML=currentIndx +" of "+ImagesLoadedIntoArrays; } } else { currentIndx=1; document.getElementById('previous').style.visibility = "hidden"; document.theImage.src=imagesPreloaded[currentIndx].src; document.theImage.alt=imagesPreloaded[currentIndx].alt; clearSelectedClasses(); document.getElementById('li_'+currentIndx).className="selected"; //caption nC = document.getElementById('CaptionWide'); if (Messages[currentIndx] !=undefined && Messages[currentIndx]!='') { nC.innerHTML = ""; nC.innerHTML = nC.innerHTML + Messages[currentIndx]; } //hide show buttons if (currentIndx =1) {document.getElementById('previous').style.visibility = "hidden"; //document.getElementById('cnt').innerHTML=currentIndx+" of "+ImagesLoadedIntoArrays; } else{document.getElementById('next').style.visibility = "visible"; //document.getElementById('cnt').innerHTML=currentIndx+" of "+ImagesLoadedIntoArrays; } } } // End --> </script>
</td></tr></tbody></table></td></tr></tbody></table>
Daschle: 'I ... will not be a distraction'
By POLITICO STAFF | 2/3/09 1:22 PM
Obama and Daschle’s statements on HHS.